getBlockLightLevel

fun getBlockLightLevel(x: Int, y: Int, z: Int): Int

Gets the block light level at the given position. This is the value seen in the debug (F3) menu

Return

the block light level at the location

Parameters

x

the x coordinate

y

the y coordinate

z

the z coordinate

Sources

Link copied to clipboard