Package net.minecraft.entity.effect
Class RaidOmenStatusEffect
java.lang.Object
net.minecraft.entity.effect.StatusEffect
net.minecraft.entity.effect.RaidOmenStatusEffect
- All Implemented Interfaces:
- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/entity/effect/RaidOmenStatusEffect- intermediary - net/minecraft/class_9457- official - btw
- 
Field SummaryFields inherited from class net.minecraft.entity.effect.StatusEffectENTRY_CODEC, ENTRY_PACKET_CODECFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRaidOmenStatusEffect(StatusEffectCategory category, int color, ParticleEffect particleEffect) 
- 
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
- 
Constructor Details- 
RaidOmenStatusEffectprotected RaidOmenStatusEffect(StatusEffectCategory category, int color, ParticleEffect particleEffect) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/effect/StatusEffect;<init>(Lnet/minecraft/entity/effect/StatusEffectCategory;ILnet/minecraft/particle/ParticleEffect;)V- intermediary - <init>- Lnet/minecraft/class_1291;<init>(Lnet/minecraft/class_4081;ILnet/minecraft/class_2394;)V- official - <init>- Lbtp;<init>(Lbtq;ILlr;)V
 
 
- 
- 
Method Details- 
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
 
- 
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
 
 
-