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
ConstructorsModifierConstructorDescriptionprotectedAbsoptionMobEffect(MobEffectCategory p_19414_, int p_19415_) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributeModifiers(LivingEntity p_19421_, AttributeMap p_19422_, int p_19423_)voidremoveAttributeModifiers(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, isInstantenousMethods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameMethods 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, getGuiSortColor
-
Constructor Details
-
AbsoptionMobEffect
-
-
Method Details
-
removeAttributeModifiers
- Overrides:
removeAttributeModifiersin classMobEffect
-
addAttributeModifiers
- Overrides:
addAttributeModifiersin classMobEffect
-