Uses of Enum Class
org.bukkit.event.player.PlayerExpCooldownChangeEvent.ChangeReason
-
Uses of PlayerExpCooldownChangeEvent.ChangeReason in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerExpCooldownChangeEvent.getReason()
Gets the reason for the change.Returns the enum constant of this class with the specified name.PlayerExpCooldownChangeEvent.ChangeReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerExpCooldownChangeEvent
(@NotNull Player player, int newcooldown, @NotNull PlayerExpCooldownChangeEvent.ChangeReason reason)