-
Notifications
You must be signed in to change notification settings - Fork 10
Quest
youyihj edited this page Feb 5, 2021
·
2 revisions
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 |
- GlobalFunctions
- ScriptReloading
- SuppressErrorPreprocessor
- HardFailPreprocessor
- OrderlyMap
- IData Deep Update
- Template String
- Native Method Access
- Mixin
- CrTI18n
- CrTUUID
- CrTItemHandler
- CrTLiquidHandler
- ILiquidTankProperties
- StringList
- HexHelper
- StaticString
- Catenation
- PersistedCatenation
- PlayerStat
- IStatFormatter
- GameRuleHelper
- ZenCommand
- ZenCommandTree
- ZenUtilsCommandSender
- IGetCommandUsage
- ICommandExecute
- IGetTabCompletion
- CommandUtils