mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 01:32:02 -07:00
[ci skip] Add missing exception docs to Player#listPlayer (#12488)
This commit is contained in:
@@ -2109,6 +2109,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
*
|
||||
* @param other The other {@link Player} to list.
|
||||
* @return True if the {@code other} player was not listed.
|
||||
* @throws IllegalStateException if this player can't see the other player
|
||||
* @see #canSee(Player)
|
||||
*/
|
||||
boolean listPlayer(Player other);
|
||||
// Paper end
|
||||
|
Reference in New Issue
Block a user