Package net.minecraft.world.effect
Class HealOrHarmMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.InstantenousMobEffect
net.minecraft.world.effect.HealOrHarmMobEffect
- All Implemented Interfaces:
IForgeMobEffect
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.effect.MobEffect
MobEffect.MobEffectAttributeModifierTemplate
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHealOrHarmMobEffect
(MobEffectCategory p_299212_, int p_300917_, boolean p_300221_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyEffectTick
(LivingEntity p_300845_, int p_301393_) void
applyInstantenousEffect
(Entity p_298495_, Entity p_298887_, LivingEntity p_298479_, int p_298172_, double p_298163_) Methods inherited from class net.minecraft.world.effect.InstantenousMobEffect
isInstantenous, shouldApplyEffectTickThisTick
Methods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, addAttributeModifiers, builtInRegistryHolder, createFactorData, getAttributeModifiers, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getOrCreateDescriptionId, initializeClient, isBeneficial, onEffectStarted, removeAttributeModifiers, setFactorDataFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.extensions.IForgeMobEffect
getCurativeItems, getSortOrder
-
Field Details
-
isHarm
private final boolean isHarm
-
-
Constructor Details
-
HealOrHarmMobEffect
-
-
Method Details
-
applyEffectTick
- Overrides:
applyEffectTick
in classMobEffect
-
applyInstantenousEffect
public void applyInstantenousEffect(@Nullable Entity p_298495_, @Nullable Entity p_298887_, LivingEntity p_298479_, int p_298172_, double p_298163_) - Overrides:
applyInstantenousEffect
in classMobEffect
-