mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-8044: Slightly tweak documentation for Player#setPlayerListOrder
This commit is contained in:
parent
628b1c6cab
commit
d6a05557dd
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||||
* Sets the relative order that the player is shown on the in-game player
|
* Sets the relative order that the player is shown on the in-game player
|
||||||
* list.
|
* list.
|
||||||
*
|
*
|
||||||
* @param order new player list order, must be positive
|
* @param order new player list order, must be non-negative
|
||||||
*/
|
*/
|
||||||
public void setPlayerListOrder(int order);
|
public void setPlayerListOrder(int order);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue