QuestObjectBase - friendlyhj/ZenUtils GitHub Wiki
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.