| Package | Description |
|---|---|
| com.artemis |
Core Artemis classes.
|
| com.artemis.utils |
Helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
ArchetypeBuilder.Archetype |
ArchetypeBuilder.build(World world)
Create a new world specific instance of Archetype based on the current state.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentManager.addComponents(Entity e,
ArchetypeBuilder.Archetype archetype) |
Entity |
World.createEntity(ArchetypeBuilder.Archetype archetype)
Create and return an
EntityEdit wrapping a new or reused entity instance. |
protected Entity |
EntityManager.createEntityInstance(ArchetypeBuilder.Archetype archetype)
Create a new entity based on the supplied archetype.
|
| Constructor and Description |
|---|
ArchetypeBuilder(ArchetypeBuilder.Archetype parent)
Constructs an archetype builder containing the composition of the specified parent.
|
| Constructor and Description |
|---|
EntityBuilder(World world,
ArchetypeBuilder.Archetype archetype)
Begin building new entity based on archetype.
|
Copyright © 2014. All Rights Reserved.