CustomRewardEvent - friendlyhj/ZenUtils GitHub Wiki
The event is used for custom reward
It might be required to import the class to avoid errors.
import mods.zenutils.ftbq.CustomRewardEvent;
ChapterCompletedEvent extends IEventCancelable. That means all Methods and ZenGetters that are available for IEventCancelable are also available for ChapterCompletedEvent!
Name | Type |
---|---|
player | IPlayer |
notify | bool |
reward | Reward |