public interface ChunkSection
| Modifier and Type | Method and Description |
|---|---|
BlockState |
getBlock(int x,
int y,
int z,
int layer) |
byte |
getBlockLight(int x,
int y,
int z) |
byte |
getSkyLight(int x,
int y,
int z) |
void |
setBlock(int x,
int y,
int z,
int layer,
BlockState blockState) |
void |
setBlockLight(int x,
int y,
int z,
byte value) |
void |
setSkyLight(int x,
int y,
int z,
byte value) |
BlockState getBlock(int x, int y, int z, int layer)
void setBlock(int x,
int y,
int z,
int layer,
BlockState blockState)
byte getSkyLight(int x,
int y,
int z)
void setSkyLight(int x,
int y,
int z,
byte value)
byte getBlockLight(int x,
int y,
int z)
void setBlockLight(int x,
int y,
int z,
byte value)
Copyright © 2021. All rights reserved.