Package ml.pluto7073.pdapi.entity.effect
Class CaffeineOverdoseEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
ml.pluto7073.pdapi.entity.effect.CaffeineOverdoseEffect
public class CaffeineOverdoseEffect
extends net.minecraft.world.effect.MobEffect
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCaffeineOverdoseEffect(net.minecraft.world.effect.MobEffectCategory category, int color) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyEffectTick(net.minecraft.world.entity.LivingEntity entity, int amplifier) booleanisDurationEffectTick(int duration, int amplifier) Methods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, addAttributeModifiers, applyInstantenousEffect, byId, createFactorData, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getId, getIdFromNullable, getOrCreateDescriptionId, isBeneficial, isInstantenous, removeAttributeModifiers, setFactorDataFactory
-
Constructor Details
-
CaffeineOverdoseEffect
protected CaffeineOverdoseEffect(net.minecraft.world.effect.MobEffectCategory category, int color)
-
-
Method Details
-
applyEffectTick
public void applyEffectTick(net.minecraft.world.entity.LivingEntity entity, int amplifier) - Overrides:
applyEffectTickin classnet.minecraft.world.effect.MobEffect
-
isDurationEffectTick
public boolean isDurationEffectTick(int duration, int amplifier) - Overrides:
isDurationEffectTickin classnet.minecraft.world.effect.MobEffect
-