mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update Bukkit for Minecraft 1.7.8
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user