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
Methods in com.velocitypowered.api.event.connection that return DisconnectEvent.LoginStatusModifier and TypeMethodDescriptionDisconnectEvent.getLoginStatus()
static DisconnectEvent.LoginStatus
Returns 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)