Uses of Enum Class
net.minecraft.village.VillageGossipType
Packages that use VillageGossipType
-
Uses of VillageGossipType in net.minecraft.village
Fields in net.minecraft.village declared as VillageGossipTypeFields in net.minecraft.village with type parameters of type VillageGossipTypeModifier and TypeFieldDescription(package private) Object2IntMap<VillageGossipType>
VillagerGossips.Reputation.associatedGossip
private static Map<String,VillageGossipType>
VillageGossipType.BY_KEY
Methods in net.minecraft.village that return VillageGossipTypeModifier and TypeMethodDescriptionstatic @Nullable VillageGossipType
static VillageGossipType
Returns the enum constant of this class with the specified name.static VillageGossipType[]
VillageGossipType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.village that return types with arguments of type VillageGossipTypeMethods in net.minecraft.village with parameters of type VillageGossipTypeModifier and TypeMethodDescriptionvoid
VillagerGossips.Reputation.clamp(VillageGossipType gossipType)
private int
VillagerGossips.mergeReputation(VillageGossipType type, int left, int right)
void
VillagerGossips.method_35121(VillageGossipType villageGossipType)
long
VillagerGossips.method_35122(VillageGossipType villageGossipType, DoublePredicate doublePredicate)
void
VillagerGossips.method_35124(UUID uUID, VillageGossipType villageGossipType)
void
VillagerGossips.method_35126(UUID uUID, VillageGossipType villageGossipType, int int2)
void
VillagerGossips.Reputation.remove(VillageGossipType gossipType)
void
VillagerGossips.startGossip(UUID target, VillageGossipType type, int value)
Method parameters in net.minecraft.village with type arguments of type VillageGossipTypeModifier and TypeMethodDescriptionint
VillagerGossips.getReputationFor(UUID target, Predicate<VillageGossipType> gossipTypeFilter)
int
VillagerGossips.Reputation.getValueFor(Predicate<VillageGossipType> gossipTypeFilter)
Constructors in net.minecraft.village with parameters of type VillageGossipType