Class MapObjectives.CoreItemObjective

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

public static class MapObjectives.CoreItemObjective extends MapObjectives.MapObjective
Get a certain item in your core (through a block, not manually.)
  • Field Details

    • item

      public Item item
    • amount

      public int amount
  • Constructor Details

    • CoreItemObjective

      public CoreItemObjective(Item item, int amount)
    • CoreItemObjective

      public CoreItemObjective()
  • Method Details