voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
BlockChunkIndex
voxelman
storage
coordinates
Undocumented in source.
struct
BlockChunkIndex {
this
(BlockChunkPos blockChunkPos);
this
(BlockWorldPos blockWorldPos);
this
(ushort index);
this
(int x, int y, int z);
ushort
index
;
size_t
getIndex
();
}
Constructors
this
this
(BlockChunkPos blockChunkPos)
Undocumented in source.
this
this
(BlockWorldPos blockWorldPos)
Undocumented in source.
this
this
(ushort index)
Undocumented in source.
this
this
(int x, int y, int z)
Undocumented in source.
Alias This
getIndex
Members
Functions
getIndex
size_t
getIndex
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
index
ushort
index
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
storage
coordinates
structs
BlockChunkIndex
BlockChunkPos
BlockWorldPos
ChunkRegionIndex
ChunkRegionPos
ChunkWorldPos
RegionWorldPos