Uses of Enum Class
org.bukkit.damage.DamageScaling
Packages that use DamageScaling
Package
Description
Classes concerning damage types and sources applicable to living entities.
-
Uses of DamageScaling in org.bukkit.damage
Subclasses with type arguments of type DamageScaling in org.bukkit.damageModifier and TypeClassDescriptionenumA means of damage scaling with respect to the server's difficulty.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.