DimensionManager

Undocumented in source.

Members

Functions

contains
bool contains(DimensionId dim)
Undocumented in source. Be warned that the author may not have intended to support it.
dimensionBorders
Box dimensionBorders(DimensionId dim)
Undocumented in source. Be warned that the author may not have intended to support it.
getOrCreate
DimensionInfo* getOrCreate(DimensionId dim)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(PluginDataLoader loader)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DimensionInfo* opIndex(DimensionId dim)

returns internal pointer to hashmap. add/remove can invalidate pointers.

opIndexAssign
void opIndexAssign(DimensionInfo value, DimensionId key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(DimensionId dim)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(PluginDataSaver saver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dbKey
auto dbKey;
Undocumented in source.
dimensions
DimensionInfo[DimensionId] dimensions;
Undocumented in source.
generatorMan
GeneratorManager generatorMan;
Undocumented in source.

Meta