CustomRewardEvent - friendlyhj/ZenUtils GitHub Wiki

CustomRewardEvent

The event is used for custom reward

Importing the package

It might be required to import the class to avoid errors.

import mods.zenutils.ftbq.CustomRewardEvent;

Extension

ChapterCompletedEvent extends IEventCancelable. That means all Methods and ZenGetters that are available for IEventCancelable are also available for ChapterCompletedEvent!

ZenGetters

Name Type
player IPlayer
notify bool
reward Reward
⚠️ **GitHub.com Fallback** ⚠️