Package net.minecraft.entity.effect
Class WitherStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.WitherStatusEffect
- All Implemented Interfaces:
- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/entity/effect/WitherStatusEffect- intermediary - net/minecraft/class_8638- official - bub
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.effect.StatusEffectENTRY_CODEC, ENTRY_PACKET_CODECFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWitherStatusEffect(StatusEffectCategory category, int color) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanapplyUpdateEffect(ServerWorld world, LivingEntity entity, int amplifier) booleancanApplyUpdateEffect(int duration, int amplifier) Methods inherited from class net.minecraft.entity.effect.StatusEffectaddAttributeModifier, applyInstantEffect, applySound, createParticle, fadeTicks, forEachAttributeModifier, getCategory, getColor, getFadeTicks, getName, getRequiredFeatures, getTranslationKey, isBeneficial, isInstant, loadTranslationKey, onApplied, onApplied, onEntityDamage, onEntityRemoval, onRemoved, playApplySound, requiresMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
FLOWER_CONTACT_EFFECT_DURATIONpublic static final int FLOWER_CONTACT_EFFECT_DURATION- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - FLOWER_CONTACT_EFFECT_DURATION- Lnet/minecraft/entity/effect/WitherStatusEffect;FLOWER_CONTACT_EFFECT_DURATION:I- intermediary - field_55006- Lnet/minecraft/class_8638;field_55006:I- official - c- Lbub;c:I
 
 
- 
- 
Constructor Details- 
WitherStatusEffect- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/effect/StatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;I)V- intermediary - <init>- Lnet/minecraft/class_1291;<init>(Lnet/minecraft/class_4081;I)V- official - <init>- Lbtp;<init>(Lbtq;I)V
 
 
- 
- 
Method Details- 
applyUpdateEffect- Overrides:
- applyUpdateEffectin class- StatusEffect
- 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
 
- 
canApplyUpdateEffectpublic boolean canApplyUpdateEffect(int duration, int amplifier) - Overrides:
- canApplyUpdateEffectin class- StatusEffect
- 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
 
 
-