Package net.minecraft.entity.effect
Class PoisonStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.PoisonStatusEffect
- All Implemented Interfaces:
ToggleableFeature
- Mappings:
Namespace Name named net/minecraft/entity/effect/PoisonStatusEffect
intermediary net/minecraft/class_8635
official btv
-
Field Summary
FieldsFields inherited from class net.minecraft.entity.effect.StatusEffect
ENTRY_CODEC, ENTRY_PACKET_CODEC
Fields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PoisonStatusEffect
(StatusEffectCategory category, int color) -
Method Summary
Modifier and TypeMethodDescriptionboolean
applyUpdateEffect
(ServerWorld world, LivingEntity entity, int amplifier) boolean
canApplyUpdateEffect
(int duration, int amplifier) Methods inherited from class net.minecraft.entity.effect.StatusEffect
addAttributeModifier, applyInstantEffect, applySound, createParticle, fadeTicks, forEachAttributeModifier, getCategory, getColor, getFadeTicks, getName, getRequiredFeatures, getTranslationKey, isBeneficial, isInstant, loadTranslationKey, onApplied, onApplied, onEntityDamage, onEntityRemoval, onRemoved, playApplySound, requires
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabled
-
Field Details
-
FLOWER_CONTACT_EFFECT_DURATION
public static final int FLOWER_CONTACT_EFFECT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector named FLOWER_CONTACT_EFFECT_DURATION
Lnet/minecraft/entity/effect/PoisonStatusEffect;FLOWER_CONTACT_EFFECT_DURATION:I
intermediary field_55005
Lnet/minecraft/class_8635;field_55005:I
official c
Lbtv;c:I
-
-
Constructor Details
-
Method Details
-
applyUpdateEffect
- Overrides:
applyUpdateEffect
in classStatusEffect
- Mappings:
Namespace Name Mixin selector named applyUpdateEffect
Lnet/minecraft/entity/effect/StatusEffect;applyUpdateEffect(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LivingEntity;I)Z
intermediary method_5572
Lnet/minecraft/class_1291;method_5572(Lnet/minecraft/class_3218;Lnet/minecraft/class_1309;I)Z
official a
Lbtp;a(Lard;Lbvi;I)Z
-
canApplyUpdateEffect
public boolean canApplyUpdateEffect(int duration, int amplifier) - Overrides:
canApplyUpdateEffect
in classStatusEffect
- Mappings:
Namespace Name Mixin selector named canApplyUpdateEffect
Lnet/minecraft/entity/effect/StatusEffect;canApplyUpdateEffect(II)Z
intermediary method_5552
Lnet/minecraft/class_1291;method_5552(II)Z
official a
Lbtp;a(II)Z
-