Class MapObjectives.BuildCountObjective

java.lang.Object
mindustry.game.MapObjectives.MapObjective
mindustry.game.MapObjectives.BuildCountObjective
Enclosing class:
MapObjectives

public static class MapObjectives.BuildCountObjective extends MapObjectives.MapObjective
Build a certain amount of a block.
  • Field Details

    • block

      public Block block
    • count

      public int count
  • Constructor Details

    • BuildCountObjective

      public BuildCountObjective(Block block, int count)
    • BuildCountObjective

      public BuildCountObjective()
  • Method Details