#3037: Update ProxiedPlayer#setDisplayName javadoc to current behaviour

This commit is contained in:
Janmm14
2021-02-14 09:36:56 +11:00
committed by md_5
parent cfcc8b1a6f
commit 4f23b49fef

View File

@@ -57,8 +57,7 @@ public interface ProxiedPlayer extends Connection, CommandSender
String getDisplayName();
/**
* Sets this players display name to be used as their nametag and tab list
* name.
* Sets this players display name to be used by bungeecord commands and plugins.
*
* @param name the name to set
*/