Package | Description |
---|---|
eu.wauz.wauzcore.system.quests |
This package contains classes, that are used for the quest system.
|
Modifier and Type | Method and Description |
---|---|
static QuestSlot |
QuestSlot.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuestSlot[] |
QuestSlot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|