java.lang.Object
tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects

public class AccessoryEffects extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    bleedCancelEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    bleedResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    bloodySacrificeEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    celestialSpiritEffect(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity sourceEntity)
     
    static void
    damageResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    experienceEffects(net.minecraftforge.event.entity.living.LivingExperienceDropEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    generalDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    generalWitherChanceEffects(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    holyMantleEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    jonnysCurseEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    meleeBleedChanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity)
     
    static void
    meleeCritChanceEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    meleeCritDamageBonusEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    meleeDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    meleeKnockbackEffects(net.minecraftforge.event.entity.living.LivingKnockBackEvent event, net.minecraft.world.entity.player.Player player)
     
    static void
    projectileDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccessoryEffects

      public AccessoryEffects()
  • Method Details

    • damageResistanceEffects

      public static void damageResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • bleedResistanceEffects

      public static void bleedResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • bleedCancelEffects

      public static void bleedCancelEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • meleeDamageEffects

      public static void meleeDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • projectileDamageEffects

      public static void projectileDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • generalDamageEffects

      public static void generalDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
    • meleeBleedChanceEffects

      public static void meleeBleedChanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity)
    • meleeKnockbackEffects

      public static void meleeKnockbackEffects(net.minecraftforge.event.entity.living.LivingKnockBackEvent event, net.minecraft.world.entity.player.Player player)
    • meleeCritDamageBonusEffects

      public static void meleeCritDamageBonusEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player)
    • meleeCritChanceEffects

      public static void meleeCritChanceEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player)
    • generalWitherChanceEffects

      public static void generalWitherChanceEffects(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity)
    • experienceEffects

      public static void experienceEffects(net.minecraftforge.event.entity.living.LivingExperienceDropEvent event, net.minecraft.world.entity.player.Player player)
    • bloodySacrificeEffect

      public static void bloodySacrificeEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
    • jonnysCurseEffect

      public static void jonnysCurseEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)
    • celestialSpiritEffect

      public static void celestialSpiritEffect(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity sourceEntity)
    • holyMantleEffect

      public static void holyMantleEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity)