Uses of Enum Class
net.minecraft.world.damagesource.DamageEffects
Packages that use DamageEffects
-
Uses of DamageEffects in net.minecraft.world.damagesource
Subclasses with type arguments of type DamageEffects in net.minecraft.world.damagesourceFields in net.minecraft.world.damagesource declared as DamageEffectsModifier and TypeFieldDescriptionprivate final DamageEffectsDamageType.effectsThe field for theeffectsrecord component.Fields in net.minecraft.world.damagesource with type parameters of type DamageEffectsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamageEffects> DamageEffects.CODECMethods in net.minecraft.world.damagesource 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.world.damagesource with parameters of type DamageEffectsModifierConstructorDescriptionDamageType(String msgdId, float exhaustion, DamageEffects effects) DamageType(String msgdId, DamageScaling scaling, float exhaustion, DamageEffects effects) DamageType(String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects, DeathMessageType deathMessageType) Creates an instance of aDamageTyperecord class.