Uses of Enum Class
com.velocitypowered.api.event.connection.DisconnectEvent.LoginStatus
Packages that use DisconnectEvent.LoginStatus
Package
Description
Provides events for handling incoming connections to the proxy and logins.
-
Uses of DisconnectEvent.LoginStatus in com.velocitypowered.api.event.connection
Subclasses with type arguments of type DisconnectEvent.LoginStatus in com.velocitypowered.api.event.connectionModifier and TypeClassDescriptionstatic enumThe status of the connection when the player disconnected.Methods in com.velocitypowered.api.event.connection that return DisconnectEvent.LoginStatusModifier and TypeMethodDescriptionDisconnectEvent.getLoginStatus()static DisconnectEvent.LoginStatusReturns the enum constant of this class with the specified name.static DisconnectEvent.LoginStatus[]DisconnectEvent.LoginStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.velocitypowered.api.event.connection with parameters of type DisconnectEvent.LoginStatusModifierConstructorDescriptionDisconnectEvent(Player player, DisconnectEvent.LoginStatus loginStatus)