Skip to content
youyihj edited this page Feb 5, 2021 · 2 revisions

Quest

Importing the package

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

import mods.zenutils.ftbq.Quest;

Expansion

Quest extends QuestObjectBase. That means all Methods and ZenGetters that are available for QuestObjectBase are also available for quests!

ZenGetters

Name Type
canRepeat bool
chapter Chapter
x double
y double
width double
height double
tasks List<Task>
rewards List<Reward>
dependencies List<QuestObjectBase>
subtitle String
shape String
disableJEI bool
Clone this wiki locally