| Package | Description |
|---|---|
| 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 void |
GroupMenu.setGroupItemMeta(org.bukkit.inventory.ItemStack groupItemStack,
WauzPlayerGroup playerGroup,
boolean insideGroup)
Adds information about a group to an item stack.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,WauzPlayerGroup> |
WauzPlayerGroupPool.storage
A map of cached player groups by uuid.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzPlayerGroup |
WauzPlayerGroupPool.getGroup(org.bukkit.entity.Player player)
Fetches a cached player group.
|
static WauzPlayerGroup |
WauzPlayerGroupPool.getGroup(java.lang.String groupUuidString)
Fetches a cached player group.
|
static WauzPlayerGroup |
WauzPlayerGroupPool.regGroup(WauzPlayerGroup wauzPlayerGroup)
Registers a group to save it inthe group cache.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<WauzPlayerGroup> |
WauzPlayerGroupPool.getGroups()
Lists all groups for the group overview menu.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzPlayerGroup |
WauzPlayerGroupPool.regGroup(WauzPlayerGroup wauzPlayerGroup)
Registers a group to save it inthe group cache.
|