Package mindustry.game
Class Objectives.SectorComplete
java.lang.Object
mindustry.game.Objectives.SectorComplete
- All Implemented Interfaces:
 Objectives.Objective
- Enclosing class:
 - Objectives
 
- 
Field Details
- 
preset
 
 - 
 - 
Constructor Details
- 
SectorComplete
 - 
SectorComplete
protected SectorComplete() 
 - 
 - 
Method Details
- 
complete
public boolean complete()- Specified by:
 completein interfaceObjectives.Objective- Returns:
 - whether this objective is met.
 
 - 
display
- Specified by:
 displayin interfaceObjectives.Objective- 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".
 
 
 -