Uses of Enum Class
net.md_5.bungee.api.event.ServerKickEvent.State
Packages that use ServerKickEvent.State
-
Uses of ServerKickEvent.State in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ServerKickEvent.StateModifier and TypeMethodDescriptionstatic ServerKickEvent.StateReturns the enum constant of this class with the specified name.static ServerKickEvent.State[]ServerKickEvent.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.md_5.bungee.api.event with parameters of type ServerKickEvent.StateModifierConstructorDescriptionServerKickEvent(ProxiedPlayer player, String kickReason, ServerInfo cancelServer, ServerKickEvent.State state)