Class Spider


  • public class Spider
    extends ActingElement
    The spider is unstoppable, but slow. It doesn't move every turn. Check its nextMove property to see how many turns until it moves again--one means it will be this turn, immediately after the beetle's action.
    • Constructor Detail

      • Spider

        public Spider​(int x,
                      int y,
                      int nextMove)
      • Spider

        public Spider​(Coord coord,
                      int nextMove)