public final class Reputation extends Object
Constructor and Description |
---|
Reputation() |
Reputation(@NotNull Map<ReputationType,Integer> reputation) |
Modifier and Type | Method and 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 © 2021. All rights reserved.