Package | Description |
---|---|
org.bukkit.event.player |
Modifier and Type | Method and Description |
---|---|
PlayerLoginEvent.Result |
PlayerLoginEvent.getResult()
Gets the current result of the login, as an enum
|
static PlayerLoginEvent.Result |
PlayerLoginEvent.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerLoginEvent.Result[] |
PlayerLoginEvent.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlayerLoginEvent.disallow(PlayerLoginEvent.Result result,
String message)
Disallows the player from logging in, with the given reason
|
void |
PlayerLoginEvent.setResult(PlayerLoginEvent.Result result)
Sets the new result of the login, as an enum
|
Constructor and Description |
---|
PlayerLoginEvent(Player player,
PlayerLoginEvent.Result result,
String message)
Deprecated.
Address and hostname should be provided in other
constructor
|
PlayerLoginEvent(Player player,
String hostname,
InetAddress address,
PlayerLoginEvent.Result result,
String message,
InetAddress realAddress)
This constructor pre-configures the event with a result and message
|
Copyright © 2016. All rights reserved.