Uses of Enum Class
org.cloudburstmc.api.event.player.PlayerAsyncPreLoginEvent.LoginResult
Packages that use PlayerAsyncPreLoginEvent.LoginResult
-
Uses of PlayerAsyncPreLoginEvent.LoginResult in org.cloudburstmc.api.event.player
Methods in org.cloudburstmc.api.event.player that return PlayerAsyncPreLoginEvent.LoginResultModifier and TypeMethodDescriptionPlayerAsyncPreLoginEvent.getLoginResult()Returns the enum constant of this class with the specified name.static PlayerAsyncPreLoginEvent.LoginResult[]PlayerAsyncPreLoginEvent.LoginResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.event.player with parameters of type PlayerAsyncPreLoginEvent.LoginResultModifier and TypeMethodDescriptionvoidPlayerAsyncPreLoginEvent.setLoginResult(PlayerAsyncPreLoginEvent.LoginResult loginResult)