Package | Description |
---|---|
eu.wauz.wauzcore.menu.collection |
This package contains inventory classes, used as menu for collection mechanics.
|
Modifier and Type | Field and Description |
---|---|
private WauzPlayerEventQuestComplete |
QuestRewardChooser.completeEvent
The complete event to execute.
|
Modifier and Type | Method and Description |
---|---|
static void |
QuestRewardChooser.open(org.bukkit.entity.Player player,
WauzQuest quest,
WauzPlayerEventQuestComplete completeEvent)
Opens the menu for the given player.
|
Constructor and Description |
---|
QuestRewardChooser(WauzQuest quest,
WauzPlayerEventQuestComplete completeEvent)
Creates a new chooser with an event to execute after the choice was made.
|