mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 13:40:24 -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.
|
* @param other The other {@link Player} to list.
|
||||||
* @return True if the {@code other} player was not listed.
|
* @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);
|
boolean listPlayer(Player other);
|
||||||
// Paper end
|
// Paper end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user