Package net.minecraft.world.effect
Class AbsoptionMobEffect
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<MobEffect>
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.AbsoptionMobEffect
- All Implemented Interfaces:
IForgeMobEffect
,IForgeRegistryEntry<MobEffect>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbsoptionMobEffect
(MobEffectCategory p_19414_, int p_19415_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeModifiers
(LivingEntity p_19421_, AttributeMap p_19422_, int p_19423_) void
removeAttributeModifiers
(LivingEntity p_19417_, AttributeMap p_19418_, int p_19419_) Methods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, applyEffectTick, applyInstantenousEffect, byId, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getId, getOrCreateDescriptionId, initializeClient, isBeneficial, isDurationEffectTick, isInstantenous
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
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
-
Constructor Details
-
AbsoptionMobEffect
-
-
Method Details
-
removeAttributeModifiers
- Overrides:
removeAttributeModifiers
in classMobEffect
-
addAttributeModifiers
- Overrides:
addAttributeModifiers
in classMobEffect
-