-
Notifications
You must be signed in to change notification settings - Fork 24
Creating, getting and killing entities
Elliot Ford edited this page Apr 9, 2015
·
8 revisions
An EntityContainer (API docs) is a store for entities. An Entity is also an Entity container (tree structure). JALSE offers a default implementation of EntityContainer, DefaultEntityContainer, which can also be used to create your own Entity implementation.
EntityContainer container = new DefaultEntityContainer();When entities are created, transfered or killed they trigger listener events (see Creating an EntityListener).
Check out the Example projects and Code snippets!
Getting Started
- Getting the latest release
- Building from source
- Example projects
- Code snippets
- How to contribute
- Have bugs or questions?
How To Use
- JALSE
- Entities
- Attributes
- Actions
- Tags
Misc