till

Commands the agent to till soil in the given direction.

agent.till(FORWARD);

Parameters

  • direction: the direction in which to till the soil, eg: FORWARD

Example

Makes the agent till behind itself.

agent.till(BACK);