Uses of Enum Class
net.minecraft.entity.damage.DamageEffects
Packages that use DamageEffects
- 
Uses of DamageEffects in net.minecraft.entity.damageFields in net.minecraft.entity.damage declared as DamageEffectsModifier and TypeFieldDescriptionprivate final DamageEffectsDamageType.effectsThe field for theeffectsrecord component.Fields in net.minecraft.entity.damage with type parameters of type DamageEffectsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<DamageEffects>DamageEffects.CODECMethods in net.minecraft.entity.damage that return DamageEffectsModifier and TypeMethodDescriptionDamageType.effects()Returns the value of theeffectsrecord component.static DamageEffectsReturns the enum constant of this class with the specified name.static DamageEffects[]DamageEffects.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.entity.damage with parameters of type DamageEffectsModifierConstructorDescriptionDamageType(String msgId, float exhaustion, DamageEffects effects) DamageType(String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects) DamageType(String string, DamageScaling damageScaling, float float2, DamageEffects damageEffects, DeathMessageType deathMessageType)