public interface ChunkSection
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock(int x, int y, int z, int layer)bytegetBlockLight(int x, int y, int z)bytegetSkyLight(int x, int y, int z)voidsetBlock(int x, int y, int z, int layer, BlockState blockState)voidsetBlockLight(int x, int y, int z, byte value)voidsetSkyLight(int x, int y, int z, byte value)
-
Method Details
-
getBlock
-
setBlock
-
getSkyLight
byte getSkyLight(int x, int y, int z) -
setSkyLight
void setSkyLight(int x, int y, int z, byte value) -
getBlockLight
byte getBlockLight(int x, int y, int z) -
setBlockLight
void setBlockLight(int x, int y, int z, byte value)
-