Uses of Enum Class
org.bukkit.damage.DeathMessageType
Packages that use 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
Methods in io.papermc.paper.registry.data that return DeathMessageTypeModifier and TypeMethodDescriptionDamageTypeRegistryEntry.deathMessageType()Provides theDeathMessageTypefor this damage type.Methods in io.papermc.paper.registry.data with parameters of type DeathMessageTypeModifier and TypeMethodDescriptionDamageTypeRegistryEntry.Builder.deathMessageType(DeathMessageType deathMessageType) Sets theDeathMessageTypefor this damage type. -
Uses of DeathMessageType in org.bukkit.damage
Methods in org.bukkit.damage that return DeathMessageTypeModifier and TypeMethodDescriptionDamageType.getDeathMessageType()Get theDeathMessageTypefor this damage type.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.