Uses of Class
net.md_5.bungee.api.event.ServerKickEvent.Cause
-
Packages that use ServerKickEvent.Cause Package Description net.md_5.bungee.api.event -
-
Uses of ServerKickEvent.Cause in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ServerKickEvent.Cause Modifier and Type Method Description ServerKickEvent.CauseServerKickEvent. getCause()Circumstances which led to the kick.static ServerKickEvent.CauseServerKickEvent.Cause. valueOf(String name)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.Methods in net.md_5.bungee.api.event with parameters of type ServerKickEvent.Cause Modifier and Type Method Description voidServerKickEvent. setCause(ServerKickEvent.Cause cause)Circumstances which led to the kick.Constructors in net.md_5.bungee.api.event with parameters of type ServerKickEvent.Cause Constructor Description ServerKickEvent(ProxiedPlayer player, ServerInfo kickedFrom, BaseComponent[] kickReasonComponent, ServerInfo cancelServer, ServerKickEvent.State state, ServerKickEvent.Cause cause)
-