| Package | Description |
|---|---|
| com.artemis |
Core Artemis classes.
|
| com.artemis.managers |
Manager implementations.
|
| com.artemis.systems |
Entity systems.
|
| com.artemis.utils |
Helper classes.
|
| Class and Description |
|---|
| ArchetypeBuilder
Builder for basic Archetype instances.
|
| ArchetypeBuilder.Archetype
Provides a blueprint for new entities, offering greatly
improved insertion performance for systems and managers.
|
| Aspect
An Aspect is used by systems as a matcher against entities, to check if a
system is interested in an entity.
|
| Component
The most basic component type.
|
| ComponentManager
Handles the association between entities and their components.
|
| ComponentMapper |
| ComponentType
Identifies components in artemis without having to use classes.
|
| ComponentTypeFactory |
| Entity
The entity class.
|
| EntityEdit |
| EntityManager
EntityManager.
|
| EntityObserver
Used to pass messages to objects that need to be notified about changes to
certain entities.
|
| EntitySystem
The most raw entity system.
|
| Manager
A manager for handling entities in the world.
|
| World
The primary instance for the framework.
|
| WorldConfiguration |
| Class and Description |
|---|
| Entity
The entity class.
|
| EntityObserver
Used to pass messages to objects that need to be notified about changes to
certain entities.
|
| Manager
A manager for handling entities in the world.
|
| Class and Description |
|---|
| Aspect
An Aspect is used by systems as a matcher against entities, to check if a
system is interested in an entity.
|
| Entity
The entity class.
|
| EntityObserver
Used to pass messages to objects that need to be notified about changes to
certain entities.
|
| EntitySystem
The most raw entity system.
|
| Class and Description |
|---|
| ArchetypeBuilder.Archetype
Provides a blueprint for new entities, offering greatly
improved insertion performance for systems and managers.
|
| Component
The most basic component type.
|
| Entity
The entity class.
|
| EntitySystem
The most raw entity system.
|
| Manager
A manager for handling entities in the world.
|
| World
The primary instance for the framework.
|
Copyright © 2014. All Rights Reserved.