- __anonymous
mixin IdAndSemverFrom!(voxelman.entity.plugininfo)
Undocumented in source.
- evDispatcher
EventDispatcherPlugin evDispatcher;
Undocumented in source.
- entityManager
EntityManager entityManager;
Undocumented in source.
- componentArray
ComponentInfo*[] componentArray;
Undocumented in source.
- componentMap
ComponentInfo*[TypeInfo] componentMap;
Undocumented in source.
- init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerComponent
void registerComponent(ComponentUnpacker unpacker, string componentName)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdateEvent
void onUpdateEvent(UpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPostUpdateEvent
void onPostUpdateEvent(PostUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- connection
NetServerPlugin connection;
Undocumented in source.
- eidKey
string eidKey;
Undocumented in source.
- registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendComponents
void sendComponents(Storage storage)
Undocumented in source. Be warned that the author may not have intended to support it.
- createComponentPacket
ubyte[] createComponentPacket(size_t componentId, Storage storage)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleComponentSyncPacket
void handleComponentSyncPacket(ubyte[] packetData, ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
void read(PluginDataLoader loader)
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.