voxelman.blockentity.plugin

Public Imports

voxelman.blockentity.blockentityaccess
public import voxelman.blockentity.blockentityaccess;
Undocumented in source.
voxelman.blockentity.blockentitydata
public import voxelman.blockentity.blockentitydata;
Undocumented in source.
voxelman.blockentity.blockentitymap
public import voxelman.blockentity.blockentitymap;
Undocumented in source.
voxelman.blockentity.utils
public import voxelman.blockentity.utils;
Undocumented in source.

Members

Classes

BlockEntityClient
class BlockEntityClient
Undocumented in source.
BlockEntityManager
class BlockEntityManager
Undocumented in source.
BlockEntityServer
class BlockEntityServer
Undocumented in source.

Functions

multichunkBoxHandler
WorldBox multichunkBoxHandler(BlockWorldPos bwp, BlockEntityData data)
Undocumented in source. Be warned that the author may not have intended to support it.
multichunkDebugHandler
void multichunkDebugHandler(BlockWorldPos bwp, BlockEntityData data)
Undocumented in source. Be warned that the author may not have intended to support it.
multichunkMeshHandler
void multichunkMeshHandler(Buffer!MeshVertex[] output, BlockEntityData data, ubyte[3] color, ubyte sides, ivec3 chunkPos, ivec3 entityPos)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

BlockEntityCommon
mixintemplate BlockEntityCommon()
Undocumented in source.

Structs

BlockEntityInfoSetter
struct BlockEntityInfoSetter
Undocumented in source.

Meta

Authors

Andrey Penechko.