Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
com.artemis.utils |
Helper classes.
|
Modifier and Type | Method and Description |
---|---|
EntityEdit |
EntityEdit.add(Component component)
Add a component to this entity.
|
EntityEdit |
EntityEdit.add(Component component,
ComponentType type)
Faster adding of components into the entity.
|
EntityEdit |
Entity.edit()
Get entity editor.
|
EntityEdit |
World.edit(int entityId)
Get entity editor for entity.
|
EntityEdit |
EntityEdit.remove(Class<? extends Component> type)
Remove component by its type.
|
EntityEdit |
EntityEdit.remove(Component component)
Removes the component from this entity.
|
EntityEdit |
EntityEdit.remove(ComponentType type)
Removal of components from a entity.
|
Modifier and Type | Field and Description |
---|---|
protected EntityEdit |
EntityBuilder.edit |
Copyright © 2019. All rights reserved.