Uses of Class
ai.worlds.AgentBody

Packages that use AgentBody
ai.worlds   
 

Uses of AgentBody in ai.worlds
 

Fields in ai.worlds declared as AgentBody
 AgentBody Agent.body
          The body of the agent
 

Methods in ai.worlds with parameters of type AgentBody
 void GridEnvironment.forward(AgentBody body)
          Move the agent forward.
 void GridEnvironment.turn(AgentBody body, java.lang.String direction)
          Turn the agent either left or right.
 void GridEnvironment.grab(AgentBody body)
          Grab a "grabable" object at the current location.