- quest - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestAccept
-
The quest to accept.
- quest - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestComplete
-
The quest to complete.
- quest - Variable in class eu.wauz.wauzcore.menu.collection.QuestRewardChooser
-
The quest that has been completed.
- quest - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The quest of the player;
- quest - Variable in class eu.wauz.wauzcore.system.quests.QuestRequirementChecker
-
The quest to check requirements for.
- questConfigGetDouble(String, String) - Static method in class eu.wauz.wauzcore.data.api.QuestConfigurationUtils
-
Gets a double from a quest config.
- questConfigGetInt(String, String) - Static method in class eu.wauz.wauzcore.data.api.QuestConfigurationUtils
-
Gets an int from a quest config.
- questConfigGetString(String, String) - Static method in class eu.wauz.wauzcore.data.api.QuestConfigurationUtils
-
Gets a string from a quest config.
- questConfigGetStringList(String, String) - Static method in class eu.wauz.wauzcore.data.api.QuestConfigurationUtils
-
Gets a string list from a quest config.
- QuestConfigurationUtils - Class in eu.wauz.wauzcore.data.api
-
Collection of methods for reading and writing data in quest config files.
- QuestConfigurationUtils() - Constructor for class eu.wauz.wauzcore.data.api.QuestConfigurationUtils
-
- QuestConfigurator - Class in eu.wauz.wauzcore.data
-
Configurator to fetch or modify data from the Shop.yml files.
- QuestConfigurator() - Constructor for class eu.wauz.wauzcore.data.QuestConfigurator
-
- questGiver - Variable in class eu.wauz.wauzcore.system.quests.WauzQuest
-
The citizen who gives out the quest.
- questLoot - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestComplete
-
The loot item stacks handed out to the player.
- questMap - Static variable in class eu.wauz.wauzcore.system.quests.WauzQuest
-
A map of quests, indexed by name.
- QuestMenu - Class in eu.wauz.wauzcore.menu.collection
-
An inventory that can be used as menu or for other custom interaction mechanics.
- QuestMenu() - Constructor for class eu.wauz.wauzcore.menu.collection.QuestMenu
-
- QuestMenuItems - Class in eu.wauz.wauzcore.system.quests
-
Used to create quest related menu items for different menus.
- QuestMenuItems() - Constructor for class eu.wauz.wauzcore.system.quests.QuestMenuItems
-
- questName - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventCitizenQuest
-
The name of the quest to display.
- questName - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestCancel
-
The name of the quest to cancel.
- questName - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The name of the quest.
- questName - Variable in class eu.wauz.wauzcore.system.quests.WauzQuest
-
The canonical name of the quest.
- questName - Variable in class eu.wauz.wauzcore.system.quests.WauzQuestLoot
-
The name of the quest.
- questPhase - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The current phase of the quest.
- questPhaseAmount - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The total amount of quest phases.
- QuestProcessor - Class in eu.wauz.wauzcore.system.quests
-
A class to manage quest progression of players.
- QuestProcessor(Player, String) - Constructor for class eu.wauz.wauzcore.system.quests.QuestProcessor
-
Create a quest processor to manage the progression of a player's quest.
- QuestRequirementChecker - Class in eu.wauz.wauzcore.system.quests
-
An abstract helper class for checking the completion of quest phase requirements.
- QuestRequirementChecker(Player, WauzQuest, int) - Constructor for class eu.wauz.wauzcore.system.quests.QuestRequirementChecker
-
Initializes a new quest requirement checker.
- QuestRequirementCheckerItems - Class in eu.wauz.wauzcore.system.quests
-
A helper class for checking the completion of "item" quest phase requirements.
- QuestRequirementCheckerItems(Player, WauzQuest, int) - Constructor for class eu.wauz.wauzcore.system.quests.QuestRequirementCheckerItems
-
Initializes a new quest requirement checker for items.
- QuestRequirementCheckerKills - Class in eu.wauz.wauzcore.system.quests
-
A helper class for checking the completion of "kill" quest phase requirements.
- QuestRequirementCheckerKills(Player, WauzQuest, int) - Constructor for class eu.wauz.wauzcore.system.quests.QuestRequirementCheckerKills
-
Initializes a new quest requirement checker for kills.
- QuestRewardChooser - Class in eu.wauz.wauzcore.menu.collection
-
An inventory that can be used as menu or for other custom interaction mechanics.
- QuestRewardChooser(WauzQuest, WauzPlayerEventQuestComplete) - Constructor for class eu.wauz.wauzcore.menu.collection.QuestRewardChooser
-
Creates a new chooser with an event to execute after the choice was made.
- QuestScoreboard - Class in eu.wauz.wauzcore.players.ui.scoreboard
-
A scoreboard to show a quest list with all running quests and their objectives to a player.
- QuestScoreboard(Player) - Constructor for class eu.wauz.wauzcore.players.ui.scoreboard.QuestScoreboard
-
Initializes the scoreboard and fills it with data.
- questSlot - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestAccept
-
The slot this quest will be saved to.
- questSlot - Variable in class eu.wauz.wauzcore.events.WauzPlayerEventQuestComplete
-
The slot this quest is saved in.
- questSlot - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The slot of the quest.
- QuestSlot - Enum in eu.wauz.wauzcore.system.quests
-
A slot to hold the accepted quests of a player.
- QuestSlot(String, String) - Constructor for enum eu.wauz.wauzcore.system.quests.QuestSlot
-
Creates a new quest slot with given type and key.
- questType - Variable in class eu.wauz.wauzcore.system.quests.QuestProcessor
-
The type of the quest;
- questType - Variable in enum eu.wauz.wauzcore.system.quests.QuestSlot
-
The type of the quest slot.
- QuestType - Class in eu.wauz.wauzcore.system.quests
-
The constants, which represent the type of a quest.
- QuestType() - Constructor for class eu.wauz.wauzcore.system.quests.QuestType
-
- queuedMinigames - Static variable in class eu.wauz.wauzcore.arcade.ArcadeLobby
-
All minigames that can randomly come up in the next round.
- queueIndicatorDespawn(Entity) - Static method in class eu.wauz.wauzcore.players.ui.ValueIndicator
-
Queues the despawn of an indicator in 0.5 seconds.