-
Notifications
You must be signed in to change notification settings - Fork 11
QuestObjectBase
youyihj edited this page Jan 18, 2021
·
1 revision
QuestObjectBase is base object of FTB Quests, including quest, task, chapter and reward.
It might be required to import the class to avoid errors.
import mods.zenutils.ftbq.QuestObjectBase;
| Name | Type |
|---|---|
| parentID | int |
| data | IData |
| title | String |
| id | int |
| icon | IItemStack |
| codeString | String |
| type | String |
| tags | String[] |
bool hasTag(String tag);
== to check if two objects are equal.
- GlobalFunctions
- ScriptReloading
- SuppressErrorPreprocessor
- HardFailPreprocessor
- OrderlyMap
- IData Deep Update
- Template String
- Nullish Operators
- Array and List Operations
- Native Method Access
- Mixin
- CrTI18n
- CrTUUID
- CrTItemHandler
- CrTLiquidHandler
- ILiquidTankProperties
- StringList
- HexHelper
- StaticString
- Catenation
- PersistedCatenation
- PlayerStat
- IStatFormatter
- GameRuleHelper
- ZenCommand
- ZenCommandTree
- ZenUtilsCommandSender
- IGetCommandUsage
- ICommandExecute
- IGetTabCompletion
- CommandUtils