Package | Description |
---|---|
eu.wauz.wauzcore.mobs.citizens |
This package contains the mechanics for interactable citizens.
|
Modifier and Type | Method and Description |
---|---|
RelationLevel |
RelationLevel.getNextLevel() |
static RelationLevel |
RelationLevel.getRelationLevel(int relationExp)
Determines the relationship level, based on the amount of experience.
|
static RelationLevel |
RelationLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationLevel[] |
RelationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|