Uses of Enum
net.md_5.bungee.api.event.PlayerConfigurationEvent.Reason
Packages that use PlayerConfigurationEvent.Reason
-
Uses of PlayerConfigurationEvent.Reason in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return PlayerConfigurationEvent.ReasonModifier and TypeMethodDescriptionPlayerConfigurationEvent.getReason()The reason the player is entering configuration phase.Returns the enum constant of this type with the specified name.static PlayerConfigurationEvent.Reason[]PlayerConfigurationEvent.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.api.event with parameters of type PlayerConfigurationEvent.ReasonModifier and TypeMethodDescriptionvoidPlayerConfigurationEvent.setReason(PlayerConfigurationEvent.Reason reason) The reason the player is entering configuration phase.Constructors in net.md_5.bungee.api.event with parameters of type PlayerConfigurationEvent.ReasonModifierConstructorDescriptionPlayerConfigurationEvent(ProxiedPlayer player, PlayerConfigurationEvent.Reason reason, Callback<PlayerConfigurationEvent> done)