Package mindustry.game
Interface Objectives.Objective
- All Known Implementing Classes:
Objectives.OnPlanet
,Objectives.OnSector
,Objectives.Produce
,Objectives.Research
,Objectives.SectorComplete
- Enclosing class:
- Objectives
public static interface Objectives.Objective
Defines a specific objective for a game.
-
Method Summary
-
Method Details
-
complete
boolean complete()- Returns:
- whether this objective is met.
-
display
String display()- Returns:
- the string displayed when this objective is completed, in imperative form. e.g. when the objective is 'complete 10 waves', this would display "complete 10 waves".
-
build
Build a display for this zone requirement.
-