Uses of Enum Class
com.destroystokyo.paper.entity.villager.ReputationType
-
Uses of ReputationType in com.destroystokyo.paper.entity.villager
Modifier 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.Modifier and TypeMethodDescriptionint
Reputation.getReputation
(@NotNull ReputationType type) Gets the reputation value for a specificReputationType
.boolean
Reputation.hasReputationSet
(@NotNull ReputationType type) Gets if a reputation value is currently set for a specificReputationType
.void
Reputation.setReputation
(@NotNull ReputationType type, int value) Sets the reputation value for a specificReputationType
.