Uses of Enum
net.md_5.bungee.api.event.ServerKickEvent.Cause
-
Uses of ServerKickEvent.Cause in net.md_5.bungee.api.event
Modifier and TypeMethodDescriptionServerKickEvent.getCause()
Circumstances which led to the kick.static ServerKickEvent.Cause
Returns the enum constant of this type with the specified name.static ServerKickEvent.Cause[]
ServerKickEvent.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ServerKickEvent.setCause
(ServerKickEvent.Cause cause) Circumstances which led to the kick.ModifierConstructorDescriptionServerKickEvent
(ProxiedPlayer player, ServerInfo kickedFrom, BaseComponent[] kickReasonComponent, ServerInfo cancelServer, ServerKickEvent.State state, ServerKickEvent.Cause cause)