| Package | Description | 
|---|---|
| org.bukkit.event.player | 
| Modifier and Type | Method | Description | 
|---|---|---|
AsyncPlayerPreLoginEvent.Result | 
AsyncPlayerPreLoginEvent.getLoginResult() | 
 Gets the current result of the login, as an enum 
 | 
static AsyncPlayerPreLoginEvent.Result | 
AsyncPlayerPreLoginEvent.Result.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static AsyncPlayerPreLoginEvent.Result[] | 
AsyncPlayerPreLoginEvent.Result.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
AsyncPlayerPreLoginEvent.disallow(AsyncPlayerPreLoginEvent.Result result,
        String message) | 
 Disallows the player from logging in, with the given reason 
 | 
void | 
AsyncPlayerPreLoginEvent.setLoginResult(AsyncPlayerPreLoginEvent.Result result) | 
 Sets the new result of the login, as an enum 
 | 
Copyright © 2020. All rights reserved.