|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.metacosm.framework.controller
Interface CreatureController

- All Superinterfaces:
- Controller, org.metacosm.framework.persistence.Persistent, java.io.Serializable
- All Known Implementing Classes:
- BasicCreatureController
- public interface CreatureController
- extends Controller
A Creature is controlled by one or more CreatureController.
| Field Summary |
| Fields inherited from interface org.metacosm.framework.controller.Controller |
IDLE_MODE, REPEAT_ACTION_MODE, SINGLE_ACTION_MODE |
| Method Summary | |
org.metacosm.framework.entity.Creature |
getCreature()
|
| Methods inherited from interface org.metacosm.framework.controller.Controller |
getControllerId, getDecisionTree, getDecisionTreeFA, getEntity, newTurn, plan |
| Methods inherited from interface org.metacosm.framework.persistence.Persistent |
load, save |
| Method Detail |
getCreature
public org.metacosm.framework.entity.Creature getCreature()
|
|||||||||
| Home >> All >> org >> metacosm >> framework >> [ controller overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC