ServerWorld

Undocumented in source.

Members

Functions

handlePlaceBlockPacket
void handlePlaceBlockPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
handlePostUpdateEvent
void handlePostUpdateEvent(PostUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handlePreUpdateEvent
void handlePreUpdateEvent(PreUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleStopEvent
void handleStopEvent(GameStopEvent event)
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.
onChunkLoaded
void onChunkLoaded(ChunkWorldPos cwp, BlockDataSnapshot snap)
Undocumented in source. Be warned that the author may not have intended to support it.
onChunkObserverAdded
void onChunkObserverAdded(ChunkWorldPos cwp, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
postInit
void postInit()
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.
sendChanges
void sendChanges(BlockChange[][ChunkWorldPos] changes)
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

blockMan
BlockMan blockMan;
Undocumented in source.
chunkManager
ChunkManager chunkManager;
Undocumented in source.
chunkObserverManager
ChunkObserverManager chunkObserverManager;
Undocumented in source.
chunkProvider
ChunkProvider chunkProvider;
Undocumented in source.
world
World world;
Undocumented in source.
worldAccess
WorldAccess worldAccess;
Undocumented in source.

Meta