voxelman.blockentity.blockentityaccess

Members

Classes

BlockEntityAccess
class BlockEntityAccess
Undocumented in source.

Functions

boxEntityIndex
ushort boxEntityIndex(Box blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
chunkLocalBlockBox
Box chunkLocalBlockBox(ChunkWorldPos cwp, Box blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
getBlockEntityBox
WorldBox getBlockEntityBox(ChunkWorldPos cwp, ushort blockIndex, BlockEntityInfoTable blockEntityInfos, BlockEntityAccess entityAccess)
Undocumented in source. Be warned that the author may not have intended to support it.
getHashMapFromLayer
BlockEntityMap getHashMapFromLayer(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
payloadFromIdAndEntityData
ulong payloadFromIdAndEntityData(ushort id, ulong entityData)
Undocumented in source. Be warned that the author may not have intended to support it.
placeChunkEntity
void placeChunkEntity(WorldBox blockBox, ulong payload, WorldAccess worldAccess, BlockEntityAccess entityAccess)
Undocumented in source. Be warned that the author may not have intended to support it.
placeEntity
void placeEntity(WorldBox blockBox, ulong payload, WorldAccess worldAccess, BlockEntityAccess entityAccess)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEntity
WorldBox removeEntity(BlockWorldPos bwp, BlockEntityInfoTable beInfos, WorldAccess worldAccess, BlockEntityAccess entityAccess, BlockId fillerBlock)

Returns changed box

setLayerMap
void setLayerMap(Layer layer, BlockEntityMap map)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Andrey Penechko.