Package net.minecraft
Class class_8632
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InstantStatusEffect
net.minecraft.class_8632
- Mappings:
Namespace Name official bhointermediary net/minecraft/class_8632named net/minecraft/class_8632
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionclass_8632(StatusEffectCategory statusEffectCategory, int int2, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyInstantEffect(@Nullable Entity source, @Nullable Entity attacker, LivingEntity target, int amplifier, double proximity) voidapplyUpdateEffect(LivingEntity entity, int amplifier) Methods inherited from class net.minecraft.entity.effect.InstantStatusEffect
canApplyUpdateEffect, isInstantMethods inherited from class net.minecraft.entity.effect.StatusEffect
addAttributeModifier, byRawId, getAttributeModifiers, getCategory, getColor, getFactorCalculationDataSupplier, getName, getRawId, getRawIdNullable, getTranslationKey, isBeneficial, loadTranslationKey, method_52520, onApplied, onRemoved, setFactorCalculationDataSupplier
-
Field Details
-
field_45103
private final boolean field_45103- Mappings:
Namespace Name Mixin selector official aLbho;a:Zintermediary field_45103Lnet/minecraft/class_8632;field_45103:Znamed field_45103Lnet/minecraft/class_8632;field_45103:Z
-
-
Constructor Details
-
class_8632
-
-
Method Details
-
applyUpdateEffect
- Overrides:
applyUpdateEffectin classStatusEffect- Mappings:
Namespace Name Mixin selector official aLbhr;a(Lbiw;I)Vintermediary method_5572Lnet/minecraft/class_1291;method_5572(Lnet/minecraft/class_1309;I)Vnamed applyUpdateEffectLnet/minecraft/entity/effect/StatusEffect;applyUpdateEffect(Lnet/minecraft/entity/LivingEntity;I)V
-
applyInstantEffect
public void applyInstantEffect(@Nullable @Nullable Entity source, @Nullable @Nullable Entity attacker, LivingEntity target, int amplifier, double proximity) - Overrides:
applyInstantEffectin classStatusEffect- Mappings:
Namespace Name Mixin selector official aLbhr;a(Lbig;Lbig;Lbiw;ID)Vintermediary method_5564Lnet/minecraft/class_1291;method_5564(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Lnet/minecraft/class_1309;ID)Vnamed applyInstantEffectLnet/minecraft/entity/effect/StatusEffect;applyInstantEffect(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/LivingEntity;ID)V
-