Set. Not get.
This commit is contained in:
parent
efa9501538
commit
f71b57174e
@ -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…
x
Reference in New Issue
Block a user