Package net.minecraft.world.effect
Class AbsorptionMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.AbsorptionMobEffect
- All Implemented Interfaces:
- IForgeMobEffect
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.effect.MobEffectMobEffect.MobEffectAttributeModifierTemplate
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbsorptionMobEffect(MobEffectCategory p_300567_, int p_300827_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyEffectTick(LivingEntity p_298017_, int p_299434_) voidonEffectStarted(LivingEntity p_298184_, int p_297925_) booleanshouldApplyEffectTickThisTick(int p_299365_, int p_298390_) Methods inherited from class net.minecraft.world.effect.MobEffectaddAttributeModifier, addAttributeModifiers, applyInstantenousEffect, builtInRegistryHolder, createFactorData, getAttributeModifiers, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getOrCreateDescriptionId, initializeClient, isBeneficial, isInstantenous, removeAttributeModifiers, setFactorDataFactoryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeMobEffectgetCurativeItems, getSortOrder
- 
Constructor Details- 
AbsorptionMobEffect
 
- 
- 
Method Details- 
applyEffectTick- Overrides:
- applyEffectTickin class- MobEffect
 
- 
shouldApplyEffectTickThisTickpublic boolean shouldApplyEffectTickThisTick(int p_299365_, int p_298390_) - Overrides:
- shouldApplyEffectTickThisTickin class- MobEffect
 
- 
onEffectStarted- Overrides:
- onEffectStartedin class- MobEffect
 
 
-