Class HuntPlan


  • public class HuntPlan
    extends Plan
    A plan skeleton. Custom code goes into the body() method.
    • Constructor Detail

      • HuntPlan

        public HuntPlan()
    • Method Detail

      • body

        public void body()
        The plan body. The plan is finished when this method returns.
        Specified by:
        body in class Plan
      • eating

        protected boolean eating()
        Returns:
        true if it was eating
      • foolAround

        protected void foolAround()