Uses of Enum Class
net.minecraft.entity.damage.DeathMessageType
Packages that use DeathMessageType
-
Uses of DeathMessageType in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as DeathMessageTypeModifier and TypeFieldDescriptionprivate final DeathMessageType
DamageType.deathMessageType
The field for thedeathMessageType
record component.Fields in net.minecraft.entity.damage with type parameters of type DeathMessageTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DeathMessageType>
DeathMessageType.CODEC
Methods in net.minecraft.entity.damage that return DeathMessageTypeModifier and TypeMethodDescriptionDamageType.deathMessageType()
Returns the value of thedeathMessageType
record component.static DeathMessageType
Returns the enum constant of this class with the specified name.static DeathMessageType[]
DeathMessageType.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 DeathMessageTypeModifierConstructorDescriptionDamageType
(String string, DamageScaling damageScaling, float float2, DamageEffects damageEffects, DeathMessageType deathMessageType)