Package | Description |
---|---|
eu.wauz.wauzcore.system.quests |
This package contains classes, that are used for the quest system.
|
Modifier and Type | Class and Description |
---|---|
class |
QuestRequirementCheckerItems
A helper class for checking the completion of "item" quest phase requirements.
|
class |
QuestRequirementCheckerKills
A helper class for checking the completion of "kill" quest phase requirements.
|
Modifier and Type | Method and Description |
---|---|
static QuestRequirementChecker |
QuestRequirementChecker.create(org.bukkit.entity.Player player,
WauzQuest quest,
int phase)
Creates a quest requirement checker, based on the type of the phase.
|