BlockPluginServer

Undocumented in source.

Members

Functions

init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
readBlockMap
void readBlockMap(PluginDataLoader loader)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResourcesImpl
void registerResourcesImpl(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBlockMap
void writeBlockMap(PluginDataSaver saver)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin BlockPluginCommonImpl
Undocumented in source.
__anonymous
mixin IdAndSemverFrom!(voxelman.block.plugininfo)
Undocumented in source.

Mixed In Members

From mixin BlockPluginCommonImpl

blockMappingKey
string blockMappingKey;
Undocumented in source.
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.
getBlocks
BlockInfoTable getBlocks()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta