Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
com.artemis.injection | |
com.artemis.systems |
Entity systems.
|
com.artemis.utils |
Helper classes.
|
Modifier and Type | Field and Description |
---|---|
protected Bag<BaseSystem> |
SystemInvocationStrategy.systems |
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(int entityId,
Bag<Component> fillBag)
Get all component associated with an entity.
|
Bag<Entity> |
EntitySystem.getEntities()
Gets the entities processed by this system.
|
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(int entityId,
Bag<Component> fillBag)
Get all component associated with an entity.
|
void |
ComponentTypeFactory.ComponentTypeListener.initialize(Bag<ComponentType> registered) |
protected void |
SystemInvocationStrategy.process(Bag<BaseSystem> systems)
Deprecated.
superseded by
SystemInvocationStrategy.process() |
protected void |
SystemInvocationStrategy.setSystems(Bag<BaseSystem> systems)
Called prior to
SystemInvocationStrategy.initialize() |
Constructor and Description |
---|
ImmediateComponentRemover(Bag<A> components,
ComponentPool pool) |
Modifier and Type | Field and Description |
---|---|
protected Bag<FieldResolver> |
FieldHandler.fieldResolvers |
Modifier and Type | Method and Description |
---|---|
Bag<FieldResolver> |
FieldHandler.getFieldResolvers() |
Constructor and Description |
---|
FieldHandler(InjectionCache cache,
Bag<FieldResolver> fieldResolvers)
Constructs a new FieldHandler with the provided fieldResolvers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IntervalEntityProcessingSystem.processEntities(Bag<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
<T> void |
Sort.sort(Bag<T> a) |
<T> void |
Sort.sort(Bag<T> a,
Comparator<T> c) |
Copyright © 2019. All rights reserved.