public final class Reputation extends Object
| Constructor | Description |
|---|---|
Reputation() |
|
Reputation(Map<ReputationType,Integer> reputation) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getReputation(ReputationType type) |
Gets the reputation value for a specific
ReputationType. |
void |
setReputation(ReputationType type,
int value) |
Sets the reputation value for a specific
ReputationType. |
public Reputation()
public Reputation(@NotNull Map<ReputationType,Integer> reputation)
public int getReputation(@NotNull ReputationType type)
ReputationType.public void setReputation(@NotNull ReputationType type, int value)
ReputationType.Copyright © 2020. All rights reserved.