Package mindustry.game
Class MapObjectives.BuildCountObjective
java.lang.Object
mindustry.game.MapObjectives.MapObjective
mindustry.game.MapObjectives.BuildCountObjective
- Enclosing class:
- MapObjectives
Build a certain amount of a block.
-
Field Summary
Fields inherited from class mindustry.game.MapObjectives.MapObjective
details, editorX, editorY, flagsAdded, flagsRemoved, markers, parents
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.game.MapObjectives.MapObjective
changed, child, dependencyFinished, details, details, done, flagsAdded, flagsRemoved, isCompleted, markers, parent, qualified, reset, typeName
-
Field Details
-
block
-
count
public int count
-
-
Constructor Details
-
BuildCountObjective
-
BuildCountObjective
public BuildCountObjective()
-
-
Method Details
-
update
public boolean update()- Specified by:
update
in classMapObjectives.MapObjective
- Returns:
- True if this objective is done and should be removed from the executor.
-
text
- Overrides:
text
in classMapObjectives.MapObjective
- Returns:
- Basic mission display text. If null, falls back to standard text.
-