| Package | Description |
|---|---|
| com.artemis |
Core Artemis classes.
|
| com.artemis.utils |
Helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
Bag<Component> |
Entity.getComponents(Bag<Component> fillBag)
Returns a bag of all components this entity has.
|
protected Bag<Component> |
ComponentManager.getComponentsByType(ComponentType type)
Get all components from all entities for a given type.
|
Bag<Component> |
ComponentManager.getComponentsFor(Entity e,
Bag<Component> fillBag)
Get all component associated with an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Bag<Component> |
Entity.getComponents(Bag<Component> fillBag)
Returns a bag of all components this entity has.
|
Bag<Component> |
ComponentManager.getComponentsFor(Entity e,
Bag<Component> fillBag)
Get all component associated with an entity.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Sort.sort(Bag<T> a) |
<T> void |
Sort.sort(Bag<T> a,
Comparator<T> c) |
Copyright © 2014. All Rights Reserved.