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 boolean
canApplyUpdateEffect(int duration, int amplifier)
boolean
isInstant()
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:
isInstant
in classStatusEffect
-
canApplyUpdateEffect
public boolean canApplyUpdateEffect(int duration, int amplifier)- Overrides:
canApplyUpdateEffect
in classStatusEffect
-