voxelman.core.config

Public Imports

voxelman.globalconfig
public import voxelman.globalconfig;

Members

Aliases

BlockId
alias BlockId = ushort
Undocumented in source.
BlockMetadata
alias BlockMetadata = ubyte
Undocumented in source.
DimensionId
alias DimensionId = short
Undocumented in source.
TimestampType
alias TimestampType = uint
Undocumented in source.

Manifest constants

CHUNK_SIZE
enum CHUNK_SIZE;
Undocumented in source.
CHUNK_SIZE_BITS
enum CHUNK_SIZE_BITS;
Undocumented in source.
CHUNK_SIZE_CUBE
enum CHUNK_SIZE_CUBE;
Undocumented in source.
CHUNK_SIZE_SQR
enum CHUNK_SIZE_SQR;
Undocumented in source.
CHUNK_SIZE_VECTOR
enum CHUNK_SIZE_VECTOR;
Undocumented in source.
DEFAULT_VIEW_RADIUS
enum DEFAULT_VIEW_RADIUS;
Undocumented in source.
ENABLE_RLE_PACKET_COMPRESSION
enum ENABLE_RLE_PACKET_COMPRESSION;
Undocumented in source.
MAX_LOAD_QUEUE_LENGTH
enum MAX_LOAD_QUEUE_LENGTH;
Undocumented in source.
MAX_VIEW_RADIUS
enum MAX_VIEW_RADIUS;
Undocumented in source.
MIN_VIEW_RADIUS
enum MIN_VIEW_RADIUS;
Undocumented in source.
QUEUE_LENGTH
enum QUEUE_LENGTH;
Undocumented in source.
REGION_SIZE
enum REGION_SIZE;
Undocumented in source.
REGION_SIZE_CUBE
enum REGION_SIZE_CUBE;
Undocumented in source.
REGION_SIZE_SQR
enum REGION_SIZE_SQR;
Undocumented in source.
SERVER_PORT
enum SERVER_PORT;
Undocumented in source.
SERVER_UPDATES_PER_SECOND
enum SERVER_UPDATES_PER_SECOND;
Undocumented in source.

Structs

BlockIdAndMeta
struct BlockIdAndMeta
Undocumented in source.

Variables

DEFAULT_WORLD_NAME
string DEFAULT_WORLD_NAME;
Undocumented in source.

Meta

Authors

Andrey Penechko.