Package | Description |
---|---|
eu.wauz.wauzcore.mobs.bestiary |
This package contains classes, that are used for the bestiary system.
|
Modifier and Type | Method and Description |
---|---|
ObservationRank |
ObservationRank.getNextRank() |
static ObservationRank |
ObservationRank.getObservationRank(int mobKills,
boolean isBoss)
Determines the observation rank, based on the amount of mob kills.
|
static ObservationRank |
ObservationRank.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObservationRank[] |
ObservationRank.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|