Class CheckingPlanEnv


  • public class CheckingPlanEnv
    extends Plan
    Check the grid for garbage.
    • Constructor Detail

      • CheckingPlanEnv

        public CheckingPlanEnv()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • computeNextPosition

        protected static IVector2 computeNextPosition​(IVector2 pos,
                                                      int sizex,
                                                      int sizey)
        Compute the next position.