ChunkWorldPos

Undocumented in source.

Constructors

this
this(BlockWorldPos blockWorldPos)
Undocumented in source.
this
this(ivec4 chunkWorldPos)
Undocumented in source.
this
this(int[4] chunkWorldPos)
Undocumented in source.
this
this(ivec3 chunkWorldPos, DimentionId dim)
Undocumented in source.
this
this(svec4 chunkWorldPos)
Undocumented in source.
this
this(int x, int y, int z, int dim)
Undocumented in source.
this
this(ulong val)
Undocumented in source.

Members

Functions

asUlong
ulong asUlong()
Undocumented in source. Be warned that the author may not have intended to support it.
dimention
ushort dimention()
Undocumented in source. Be warned that the author may not have intended to support it.
ivector
ivec4 ivector()
Undocumented in source. Be warned that the author may not have intended to support it.
ivector3
ivec3 ivector3()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto ref opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

vector
svec4 vector;
Undocumented in source.

Meta