public class PetConfigurator extends GlobalConfigurationUtils
Constructor and Description |
---|
PetConfigurator() |
Modifier and Type | Method and Description |
---|---|
static int |
getBreedingLevelExp(int level) |
static int |
getBreedingLevelTime(int level,
WauzPetRarity rarity) |
static java.lang.String |
getCategory(java.lang.String petKey) |
static java.util.List<java.lang.String> |
getMessages(java.lang.String petKey) |
static java.lang.String |
getName(java.lang.String petKey) |
static java.util.List<java.lang.String> |
getPetKeys() |
static java.lang.String |
getPetStatDescription(java.lang.String stat) |
static java.util.List<java.lang.String> |
getPetStatKeys() |
static java.lang.String |
getPetStatName(java.lang.String stat) |
static WauzPetRarity |
getRarity(java.lang.String petKey) |
static java.util.List<java.lang.String> |
getStatCategories(java.lang.String stat) |
mainConfigGetBoolean, mainConfigGetDouble, mainConfigGetInt, mainConfigGetKeys, mainConfigGetLocation, mainConfigGetLong, mainConfigGetString, mainConfigGetStringList, mainConfigSet
public static java.util.List<java.lang.String> getPetKeys()
public static java.lang.String getName(java.lang.String petKey)
petKey
- The key of the pet.public static java.lang.String getCategory(java.lang.String petKey)
petKey
- The key of the pet.public static WauzPetRarity getRarity(java.lang.String petKey)
petKey
- The key of the pet.public static java.util.List<java.lang.String> getMessages(java.lang.String petKey)
petKey
- The key of the pet.public static java.util.List<java.lang.String> getPetStatKeys()
public static java.lang.String getPetStatName(java.lang.String stat)
stat
- The key of the pet stat.public static java.lang.String getPetStatDescription(java.lang.String stat)
stat
- The key of the pet stat.public static java.util.List<java.lang.String> getStatCategories(java.lang.String stat)
stat
- The key of the pet statpublic static int getBreedingLevelExp(int level)
level
- The breeding level.public static int getBreedingLevelTime(int level, WauzPetRarity rarity)
level
- The breeding level.rarity
- The rarity of the pet to breed.