| Package | Description | 
|---|---|
| org.mini2Dx.ecs.system | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<UUID,UUIDEntity> | 
UUIDSystem.entities  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UUIDSystem.addEntity(UUIDEntity entity)  | 
abstract void | 
UUIDSystem.interpolate(UUIDEntity entity,
           GameContainer gc,
           float alpha)
Interpolate an  
UUIDEntity | 
void | 
Box2DSystem.interpolate(UUIDEntity entity,
           GameContainer gc,
           float alpha)  | 
void | 
UUIDSystem.removeEntity(UUIDEntity entity)  | 
void | 
Box2DSystem.removeEntity(UUIDEntity entity)  | 
abstract void | 
Box2DSystem.render(UUIDEntity entity,
      com.badlogic.gdx.physics.box2d.Body body,
      float renderX,
      float renderY,
      GameContainer gc,
      Graphics g)
Render a Box2D  
Body associated with an UUIDEntity | 
abstract void | 
UUIDSystem.render(UUIDEntity entity,
      GameContainer gc,
      Graphics g)
Render an  
UUIDEntity and any debugging information if debugging is
 enabled | 
void | 
Box2DSystem.render(UUIDEntity entity,
      GameContainer gc,
      Graphics g)  | 
abstract void | 
UUIDSystem.update(UUIDEntity entity,
      GameContainer gc,
      float delta)
Update an  
UUIDEntity | 
void | 
Box2DSystem.update(UUIDEntity entity,
      GameContainer gc,
      float delta)  | 
Copyright © 2014. All rights reserved.