WorldBox

Undocumented in source.

Constructors

this
this(ivec3 pos, ivec3 size, ushort dim)
Undocumented in source.
this
this(Box box, ushort dim)
Undocumented in source.

Alias This

box

Members

Functions

contains
bool contains(ivec3 point, ushort dimension)
Undocumented in source. Be warned that the author may not have intended to support it.
intersection
WorldBox intersection(WorldBox other)
Undocumented in source. Be warned that the author may not have intended to support it.
intersection
WorldBox intersection(Box other)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ivec4) del)
int opApply(int delegate(ChunkWorldPos) del)

iterate all posisions within a box

opEquals
bool opEquals(WorldBox other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

box
Box box;
Undocumented in source.
dimension
ushort dimension;
Undocumented in source.

Meta