Bukkit  1.4.7-R1.0
 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 
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 
95 
96 }