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 DeathMessageTypeDamageType.deathMessageTypeThe field for thedeathMessageTyperecord component.Fields in net.minecraft.entity.damage with type parameters of type DeathMessageTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DeathMessageType> DeathMessageType.CODECMethods in net.minecraft.entity.damage that return DeathMessageTypeModifier and TypeMethodDescriptionDamageType.deathMessageType()Returns the value of thedeathMessageTyperecord component.static DeathMessageTypeReturns 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 msgId, DamageScaling scaling, float exhaustion, DamageEffects effects, DeathMessageType deathMessageType) Creates an instance of aDamageTyperecord class.