Uses of Enum Class
org.bukkit.damage.DamageScaling
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 DamageScaling in io.papermc.paper.registry.data
Modifier and TypeMethodDescriptionDamageTypeRegistryEntry.damageScaling()
Provides theDamageScaling
for this damage type.Modifier and TypeMethodDescriptionDamageTypeRegistryEntry.Builder.damageScaling
(DamageScaling scaling) Sets theDamageScaling
for this damage type. -
Uses of DamageScaling in org.bukkit.damage
Modifier and TypeMethodDescriptionDamageType.getDamageScaling()
Get theDamageScaling
for this damage type.static DamageScaling
Returns the enum constant of this class with the specified name.static DamageScaling[]
DamageScaling.values()
Returns an array containing the constants of this enum class, in the order they are declared.