Skip to content
David Kent edited this page Jul 3, 2013 · 2 revisions

An action represents a routine that will in some way affect the world, it's agents, it's things, or the internal state of the agent executing the action. Any action can be given to any agent via the agent's action list. A new action can be created by creating a new Java class and implementing the Action interface. The execute method must then be implemented. Any further additions are optional.

List of actions:

  • Idle
  • Step

Clone this wiki locally