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 thereputationfor a specific player byUUID.Methods in org.bukkit.entity that return types with arguments of type ReputationModifier and TypeMethodDescription@NotNull Map<UUID, Reputation> Villager.getReputations()Get allreputationsfor all players mapped by theirunique IDs.Methods in org.bukkit.entity with parameters of type ReputationModifier and TypeMethodDescriptionvoidVillager.setReputation(@NotNull UUID uniqueId, Reputation reputation) Set thereputationfor a specific player byUUID.Method parameters in org.bukkit.entity with type arguments of type ReputationModifier and TypeMethodDescriptionvoidVillager.setReputations(@NotNull Map<UUID, Reputation> reputations) Set allreputationsfor all players mapped by theirunique IDs.