Package net.minecraft.entity.effect
Class InstantStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InstantStatusEffect
- Mappings:
 Namespace Name official bexintermediary net/minecraft/class_1289named net/minecraft/entity/effect/InstantStatusEffect
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanApplyUpdateEffect(int duration, int amplifier) booleanMethods inherited from class net.minecraft.entity.effect.StatusEffect
addAttributeModifier, adjustModifierAmount, applyInstantEffect, applyUpdateEffect, byRawId, getAttributeModifiers, getCategory, getColor, getFactorCalculationDataSupplier, getName, getRawId, getRawIdNullable, getTranslationKey, isBeneficial, loadTranslationKey, onApplied, onRemoved, setFactorCalculationDataSupplier 
- 
Constructor Details
- 
InstantStatusEffect
- Mappings:
 Namespace Name Mixin selector official <init>Lbey;<init>(Lbez;I)Vintermediary <init>Lnet/minecraft/class_1291;<init>(Lnet/minecraft/class_4081;I)Vnamed <init>Lnet/minecraft/entity/effect/StatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;I)V
 
 - 
 - 
Method Details
- 
isInstant
public boolean isInstant()- Overrides:
 isInstantin classStatusEffect- Mappings:
 Namespace Name Mixin selector official aLbey;a()Zintermediary method_5561Lnet/minecraft/class_1291;method_5561()Znamed isInstantLnet/minecraft/entity/effect/StatusEffect;isInstant()Z
 - 
canApplyUpdateEffect
public boolean canApplyUpdateEffect(int duration, int amplifier) - Overrides:
 canApplyUpdateEffectin classStatusEffect- Mappings:
 Namespace Name Mixin selector official aLbey;a(II)Zintermediary method_5552Lnet/minecraft/class_1291;method_5552(II)Znamed canApplyUpdateEffectLnet/minecraft/entity/effect/StatusEffect;canApplyUpdateEffect(II)Z
 
 -