Package net.minecraft.entity.effect
Class InstantStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InstantStatusEffect
public class InstantStatusEffect extends StatusEffect
-
Constructor Summary
Constructors Constructor Description InstantStatusEffect(StatusEffectType type, int color) -
Method Summary
Modifier and Type Method Description booleancanApplyUpdateEffect(int duration, int amplifier)booleanisInstant()Methods inherited from class net.minecraft.entity.effect.StatusEffect
addAttributeModifier, adjustModifierAmount, applyInstantEffect, applyUpdateEffect, byRawId, getAttributeModifiers, getColor, getName, getRawId, getTranslationKey, getType, isBeneficial, loadTranslationKey, onApplied, onRemoved
-
Constructor Details
-
InstantStatusEffect
-
-
Method Details
-
isInstant
public boolean isInstant()- Overrides:
isInstantin classStatusEffect
-
canApplyUpdateEffect
public boolean canApplyUpdateEffect(int duration, int amplifier)- Overrides:
canApplyUpdateEffectin classStatusEffect
-