Uses of Enum Class
com.destroystokyo.paper.entity.villager.ReputationType
Packages that use ReputationType
-
Uses of ReputationType in com.destroystokyo.paper.entity.villager
Methods in com.destroystokyo.paper.entity.villager that return ReputationTypeModifier and TypeMethodDescriptionstatic ReputationType
Returns the enum constant of this class with the specified name.static ReputationType[]
ReputationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.destroystokyo.paper.entity.villager with parameters of type ReputationTypeModifier and TypeMethodDescriptionint
Reputation.getReputation
(ReputationType type) Gets the reputation value for a specificReputationType
.boolean
Reputation.hasReputationSet
(ReputationType type) Gets if a reputation value is currently set for a specificReputationType
.void
Reputation.setReputation
(ReputationType type, int value) Sets the reputation value for a specificReputationType
.Constructor parameters in com.destroystokyo.paper.entity.villager with type arguments of type ReputationType