Uses of Enum Class
org.bukkit.event.player.PlayerExpCooldownChangeEvent.ChangeReason
Packages that use PlayerExpCooldownChangeEvent.ChangeReason
-
Uses of PlayerExpCooldownChangeEvent.ChangeReason in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerExpCooldownChangeEvent.ChangeReasonModifier 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.Constructors in org.bukkit.event.player with parameters of type PlayerExpCooldownChangeEvent.ChangeReasonModifierConstructorDescriptionPlayerExpCooldownChangeEvent
(@NotNull Player player, int newcooldown, @NotNull PlayerExpCooldownChangeEvent.ChangeReason reason)