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 | Field and Description |
---|---|
private WauzBestiarySpecies |
BestiaryMenu.species
The currently selected species.
|
Modifier and Type | Field and Description |
---|---|
private WauzBestiarySpecies |
WauzBestiaryEntry.entrySpecies
The species the entry belongs to.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<WauzBestiaryCategory,java.util.List<WauzBestiarySpecies>> |
WauzBestiarySpecies.speciesMap
A map of species lists, indexed by category.
|
Modifier and Type | Method and Description |
---|---|
WauzBestiarySpecies |
WauzBestiaryEntry.getEntrySpecies() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<WauzBestiarySpecies> |
WauzBestiarySpecies.getSpecies(WauzBestiaryCategory category) |
Constructor and Description |
---|
WauzBestiaryEntry(WauzBestiarySpecies entrySpecies,
java.lang.String entryName)
Constructs an entry of a bestiary species, based on the bestiary file in the /WauzCore/BestiaryData/Category folder.
|