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) it.unimi.dsi.fastutil.objects.Object2IntMap<VillageGossipType>VillagerGossips.Reputation.associatedGossipprivate static Map<String,VillageGossipType>VillageGossipType.BY_KEYMethods in net.minecraft.village that return VillageGossipTypeModifier and TypeMethodDescriptionstatic @Nullable VillageGossipTypestatic VillageGossipTypeReturns 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 VillageGossipTypeModifier and TypeMethodDescriptionMap<UUID,it.unimi.dsi.fastutil.objects.Object2IntMap<VillageGossipType>>VillagerGossips.method_35120()Methods in net.minecraft.village with parameters of type VillageGossipTypeModifier and TypeMethodDescriptionvoidVillagerGossips.Reputation.clamp(VillageGossipType gossipType)private intVillagerGossips.mergeReputation(VillageGossipType type, int left, int right)voidVillagerGossips.method_35121(VillageGossipType villageGossipType)longVillagerGossips.method_35122(VillageGossipType villageGossipType, DoublePredicate doublePredicate)voidVillagerGossips.method_35124(UUID uUID, VillageGossipType villageGossipType)voidVillagerGossips.method_35126(UUID uUID, VillageGossipType villageGossipType, int int2)voidVillagerGossips.Reputation.remove(VillageGossipType gossipType)voidVillagerGossips.startGossip(UUID target, VillageGossipType type, int value)Method parameters in net.minecraft.village with type arguments of type VillageGossipTypeModifier and TypeMethodDescriptionintVillagerGossips.getReputationFor(UUID target, Predicate<VillageGossipType> gossipTypeFilter)intVillagerGossips.Reputation.getValueFor(Predicate<VillageGossipType> gossipTypeFilter)Constructors in net.minecraft.village with parameters of type VillageGossipType