- addComponent
void addComponent(Entity e, T component)
Undocumented in source. Be warned that the author may not have intended to support it.
- clean
void clean()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleted
void deleted(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComponent
T getComponent(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComponents
Bag!Component getComponents()
Undocumented in source. Be warned that the author may not have intended to support it.
- getComponentsFor
Bag!Component getComponentsFor(Entity e, Bag!Component fillBag)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeComponent
void removeComponent(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.