[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.
|
* @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
|
||||||
|
|||||||
Reference in New Issue
Block a user