ServerWorld

Undocumented in source.

Members

Functions

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.

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.
entityAccess
BlockEntityAccess entityAccess;
Undocumented in source.
idMapManager
IdMapManagerServer idMapManager;
Undocumented in source.
worldAccess
WorldAccess worldAccess;
Undocumented in source.

Meta