Skip to content

QuestObjectBase

friendlyhj edited this page Jul 7, 2026 · 2 revisions

QuestObjectBase

QuestObjectBase is base object of FTB Quests, including quest, task, chapter and reward.

Importing the package

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

import mods.zenutils.ftbq.QuestObjectBase;

ZenGetters

Name Type
parentID int
data IData
titleText ITextComponent
id int
icon IItemStack
codeString String
type String
tags String[]

ZenMethod

bool hasTag(String tag);

ZenOperator

== to check if two objects are equal.

Clone this wiki locally