Bukkit
1.4.7-R1.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerator
Pages
OfflinePlayer.java
Go to the documentation of this file.
1
package
org.bukkit;
2
3
import
org.bukkit.configuration.serialization.ConfigurationSerializable;
4
import
org.bukkit.entity.AnimalTamer;
5
import
org.bukkit.entity.Player;
6
import
org.bukkit.permissions.ServerOperator;
7
8
public
interface
OfflinePlayer
extends
ServerOperator
,
AnimalTamer
,
ConfigurationSerializable
{
14
public
boolean
isOnline
();
15
21
public
String
getName
();
22
28
public
boolean
isBanned
();
29
35
public
void
setBanned
(
boolean
banned);
36
42
public
boolean
isWhitelisted
();
43
49
public
void
setWhitelisted
(
boolean
value);
50
59
public
Player
getPlayer
();
60
69
public
long
getFirstPlayed
();
70
79
public
long
getLastPlayed
();
80
86
public
boolean
hasPlayedBefore
();
87
94
public
Location
getBedSpawnLocation
();
95
96
}
org
bukkit
OfflinePlayer.java
Generated on Thu May 23 2013 07:16:32 for Bukkit by
1.8.2