- allocLayerArray
ubyte[] allocLayerArray(ubyte[] dataToCopy)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocLayerArray
ubyte[] allocLayerArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyChanges
void applyChanges(WriteBuffer* writeBuffer, BlockChange[] changes)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyChanges
void applyChanges(WriteBuffer* writeBuffer, ChunkChange[] changes)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyLayer
void applyLayer(Layer1 layer, Layer2 writeBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- areaOfImpact
ushort[2] areaOfImpact(BlockChange[] changes)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitsToUniformLength
ubyte bitsToUniformLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- bitsToUniformLength
ubyte bitsToUniformLength(ubyte bits)
Undocumented in source. Be warned that the author may not have intended to support it.
- compressLayerData
ubyte[] compressLayerData(ubyte[] data, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyLayer
void copyLayer(Layer1 source, Layer2 dest)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyToBuffer
void copyToBuffer(Layer layer, BlockId[] outBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- decompressLayerData
ubyte[] decompressLayerData(Layer layer, ubyte[] outBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- decompressLayerData
ubyte[] decompressLayerData(ubyte[] _compressedData)
Undocumented in source. Be warned that the author may not have intended to support it.
- decompressLayerData
ubyte[] decompressLayerData(ubyte[] _compressedData, ubyte[] outBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ensureLayerArrayLength
ubyte[] ensureLayerArrayLength(Layer layer, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- expandUniform
void expandUniform(ubyte[] buffer, ubyte itemBits, ulong uniformData)
Undocumented in source. Be warned that the author may not have intended to support it.
- expandUniformLayer
void expandUniformLayer(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- freeLayerArray
void freeLayerArray(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromBlockData
ChunkLayerItem fromBlockData(ChunkLayerData bd)
Undocumented in source. Be warned that the author may not have intended to support it.
- getArray
T[] getArray(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlockId
BlockId getBlockId(Layer layer, BlockChunkIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlockId
BlockId getBlockId(Layer layer, int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLayerDataBytes
size_t getLayerDataBytes(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLayerItemNoncompressed
T getLayerItemNoncompressed(Layer layer, BlockChunkIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUniform
T getUniform(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- isUniform
bool isUniform(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- reallocLayerArray
ubyte[] reallocLayerArray(Layer layer, size_t newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBlockData
ChunkLayerData toBlockData(Layer layer, ubyte layerId)
Undocumented in source. Be warned that the author may not have intended to support it.
- uncompressedDataLength
size_t uncompressedDataLength(ubyte[] compressedData)
Undocumented in source. Be warned that the author may not have intended to support it.