Class Objectives.Produce

java.lang.Object
mindustry.game.Objectives.Produce
All Implemented Interfaces:
Objectives.Objective
Enclosing class:
Objectives

public static class Objectives.Produce extends Object implements Objectives.Objective
  • Field Details

  • Constructor Details

  • Method Details

    • complete

      public boolean complete()
      Specified by:
      complete in interface Objectives.Objective
      Returns:
      whether this objective is met.
    • display

      public String display()
      Specified by:
      display in interface Objectives.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".