Uses of Class
com.destroystokyo.paper.entity.villager.Reputation
Packages that use Reputation
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Reputation in org.bukkit.entity
Methods in org.bukkit.entity that return ReputationModifier and TypeMethodDescriptionVillager.getReputation
(@NotNull UUID uniqueId) Get thereputation
for a specific player byUUID
.Methods in org.bukkit.entity that return types with arguments of type ReputationModifier and TypeMethodDescriptionVillager.getReputations()
Get allreputations
for all players mapped by theirunique IDs
.Methods in org.bukkit.entity with parameters of type ReputationModifier and TypeMethodDescriptionvoid
Villager.setReputation
(@NotNull UUID uniqueId, Reputation reputation) Set thereputation
for a specific player byUUID
.Method parameters in org.bukkit.entity with type arguments of type ReputationModifier and TypeMethodDescriptionvoid
Villager.setReputations
(@NotNull Map<UUID, Reputation> reputations) Set allreputations
for all players mapped by theirunique IDs
.