Uses of Enum Class
org.bukkit.damage.DeathMessageType
Package
Description
Collection of registry entry types that may be created or modified via the
RegistryEvent
.Classes concerning damage types and sources applicable to living entities.
-
Uses of DeathMessageType in io.papermc.paper.registry.data
Modifier and TypeMethodDescriptionDamageTypeRegistryEntry.deathMessageType()
Provides theDeathMessageType
for this damage type.Modifier and TypeMethodDescriptionDamageTypeRegistryEntry.Builder.deathMessageType
(DeathMessageType deathMessageType) Sets theDeathMessageType
for this damage type. -
Uses of DeathMessageType in org.bukkit.damage
Modifier and TypeMethodDescriptionDamageType.getDeathMessageType()
Get theDeathMessageType
for this damage type.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.