Package | Description |
---|---|
eu.wauz.wauzcore.data.players |
This package contains player-specific configurator classes, that read and write .yml files.
|
eu.wauz.wauzcore.menu.social |
This package contains inventory classes, used as menu for social mechanics.
|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
Modifier and Type | Method and Description |
---|---|
static WauzPlayerGuild |
PlayerConfigurator.getGuild(org.bukkit.OfflinePlayer player) |
Modifier and Type | Method and Description |
---|---|
private static org.bukkit.inventory.ItemStack |
GuildOverviewMenu.getGuildMemberItemStack(org.bukkit.entity.Player player,
WauzPlayerGuild playerGuild,
org.bukkit.OfflinePlayer member)
Creates an item stack, showing information about a guild member.
|
private static void |
GuildOverviewMenu.loadGuildBuildings(org.bukkit.inventory.Inventory menu,
WauzPlayerGuild playerGuild)
Fills the guild menu with a list of its buildings.
|
static boolean |
GuildOverviewMenu.validateOfficerAccess(org.bukkit.entity.Player player,
WauzPlayerGuild playerGuild)
Checks if the given player is a guild officer or higher.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,WauzPlayerGuild> |
WauzPlayerGuild.guildMap
All guilds by uuid.
|
private static java.util.Map<java.lang.String,WauzPlayerGuild> |
WauzPlayerGuild.guildNameMap
All guilds by name.
|
Modifier and Type | Method and Description |
---|---|
static WauzPlayerGuild |
WauzPlayerGuild.getGuild(java.lang.String uuid)
Finds a guild by uuid.
|
static WauzPlayerGuild |
WauzPlayerGuild.getGuildByName(java.lang.String guildName)
Finds a guild by name.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<WauzPlayerGuild> |
WauzPlayerGuild.getGuilds() |