BlockEntityServer

Undocumented in source.

Members

Functions

read
void read(PluginDataLoader loader)
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.
write
void write(PluginDataSaver saver)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.blockentity.plugininfo"
Undocumented in source.
__anonymous
mixin BlockEntityCommon
Undocumented in source.

Variables

dbKey
auto dbKey;
Undocumented in source.

Mixed In Members

From mixin BlockEntityCommon

registerResourceManagers
void registerResourceManagers(void delegate(IResourceManager) reg)
Undocumented in source. Be warned that the author may not have intended to support it.
blockEntityMan
BlockEntityManager blockEntityMan;
Undocumented in source.
blockEntityInfos
BlockEntityInfoTable blockEntityInfos()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta