Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
com.artemis.utils |
Helper classes.
|
Modifier and Type | Method and Description |
---|---|
Archetype |
ArchetypeBuilder.build(World world)
Create a new world specific instance of Archetype based on the current state.
|
Modifier and Type | Method and Description |
---|---|
int |
World.create(Archetype archetype)
Create and return an
Entity wrapping a new or reused entity instance. |
Entity |
World.createEntity(Archetype archetype)
Create and return an
Entity wrapping a new or reused entity instance. |
Constructor and Description |
---|
ArchetypeBuilder(Archetype parent)
Constructs an archetype builder containing the composition of the specified parent.
|
Constructor and Description |
---|
EntityBuilder(World world,
Archetype archetype)
Begin building new entity based on archetype.
|
Copyright © 2019. All rights reserved.