Class Objectives.Research

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

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

  • Constructor Details

    • Research

      public Research(UnlockableContent content)
    • Research

      protected Research()
  • 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".