| Package | Description |
|---|---|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| Modifier and Type | Method | Description |
|---|---|---|
Reputation |
Villager.getReputation(@NotNull UUID uniqueId) |
Get the
reputation
for a specific player by UUID. |
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull Map<UUID,Reputation> |
Villager.getReputations() |
Get all
reputations
for all players mapped by their unique IDs. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Villager.setReputation(@NotNull UUID uniqueId,
Reputation reputation) |
Set the
reputation
for a specific player by UUID. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Villager.setReputations(@NotNull Map<UUID,Reputation> reputations) |
Set all
reputations
for all players mapped by their unique IDs. |
Copyright © 2020. All rights reserved.