| Package | Description | 
|---|---|
| com.lhkbob.entreri | 
| Modifier and Type | Method and Description | 
|---|---|
Entity | 
EntitySystem.addEntity()
Add a new Entity to this EntitySystem. 
 | 
Entity | 
EntitySystem.addEntity(Entity template)
 Add a new Entity to this EntitySystem. 
 | 
Entity | 
Component.getEntity()
Get the entity that this component is attached to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<Entity> | 
EntitySystem.iterator()
Return an iterator over all of the entities within the system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Entity | 
EntitySystem.addEntity(Entity template)
 Add a new Entity to this EntitySystem. 
 | 
void | 
EntitySystem.removeEntity(Entity e)
 Remove the given entity from this system. 
 | 
Copyright © 2013. All Rights Reserved.