| 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(UUID uniqueId) |
Get the
reputation
for a specific player by UUID. |
| Modifier and Type | Method | Description |
|---|---|---|
Map<UUID,Reputation> |
Villager.getReputations() |
Get all
reputations
for all players mapped by their unique IDs. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Villager.setReputation(UUID uniqueId,
Reputation reputation) |
Set the
reputation
for a specific player by UUID. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Villager.setReputations(Map<UUID,Reputation> reputations) |
Set all
reputations
for all players mapped by their unique IDs. |
Copyright © 2020. All rights reserved.