Package net.minecraft.entity.effect
Class InstantHealthOrDamageStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.InstantStatusEffect
net.minecraft.entity.effect.InstantHealthOrDamageStatusEffect
- All Implemented Interfaces:
- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/entity/effect/InstantHealthOrDamageStatusEffect- intermediary - net/minecraft/class_8632- official - btl
- 
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 SummaryConstructorsConstructorDescriptionInstantHealthOrDamageStatusEffect(StatusEffectCategory category, int color, boolean damage) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyInstantEffect(ServerWorld world, @Nullable Entity effectEntity, @Nullable Entity attacker, LivingEntity target, int amplifier, double proximity) booleanapplyUpdateEffect(ServerWorld world, LivingEntity entity, int amplifier) Methods inherited from class net.minecraft.entity.effect.InstantStatusEffectcanApplyUpdateEffect, isInstantMethods inherited from class net.minecraft.entity.effect.StatusEffectaddAttributeModifier, applySound, createParticle, fadeTicks, forEachAttributeModifier, getCategory, getColor, getFadeTicks, getName, getRequiredFeatures, getTranslationKey, isBeneficial, 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- 
damageprivate final boolean damage- Mappings:
- Namespace - Name - Mixin selector - named - damage- Lnet/minecraft/entity/effect/InstantHealthOrDamageStatusEffect;damage:Z- intermediary - field_45103- Lnet/minecraft/class_8632;field_45103:Z- official - c- Lbtl;c:Z
 
 
- 
- 
Constructor Details- 
InstantHealthOrDamageStatusEffect- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/effect/InstantHealthOrDamageStatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;IZ)V- intermediary - <init>- Lnet/minecraft/class_8632;<init>(Lnet/minecraft/class_4081;IZ)V- official - <init>- Lbtl;<init>(Lbtq;IZ)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
 
- 
applyInstantEffectpublic void applyInstantEffect(ServerWorld world, @Nullable @Nullable Entity effectEntity, @Nullable @Nullable Entity attacker, LivingEntity target, int amplifier, double proximity) - Overrides:
- applyInstantEffectin class- StatusEffect
- Mappings:
- Namespace - Name - Mixin selector - named - applyInstantEffect- Lnet/minecraft/entity/effect/StatusEffect;applyInstantEffect(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/LivingEntity;ID)V- intermediary - method_5564- Lnet/minecraft/class_1291;method_5564(Lnet/minecraft/class_3218;Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Lnet/minecraft/class_1309;ID)V- official - a- Lbtp;a(Lard;Lbum;Lbum;Lbvi;ID)V
 
 
-