Class ProgressResearchObjectiveEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
Direct Known Subclasses:
ProgressResearchObjectiveEvent.Post, ProgressResearchObjectiveEvent.Pre

public abstract class ProgressResearchObjectiveEvent extends net.minecraftforge.eventbus.api.Event
An event that is fired when a player progresses an objective in a PlayerResearchStage.
This event is fired on the Pixelmon.EVENT_BUS.
This event does not relate to when the player gets the rewards for completing the objective as they have to manually claim the rewards through the user interface.
For events relating to the rewards, see ClaimResearchObjectiveEvent and ClaimResearchStageEvent.