Package | Description |
---|---|
eu.wauz.wauzcore.menu.collection |
This package contains inventory classes, used as menu for collection mechanics.
|
eu.wauz.wauzcore.mobs.bestiary |
This package contains classes, that are used for the bestiary system.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.inventory.ItemStack |
BestiaryMenu.getEntryItemStack(org.bukkit.entity.Player player,
WauzBestiaryEntry entry)
Generates an item stack for displaying information about a bestiary entry.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<WauzBestiaryEntry> |
WauzBestiarySpecies.entries
The bestiary entries belonging to the species.
|
private static java.util.Map<java.lang.String,WauzBestiaryEntry> |
WauzBestiarySpecies.entryMap
A map of bestiary entries, indexed by their full name.
|
Modifier and Type | Method and Description |
---|---|
static WauzBestiaryEntry |
WauzBestiarySpecies.getEntry(java.lang.String entryName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzBestiaryEntry> |
WauzBestiarySpecies.getEntries() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
ObservationTracker.generateProgressLore(org.bukkit.entity.Player player,
WauzBestiaryEntry entry)
Generates a list of lores to display the observation rank progress of a mob for a given player.
|