public class BestiaryConfigurator extends BestiaryConfigurationUtils
Constructor and Description |
---|
BestiaryConfigurator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getEntryMobDescription(WauzBestiaryCategory category,
java.lang.String species,
java.lang.String entry) |
static java.lang.String |
getEntryMobName(WauzBestiaryCategory category,
java.lang.String species,
java.lang.String entry) |
static java.lang.String |
getSpeciesDescription(WauzBestiaryCategory category,
java.lang.String species) |
static java.util.Collection<java.lang.String> |
getSpeciesEntries(WauzBestiaryCategory category,
java.lang.String species) |
static java.util.List<java.lang.String> |
getSpeciesNameList(WauzBestiaryCategory category) |
getSpeciesNameList, speciesConfigGetKeys, speciesConfigGetString
public static java.util.List<java.lang.String> getSpeciesNameList(WauzBestiaryCategory category)
category
- The bestiary category.public static java.lang.String getSpeciesDescription(WauzBestiaryCategory category, java.lang.String species)
category
- The bestiary category.species
- The name of the species.public static java.util.Collection<java.lang.String> getSpeciesEntries(WauzBestiaryCategory category, java.lang.String species)
category
- The bestiary category.species
- The name of the species.public static java.lang.String getEntryMobName(WauzBestiaryCategory category, java.lang.String species, java.lang.String entry)
category
- The bestiary category.species
- The name of the species.entry
- The name of the entry.public static java.lang.String getEntryMobDescription(WauzBestiaryCategory category, java.lang.String species, java.lang.String entry)
category
- The bestiary category.species
- The name of the species.entry
- The name of the entry.