Class QuestObjectiveEvent.Progress

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent
com.pixelmonmod.pixelmon.api.events.quests.QuestObjectiveEvent.Progress
Enclosing class:
QuestObjectiveEvent

public static class QuestObjectiveEvent.Progress extends QuestObjectiveEvent
  • Field Details

    • completion

      public int completion
  • Constructor Details

    • Progress

      public Progress(net.minecraft.server.level.ServerPlayer player, QuestProgress progress, Stage stage, Objective objective, int objectiveIndex, int completion)