Skip to content

QuestObjectBase

youyihj edited this page Jan 18, 2021 · 1 revision

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
title String
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