Skip to content

CustomRewardEvent

youyihj edited this page Jan 18, 2021 · 1 revision

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
Clone this wiki locally