Class AccessoryEffects
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.event.game_effects.AccessoryEffects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbleedCancelEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player) static voidbleedResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player) static voidbloodySacrificeEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity) static voidcelestialSpiritEffect(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity sourceEntity) static voiddamageResistanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player) static voidexperienceEffects(net.minecraftforge.event.entity.living.LivingExperienceDropEvent event, net.minecraft.world.entity.player.Player player) static voidgeneralDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player) static voidgeneralWitherChanceEffects(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity) static voidholyMantleEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity) static voidjonnysCurseEffect(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.LivingEntity damagedEntity) static voidmeleeBleedChanceEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.LivingEntity damagedEntity) static voidmeleeCritChanceEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player) static voidmeleeCritDamageBonusEffects(net.minecraftforge.event.entity.player.CriticalHitEvent event, net.minecraft.world.entity.player.Player player) static voidmeleeDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player) static voidmeleeKnockbackEffects(net.minecraftforge.event.entity.living.LivingKnockBackEvent event, net.minecraft.world.entity.player.Player player) static voidprojectileDamageEffects(net.minecraftforge.event.entity.living.LivingHurtEvent event, net.minecraft.world.entity.player.Player player)
-
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)
-