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