Class QuestStageEvent.Set

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

public static class QuestStageEvent.Set extends QuestStageEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent

    QuestStageEvent.Complete, QuestStageEvent.Set

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     

    Fields inherited from class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent

    player, progress, stage
  • Constructor Summary

    Constructors
    Constructor
    Description
    Set(net.minecraft.server.level.ServerPlayer player, QuestProgress progress, Stage stage, boolean abnormal)
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • abnormal

      public final boolean abnormal
  • Constructor Details

    • Set

      public Set(net.minecraft.server.level.ServerPlayer player, QuestProgress progress, Stage stage, boolean abnormal)