Package net.minecraft.entity.effect
Class HealthBoostStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.HealthBoostStatusEffect
- Mappings:
Namespace Name official qfintermediary net/minecraft/class_1697named net/minecraft/entity/effect/HealthBoostStatusEffect
-
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 TypeMethodDescriptionvoidonRemoved(LivingEntity entity, AbstractEntityAttributeContainer attributes, int amplifier) Methods inherited from class net.minecraft.entity.effect.StatusEffect
addAttribute, adjustModifierAmount, canApplyUpdateEffect, getAttributeModifiers, getColor, getId, getTranslationKey, isInstant, isNegative, method_2434, method_2436, method_2440, method_2443, method_2444, method_2446, method_2448, method_6087, method_6088, method_6091, setTranslationKey
-
Constructor Details
-
HealthBoostStatusEffect
public HealthBoostStatusEffect(int int2, boolean bool, int int3)
-
-
Method Details
-
onRemoved
public void onRemoved(LivingEntity entity, AbstractEntityAttributeContainer attributes, int amplifier) - Overrides:
onRemovedin classStatusEffect- Mappings:
Namespace Name Mixin selector official aLqh;a(Lrg;Lrw;I)Vintermediary method_6089Lnet/minecraft/class_860;method_6089(Lnet/minecraft/class_1699;Lnet/minecraft/class_1706;I)Vnamed onRemovedLnet/minecraft/entity/effect/StatusEffect;onRemoved(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/attribute/AbstractEntityAttributeContainer;I)V
-