- applyBlockChanges
void applyBlockChanges(ChunkWorldPos cwp, BlockChange[] changes)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillBox
bool fillBox(WorldBox blockFillBox, BlockId blockId, BlockMetadata blockMeta)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillChunkBox
bool fillChunkBox(ChunkWorldPos cwp, Box blockBox, BlockId blockId, BlockMetadata blockMeta)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlock
BlockId getBlock(BlockWorldPos bwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlockIdAndMeta
BlockIdAndMeta getBlockIdAndMeta(BlockWorldPos bwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlockMeta
BlockMetadata getBlockMeta(BlockWorldPos bwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- isChunkLoaded
bool isChunkLoaded(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- isFree
bool isFree(BlockWorldPos bwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- onBlockChange
void onBlockChange(ChunkWorldPos cwp, BlockChange change)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBlock
bool setBlock(BlockWorldPos bwp, BlockId blockId, BlockMetadata blockMeta)
Undocumented in source. Be warned that the author may not have intended to support it.