seesLocation2

fun Player.seesLocation2(location: Location): Boolean

Checks if the player can see the specified location based on chunk visibility.

Receiver

The player.

Return

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

Parameters

location

The location to check.