mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Set. Not get.
This commit is contained in:
parent
efa9501538
commit
f71b57174e
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…
Add table
Reference in a new issue