Quest - friendlyhj/ZenUtils GitHub Wiki
It might be required to import the class to avoid errors.
import mods.zenutils.ftbq.Quest;
Quest extends QuestObjectBase. That means all Methods and ZenGetters that are available for QuestObjectBase are also available for quests!
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 |