canSee

abstract fun canSee(player: McServerPlayer): Boolean

Determines if this player can see another player.

Return

true if this player can see the specified player; otherwise, false.

Parameters

player

The player to check visibility for.