Package | Description |
---|---|
eu.wauz.wauzcore.menu |
This package contains inventory classes, used as menu or for other custom interaction mechanics.
|
eu.wauz.wauzcore.menu.abilities |
This package contains inventory classes, used as menu for ability mechanics.
|
eu.wauz.wauzcore.menu.collection |
This package contains inventory classes, used as menu for collection mechanics.
|
eu.wauz.wauzcore.menu.social |
This package contains inventory classes, used as menu for social mechanics.
|
eu.wauz.wauzcore.menu.util |
This package contains util classes, used to help creating inventory menus.
|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
eu.wauz.wauzcore.system.util |
This package contains general util classes, which are used everywhere in the engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzMode> |
WauzMenu.getGamemodes() |
java.util.List<WauzMode> |
MaterialPouch.getGamemodes() |
java.util.List<WauzMode> |
Backpack.getGamemodes() |
java.util.List<WauzMode> |
ArrowMenu.getGamemodes() |
Modifier and Type | Method and Description |
---|---|
static void |
CharacterSlotMenu.open(org.bukkit.entity.Player player,
WauzMode wauzMode)
Opens the menu for the given player.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzMode> |
TravellingMenu.getGamemodes() |
java.util.List<WauzMode> |
SkillMenu.getGamemodes() |
java.util.List<WauzMode> |
SkillAssignMenu.getGamemodes() |
java.util.List<WauzMode> |
CraftingMenu.getGamemodes() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzMode> |
QuestMenu.getGamemodes() |
java.util.List<WauzMode> |
CurrencyMenu.getGamemodes() |
java.util.List<WauzMode> |
BreedingMenu.getGamemodes() |
java.util.List<WauzMode> |
BestiaryMenu.getGamemodes() |
java.util.List<WauzMode> |
AchievementsMenu.getGamemodes() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzMode> |
TitleMenu.getGamemodes() |
java.util.List<WauzMode> |
TabardMenu.getGamemodes() |
java.util.List<WauzMode> |
TabardBuilder.getGamemodes() |
java.util.List<WauzMode> |
MailMenu.getGamemodes() |
java.util.List<WauzMode> |
GuildOverviewMenu.getGamemodes() |
java.util.List<WauzMode> |
GuildApplicationMenu.getGamemodes() |
java.util.List<WauzMode> |
GroupMenu.getGamemodes() |
java.util.List<WauzMode> |
FriendsMenu.getGamemodes() |
Modifier and Type | Method and Description |
---|---|
default java.util.List<WauzMode> |
WauzInventory.getGamemodes() |
Modifier and Type | Method and Description |
---|---|
static void |
CharacterManager.createCharacter(org.bukkit.entity.Player player,
WauzMode wauzMode)
Creates and logs in the new character specified in the player data.
|
static void |
CharacterManager.loginCharacter(org.bukkit.entity.Player player,
WauzMode wauzMode)
Logs in the character specified in the player data.
|
Modifier and Type | Method and Description |
---|---|
static WauzMode |
WauzMode.getMode(org.bukkit.entity.Entity entity) |
static WauzMode |
WauzMode.getMode(java.lang.String worldName) |
static WauzMode |
WauzMode.getMode(org.bukkit.World world) |
static WauzMode |
WauzMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WauzMode[] |
WauzMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|