Class Colony.TileImprovementSuggestion

  • Enclosing class:
    Colony

    public static class Colony.TileImprovementSuggestion
    extends java.lang.Object
    Container class for tile exploration or improvement suggestions.
    • Field Detail

      • descendingAmountComparator

        public static final java.util.Comparator<Colony.TileImprovementSuggestion> descendingAmountComparator
        Comparator to order suggestions by descending improvement amount.
      • tile

        public Tile tile
        The tile to explore or improve.
      • tileImprovementType

        public TileImprovementType tileImprovementType
        The tile improvement to make, or if null to explore an LCR.
      • amount

        public int amount
        The expected improvement. INFINITY for LCRs.
    • Constructor Detail

    • Method Detail

      • isExploration

        public boolean isExploration()
      • getAmount

        public int getAmount()