voxelman.world.block.shape

Members

Enums

ShapeSideMask
enum ShapeSideMask
Undocumented in source.

Functions

sideIntersectionTable
SideIntersectionTable sideIntersectionTable(size_t numTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
slopeShapeFromMeta
BlockShape slopeShapeFromMeta(BlockMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

NUM_SIDE_MASKS
enum NUM_SIDE_MASKS;
Undocumented in source.

Structs

BlockShape
struct BlockShape
Undocumented in source.
ShapeSide
struct ShapeSide
Undocumented in source.
SideIntersectionTable
struct SideIntersectionTable
Undocumented in source.

Variables

blockSideCorners
ubyte[] blockSideCorners;
Undocumented in source.
emptyShape
BlockShape emptyShape;
Undocumented in source.
emptyShapeSides
ShapeSideMask[6] emptyShapeSides;
Undocumented in source.
fullShape
BlockShape fullShape;
Undocumented in source.
fullShapeSides
ShapeSideMask[6] fullShapeSides;
Undocumented in source.
unknownShape
BlockShape unknownShape;
Undocumented in source.
waterShape
BlockShape waterShape;
Undocumented in source.
waterShapeSides
ShapeSideMask[6] waterShapeSides;
Undocumented in source.

Meta

Authors

Andrey Penechko.