| Package | Description |
|---|---|
| com.lhkbob.entreri |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Component
Component represents a grouping of reusable and related states that are added to an
Entity. |
interface |
Entity
An Entity represents a collection of Components within an EntitySystem.
|
| Modifier and Type | Method and Description |
|---|---|
Owner |
Ownable.getOwner()
Get the current owner of this object.
|
Owner |
Owner.notifyOwnershipGranted(Ownable obj)
Notify this Owner that it is now obj's owner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ownable.setOwner(Owner owner)
Set the new owner of the given object.
|
Copyright © 2013. All Rights Reserved.