Set. Not get.

This commit is contained in:
Dinnerbone
2011-01-07 13:33:36 +00:00
parent 4ff2e5be4c
commit 6bbad0cdae

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);
}