Uses of Enum Class
com.destroystokyo.paper.entity.villager.ReputationType
Packages that use ReputationType
-
Uses of ReputationType in com.destroystokyo.paper.entity.villager
Subclasses with type arguments of type ReputationType in com.destroystokyo.paper.entity.villagerMethods in com.destroystokyo.paper.entity.villager that return ReputationTypeModifier and TypeMethodDescriptionstatic ReputationTypeReturns 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 TypeMethodDescriptionintReputation.getReputation(ReputationType type) Gets the reputation value for a specificReputationType.booleanReputation.hasReputationSet(ReputationType type) Gets if a reputation value is currently set for a specificReputationType.voidReputation.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