Interface IQuestObjective


public interface IQuestObjective
  • Method Details

    • getProgress

      int getProgress()
    • setProgress

      void setProgress(int progress)
      Does not work for Item or Dialog quests
      Parameters:
      progress - Progress of the objective
    • getMaxProgress

      int getMaxProgress()
    • isCompleted

      boolean isCompleted()
    • getText

      String getText()
    • getMCText

      net.minecraft.network.chat.Component getMCText()