Package | Description |
---|---|
eu.wauz.wauzcore.menu.collection |
This package contains inventory classes, used as menu for collection mechanics.
|
eu.wauz.wauzcore.mobs.pets |
This package contains classes, that are used for the pet system.
|
Modifier and Type | Field and Description |
---|---|
private WauzPetBreedingLevel |
BreedingMenu.level
The breeding level of the player.
|
Modifier and Type | Method and Description |
---|---|
WauzPetBreedingLevel |
BreedingMenu.getLevel() |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<WauzPetBreedingLevel> |
WauzPetBreedingLevel.petBreedingLevels
An ordered list of all pet breeding levels.
|
Modifier and Type | Method and Description |
---|---|
static WauzPetBreedingLevel |
WauzPetBreedingLevel.getBreedingLevel(int breedingExp)
Determines the breeding level, based on the amount of experience.
|
WauzPetBreedingLevel |
WauzPetBreedingLevel.getNextLevel() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<WauzPetAbility> |
WauzPetAbilities.getAbilitiesForLevel(WauzPetBreedingLevel breedingLevel)
Gets a list of all abilities obtainable at the given level.
|
static WauzPetAbility |
WauzPetAbilities.getAbilityForLevel(WauzPetBreedingLevel breedingLevel)
Gets a random ability obtainable at the given level.
|