| Interface | Description |
|---|---|
| IWorldObject |
Interface for all objects that can be found in the world.
|
| IWorldObjectEvent<OBJECT extends IWorldObject> |
IWorldObject related event.
|
| IWorldObjectEventListener<OBJECT extends IWorldObject,EVENT extends IWorldObjectEvent<OBJECT>> |
Listens on object events.
|
| IWorldObjectListener<OBJECT extends IWorldObject> |
Listens on object events.
|
| Class | Description |
|---|---|
| WorldObjectFuture<T extends IWorldObject> |
Use this if you want to wait for first appearance of some IWorldObject with known string ID.
|
| WorldObjectId |
Interface that is returning an unique id of the world object.
|
| Exception | Description |
|---|---|
| WorldObjectFuture.WorldObjectFutureException |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.