修饰符和类 |
成员函数描述 |
boolean |
compress() |
ChunkSection |
copy() |
Block |
getAndSetBlock(int x,
int y,
int z,
Block block) |
int |
getBlockData(int x,
int y,
int z) |
int |
getBlockId(int x,
int y,
int z) |
int |
getBlockLight(int x,
int y,
int z) |
int |
getBlockSkyLight(int x,
int y,
int z) |
byte[] |
getDataArray() |
int |
getFullBlock(int x,
int y,
int z) |
byte[] |
getIdArray() |
byte[] |
getLightArray() |
byte[] |
getSkyLightArray() |
int |
getY() |
boolean |
isEmpty() |
boolean |
setBlock(int x,
int y,
int z,
int blockId) |
boolean |
setBlock(int x,
int y,
int z,
int blockId,
int meta) |
void |
setBlockData(int x,
int y,
int z,
int data) |
void |
setBlockId(int x,
int y,
int z,
int id) |
void |
setBlockLight(int x,
int y,
int z,
int level) |
void |
setBlockSkyLight(int x,
int y,
int z,
int level) |
boolean |
setFullBlockId(int x,
int y,
int z,
int fullId) |
void |
writeTo(BinaryStream stream) |