1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 10:41:41 +01:00

Set. Not get.

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot 2011-01-07 13:33:36 +00:00
parent e39ba776c9
commit 013df9273d

View file

@ -38,5 +38,5 @@ public interface Player extends HumanEntity {
*
* @return String containing a color formatted name to display for this player
*/
public void getDisplayName(String name);
public void setDisplayName(String name);
}