SPIGOT-8044: Slightly tweak documentation for Player#setPlayerListOrder

This commit is contained in:
md_5 2025-04-18 11:20:20 +10:00
parent 628b1c6cab
commit d6a05557dd
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

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