Update Bukkit for Minecraft 1.7.8

By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
Bukkit/Spigot
2014-04-10 20:06:14 -05:00
parent 9581550637
commit 07c1670354
9 changed files with 86 additions and 15 deletions

View File

@@ -19,12 +19,12 @@ public interface OfflinePlayer extends ServerOperator, AnimalTamer, Configuratio
/**
* Returns the name of this player
* <p>
* Names are no longer unique past a single game session. For persistent storage
* it is recommended that you use {@link #getUniqueId()} instead.
*
* @deprecated Use {@link #getUniqueId()} as player names are no longer
* guaranteed to be unique
* @return Player name
* @return Player name or null if we have not seen a name for this player yet
*/
@Deprecated
public String getName();
/**