Uses of Enum
net.md_5.bungee.api.event.ServerKickEvent.Cause
Packages that use ServerKickEvent.Cause
-
Uses of ServerKickEvent.Cause in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ServerKickEvent.CauseModifier and TypeMethodDescriptionServerKickEvent.getCause()Circumstances which led to the kick.static ServerKickEvent.CauseReturns 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.CauseModifier and TypeMethodDescriptionvoidServerKickEvent.setCause(ServerKickEvent.Cause cause) Circumstances which led to the kick.Constructors in net.md_5.bungee.api.event with parameters of type ServerKickEvent.CauseModifierConstructorDescriptionServerKickEvent(ProxiedPlayer player, ServerInfo kickedFrom, BaseComponent[] kickReasonComponent, ServerInfo cancelServer, ServerKickEvent.State state, ServerKickEvent.Cause cause)