seesLocation

fun Player.seesLocation(location: Location): Boolean

Checks if the player can see the specified location.

Receiver

The player.

Return

true if the player can see the location, false otherwise.

Parameters

location

The location to check.