Class ProductionMap.ProductionTree

  • Enclosing class:
    ProductionMap

    public static class ProductionMap.ProductionTree
    extends java.lang.Object
    • Field Detail

      • root

        private AbstractGoods root
        The abstract goods all other types of goods in this tree are finally stored as.
      • leafs

        private java.util.List<AbstractGoods> leafs
        The abstract goods that are actually produced.