mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Set. Not get.
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
e39ba776c9
commit
013df9273d
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ public interface Player extends HumanEntity {
|
||||||
*
|
*
|
||||||
* @return String containing a color formatted name to display for this player
|
* @return String containing a color formatted name to display for this player
|
||||||
*/
|
*/
|
||||||
public void getDisplayName(String name);
|
public void setDisplayName(String name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue