Uses of Enum Class
net.minecraft.village.VillagerGossipType
Packages that use VillagerGossipType
-
Uses of VillagerGossipType in net.minecraft.village
Fields in net.minecraft.village declared as VillagerGossipTypeModifier and TypeFieldDescriptionprivate final VillagerGossipTypeVillagerGossips.GossipEntry.typeThe field for thetyperecord component.Fields in net.minecraft.village with type parameters of type VillagerGossipTypeModifier and TypeFieldDescription(package private) final Object2IntMap<VillagerGossipType> VillagerGossips.Reputation.associatedGossipstatic final com.mojang.serialization.Codec<VillagerGossipType> VillagerGossipType.CODECMethods in net.minecraft.village that return VillagerGossipTypeModifier and TypeMethodDescriptionVillagerGossips.GossipEntry.type()Returns the value of thetyperecord component.static VillagerGossipTypeReturns the enum constant of this class with the specified name.static VillagerGossipType[]VillagerGossipType.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 VillagerGossipTypeMethods in net.minecraft.village with parameters of type VillagerGossipTypeModifier and TypeMethodDescriptionvoidVillagerGossips.Reputation.clamp(VillagerGossipType gossipType) longVillagerGossips.getReputationCount(VillagerGossipType type, DoublePredicate predicate) private intVillagerGossips.mergeReputation(VillagerGossipType type, int left, int right) voidVillagerGossips.remove(UUID target, VillagerGossipType type) voidVillagerGossips.remove(VillagerGossipType type) voidVillagerGossips.Reputation.remove(VillagerGossipType gossipType) voidVillagerGossips.removeGossip(UUID target, VillagerGossipType type, int value) voidVillagerGossips.startGossip(UUID target, VillagerGossipType type, int value) Method parameters in net.minecraft.village with type arguments of type VillagerGossipTypeModifier and TypeMethodDescriptionintVillagerGossips.getReputationFor(UUID target, Predicate<VillagerGossipType> gossipTypeFilter) intVillagerGossips.Reputation.getValueFor(Predicate<VillagerGossipType> gossipTypeFilter) Constructors in net.minecraft.village with parameters of type VillagerGossipTypeModifierConstructorDescription(package private)GossipEntry(UUID target, VillagerGossipType type, int value) Creates an instance of aGossipEntryrecord class.