Interface | Description |
---|---|
Entity |
A common interface for Entity implementations within the
Entity-Component-System pattern
|
EntityListener |
Allows classes to listen for component addition and removal within
Entity instances |
Class | Description |
---|---|
GameScreenEntity |
An implementation of
Entity that also implements GameScreen |
UUIDEntity |
Implements an entity as part of the Entity-Component-System pattern
|
Copyright © 2014. All rights reserved.