TITLE getBlockLightLevel
MAX_WIDTH

TEXT --{
int getBlockLightLevel(position)
int getBlockLightLevel(x, y, z)

返回方块亮度等级

- position: 方块坐标
- x, y, z (int): 方块坐标
}--