Uses of Enum
net.md_5.bungee.api.event.ServerConnectEvent.Reason
Packages that use ServerConnectEvent.Reason
-
Uses of ServerConnectEvent.Reason in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection with parameters of type ServerConnectEvent.ReasonModifier and TypeMethodDescriptionvoid
ProxiedPlayer.connect
(ServerInfo target, Callback<Boolean> callback, ServerConnectEvent.Reason reason) Connects / transfers this user to the specified connection, gracefully closing the current one.void
ProxiedPlayer.connect
(ServerInfo target, ServerConnectEvent.Reason reason) Connects / transfers this user to the specified connection, gracefully closing the current one. -
Uses of ServerConnectEvent.Reason in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ServerConnectEvent.ReasonModifier and TypeMethodDescriptionstatic ServerConnectEvent.Reason
Returns the enum constant of this type with the specified name.static ServerConnectEvent.Reason[]
ServerConnectEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.md_5.bungee.api.event with parameters of type ServerConnectEvent.ReasonModifierConstructorDescriptionServerConnectEvent
(ProxiedPlayer player, ServerInfo target, ServerConnectEvent.Reason reason) Deprecated.ServerConnectEvent
(ProxiedPlayer player, ServerInfo target, ServerConnectEvent.Reason reason, ServerConnectRequest request)