Class ProgressResearchStageEvent.Pre

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent.Pre
Enclosing class:
ProgressResearchStageEvent

public static class ProgressResearchStageEvent.Pre extends ProgressResearchStageEvent
This event is fired before the player progresses to the new stage.
This event is Cancelable.
If this event is canceled, the player will not progress to the new stage. You need to be careful when doing this as you can potentially soft lock the player.