Class Gardener

java.lang.Object
com.takenoko.actors.Actor
com.takenoko.actors.Gardener

public class Gardener extends Actor
Gardener class. The gardener is an actor that can move on the board.
  • Constructor Details

    • Gardener

      public Gardener(PositionVector position)
      Constructor for the Gardener class.
      Parameters:
      position - the position of the gardener
    • Gardener

      public Gardener()
      Constructor for the Gardener class. Instantiate the gardener at the origin.
  • Method Details