Package de.teamlapen.werewolves.effects
Class HowlingEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
de.teamlapen.werewolves.effects.WerewolvesEffect
de.teamlapen.werewolves.effects.HowlingEffect
- All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeMobEffect
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributeModifiers(net.minecraft.world.entity.LivingEntity entityLivingBaseIn, net.minecraft.world.entity.ai.attributes.AttributeMap attributeMapIn, int amplifier) voidapplyEffectTick(net.minecraft.world.entity.LivingEntity entityLivingBaseIn, int amplifier) booleanisDurationEffectTick(int duration, int amplifier) voidremoveAttributeModifiers(net.minecraft.world.entity.LivingEntity entityLivingBaseIn, net.minecraft.world.entity.ai.attributes.AttributeMap attributeMapIn, int amplifier) Methods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, applyInstantenousEffect, byId, createFactorData, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getId, getIdFromNullable, getOrCreateDescriptionId, initializeClient, isBeneficial, isInstantenous, setFactorDataFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeMobEffect
getCurativeItems, getSortOrder
-
Field Details
-
ATTACK_SPEED
- See Also:
-
-
Constructor Details
-
HowlingEffect
public HowlingEffect()
-
-
Method Details
-
isDurationEffectTick
public boolean isDurationEffectTick(int duration, int amplifier) - Overrides:
isDurationEffectTickin classnet.minecraft.world.effect.MobEffect
-
applyEffectTick
public void applyEffectTick(@Nonnull net.minecraft.world.entity.LivingEntity entityLivingBaseIn, int amplifier) - Overrides:
applyEffectTickin classnet.minecraft.world.effect.MobEffect
-
removeAttributeModifiers
public void removeAttributeModifiers(@Nonnull net.minecraft.world.entity.LivingEntity entityLivingBaseIn, @Nonnull net.minecraft.world.entity.ai.attributes.AttributeMap attributeMapIn, int amplifier) - Overrides:
removeAttributeModifiersin classnet.minecraft.world.effect.MobEffect
-
addAttributeModifiers
public void addAttributeModifiers(@Nonnull net.minecraft.world.entity.LivingEntity entityLivingBaseIn, @Nonnull net.minecraft.world.entity.ai.attributes.AttributeMap attributeMapIn, int amplifier) - Overrides:
addAttributeModifiersin classnet.minecraft.world.effect.MobEffect
-