Uses of Enum Class
org.bukkit.damage.DamageScaling
Packages that use 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
Methods in io.papermc.paper.registry.data that return DamageScalingModifier and TypeMethodDescriptionDamageTypeRegistryEntry.damageScaling()Provides theDamageScalingfor this damage type.Methods in io.papermc.paper.registry.data with parameters of type DamageScalingModifier and TypeMethodDescriptionDamageTypeRegistryEntry.Builder.damageScaling(DamageScaling scaling) Sets theDamageScalingfor this damage type. -
Uses of DamageScaling in org.bukkit.damage
Methods in org.bukkit.damage that return DamageScalingModifier and TypeMethodDescriptionDamageType.getDamageScaling()Get theDamageScalingfor this damage type.static DamageScalingReturns 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.