Generated by
JDiff

Interface org.bukkit.OfflinePlayer

Removed Methods
PlayerProfile getPlayerProfile() Gets a copy of the player's profile.
 

Added Methods
BanEntry banPlayer(String) Permanently Bans this player from the server
BanEntry banPlayer(String, String) Permanently Bans this player from the server
BanEntry banPlayer(String, Date) Bans this player from the server
BanEntry banPlayer(String, Date, String) Bans this player from the server
BanEntry banPlayer(String, Date, String, boolean)  
long getLastLogin() Gets the last date and time that this player logged into the server.
long getLastSeen() Gets the last date and time that this player was seen on the server.
 

Changed Methods
long getLastPlayed() Now deprecated.
The API contract is ambiguous and the implementation may or may not return the correct value given this API ambiguity.