Package net.minecraft.world.effect
Class WitherMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.WitherMobEffect
- All Implemented Interfaces:
- IMobEffectExtension
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.effect.MobEffectMobEffect.MobEffectAttributeModifierTemplate
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWitherMobEffect(MobEffectCategory p_295600_, int p_294141_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyEffectTick(LivingEntity p_296279_, int p_294798_) booleanshouldApplyEffectTickThisTick(int p_295629_, int p_295734_) Methods inherited from class net.minecraft.world.effect.MobEffectaddAttributeModifier, addAttributeModifiers, applyInstantenousEffect, builtInRegistryHolder, createFactorData, getAttributeModifiers, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getOrCreateDescriptionId, initializeClient, isBeneficial, isInstantenous, onEffectStarted, removeAttributeModifiers, setFactorDataFactoryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.common.extensions.IMobEffectExtensionfillEffectCures, getSortOrder
- 
Constructor Details- 
WitherMobEffect
 
- 
- 
Method Details- 
applyEffectTick- Overrides:
- applyEffectTickin class- MobEffect
 
- 
shouldApplyEffectTickThisTickpublic boolean shouldApplyEffectTickThisTick(int p_295629_, int p_295734_) - Overrides:
- shouldApplyEffectTickThisTickin class- MobEffect
 
 
-