ServerWorld

Undocumented in source.

Members

Functions

createWorld
void createWorld()
Undocumented in source. Be warned that the author may not have intended to support it.
currentTimestamp
TimestampType currentTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
preInit
void preInit()
Undocumented in source. Be warned that the author may not have intended to support it.
registerResourceManagers
void registerResourceManagers(void delegate(IResourceManager) registerHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
setDimensionBorders
void setDimensionBorders(DimensionId dim, Box borders)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.world.plugininfo"
Undocumented in source.

Variables

activeChunks
ActiveChunks activeChunks;
Undocumented in source.
chunkManager
ChunkManager chunkManager;
Undocumented in source.
chunkObserverManager
ChunkObserverManager chunkObserverManager;
Undocumented in source.
chunkProvider
ChunkProvider chunkProvider;
Undocumented in source.
dimMan
DimensionManager dimMan;
Undocumented in source.
dimObserverMan
DimensionObserverManager dimObserverMan;
Undocumented in source.
entityAccess
BlockEntityAccess entityAccess;
Undocumented in source.
idMapManager
IdMapManagerServer idMapManager;
Undocumented in source.
worldAccess
WorldAccess worldAccess;
Undocumented in source.
worldInfo
WorldInfo worldInfo;
Undocumented in source.

Meta