| Package | Description |
|---|---|
| com.destroystokyo.paper.entity.villager |
| Modifier and Type | Method | Description |
|---|---|---|
static ReputationType |
ReputationType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReputationType[] |
ReputationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
Reputation.getReputation(ReputationType type) |
Gets the reputation value for a specific
ReputationType. |
void |
Reputation.setReputation(ReputationType type,
int value) |
Sets the reputation value for a specific
ReputationType. |
| Constructor | Description |
|---|---|
Reputation(Map<ReputationType,Integer> reputation) |
Copyright © 2020. All rights reserved.