|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OfflinePlayer
Method Summary | |
---|---|
Location |
getBedSpawnLocation()
Gets the Location where the player will spawn at their bed, null if they have not slept in one or their current bed spawn is invalid. |
long |
getFirstPlayed()
Gets the first date and time that this player was witnessed on this server. |
long |
getLastPlayed()
Gets the last date and time that this player was witnessed on this server. |
String |
getName()
Returns the name of this player |
Player |
getPlayer()
Gets a Player object that this represents, if there is one
If the player is online, this will return that player. |
boolean |
hasPlayedBefore()
Checks if this player has played on this server before. |
boolean |
isBanned()
Checks if this player is banned or not |
boolean |
isOnline()
Checks if this player is currently online |
boolean |
isWhitelisted()
Checks if this player is whitelisted or not |
void |
setBanned(boolean banned)
Bans or unbans this player |
void |
setWhitelisted(boolean value)
Sets if this player is whitelisted or not |
Methods inherited from interface org.bukkit.permissions.ServerOperator |
---|
isOp, setOp |
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable |
---|
serialize |
Method Detail |
---|
boolean isOnline()
String getName()
getName
in interface AnimalTamer
boolean isBanned()
void setBanned(boolean banned)
banned
- true if bannedboolean isWhitelisted()
void setWhitelisted(boolean value)
value
- true if whitelistedPlayer getPlayer()
Player
object that this represents, if there is one
If the player is online, this will return that player. Otherwise,
it will return null.
long getFirstPlayed()
long getLastPlayed()
boolean hasPlayedBefore()
Location getBedSpawnLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |