Package net.minecraft.entity.effect
Class InstantStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InstantStatusEffect
- Mappings:
Namespace Name official wointermediary net/minecraft/class_859named net/minecraft/entity/effect/InstantStatusEffect
-
Field Summary
Fields inherited from class net.minecraft.entity.effect.StatusEffect
ABSORPTION, BLINDNESS, field_3150, field_3151, field_3152, field_3153, field_3154, field_3155, field_3156, field_3189, FIRE_RESISTANCE, HASTE, HEALTH_BOOST, HUNGER, id, INSTANT_DAMAGE, INSTANT_HEALTH, INVISIBILITY, JUMP_BOOST, MINING_FATIGUE, NAUSEA, NIGHTVISION, POISON, REGENERATION, RESISTANCE, SATURATION, SLOWNESS, SPEED, STATUS_EFFECTS, STRENGTH, UNKNOWN, WATER_BREATHING, WEAKNESS, WITHER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanApplyUpdateEffect(int duration, int amplifier) booleanMethods inherited from class net.minecraft.entity.effect.StatusEffect
addAttribute, adjustModifierAmount, get, getAttributeModifiers, getColor, getId, getTranslationKey, isNegative, method_10923, method_2434, method_2436, method_2440, method_2443, method_2444, method_2446, method_2448, method_6087, method_6088, method_6091, onRemoved, setTranslationKey
-
Constructor Details
-
InstantStatusEffect
- Mappings:
Namespace Name Mixin selector official <init>Lwp;<init>(ILoa;ZI)Vintermediary <init>Lnet/minecraft/class_860;<init>(ILnet/minecraft/class_1653;ZI)Vnamed <init>Lnet/minecraft/entity/effect/StatusEffect;<init>(ILnet/minecraft/util/Identifier;ZI)V
-
-
Method Details
-
isInstant
public boolean isInstant()- Overrides:
isInstantin classStatusEffect- Mappings:
Namespace Name Mixin selector official bLwp;b()Zintermediary method_2439Lnet/minecraft/class_860;method_2439()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 aLwp;a(II)Zintermediary method_2435Lnet/minecraft/class_860;method_2435(II)Znamed canApplyUpdateEffectLnet/minecraft/entity/effect/StatusEffect;canApplyUpdateEffect(II)Z
-