mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
[ci skip] Add missing exception docs to Player#listPlayer (#12488)
This commit is contained in:
parent
b9d3147d3b
commit
952338b33e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user