Class ClaimResearchObjectiveEvent

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

public abstract class ClaimResearchObjectiveEvent extends net.minecraftforge.eventbus.api.Event
An event that is fired when a player claims a PlayerResearchObjective.
This event is fired on the Pixelmon.EVENT_BUS.
It is important to remember that this is not when they complete the objective, but when they claim the rewards.