voxelman.core.basicblocks

Members

Functions

makeColoredBlockMesh
ubyte[] makeColoredBlockMesh(Block block, ubyte bx, ubyte by, ubyte bz, ubyte sides, ubyte sidesnum)
Undocumented in source. Be warned that the author may not have intended to support it.
makeColoredSolidBlock
Block makeColoredSolidBlock(BlockType id, ubyte[3] color)
Undocumented in source. Be warned that the author may not have intended to support it.
makeNullMesh
ubyte[] makeNullMesh(Block block, ubyte bx, ubyte by, ubyte bz, ubyte sides, ubyte sidesnum)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSolidBlock
Block makeSolidBlock(BlockType id)
Undocumented in source. Be warned that the author may not have intended to support it.
sideIsNotTransparent
bool sideIsNotTransparent(Side side)
Undocumented in source. Be warned that the author may not have intended to support it.
sideIsTransparent
bool sideIsTransparent(Side side)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

airBlock
Block airBlock;
Undocumented in source.
dirtBlock
Block dirtBlock;
Undocumented in source.
faces
ubyte[18 * 6] faces;
Undocumented in source.
grassBlock
Block grassBlock;
Undocumented in source.
sandBlock
Block sandBlock;
Undocumented in source.
stoneBlock
Block stoneBlock;
Undocumented in source.
unknownBlock
Block unknownBlock;
Undocumented in source.

Meta

Authors

Andrey Penechko.