Class CritterMove


  • public class CritterMove
    extends java.lang.Object
    One battle move for one critter.
    Author:
    David Ripton
    • Method Detail

      • setValue

        public void setValue​(int value)
      • getValue

        public int getValue()
      • getTag

        int getTag()
      • getStartingHex

        public BattleHex getStartingHex()
      • getEndingHex

        public BattleHex getEndingHex()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object