Class RecurBDI.BuyItemsGoal

  • Enclosing class:
    RecurBDI

    public class RecurBDI.BuyItemsGoal
    extends java.lang.Object
    A buy items goal that is responsible for buying a number of items.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int num  
    • Constructor Summary

      Constructors 
      Constructor Description
      BuyItemsGoal​(int num)
      Create a new goal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean checkRecur​(double mon)  
      protected boolean checkTarget()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • num

        protected int num
    • Constructor Detail

      • BuyItemsGoal

        public BuyItemsGoal​(int num)
        Create a new goal.
    • Method Detail

      • checkTarget

        protected boolean checkTarget()
      • checkRecur

        protected boolean checkRecur​(double mon)