Uses of Class
net.minecraft.village.VillageGossipType
| Package | Description |
|---|---|
| net.minecraft.village |
-
Uses of VillageGossipType in net.minecraft.village
Fields in net.minecraft.village declared as VillageGossipType Modifier and Type Field Description VillageGossipTypeVillagerGossips.GossipEntry. typeFields in net.minecraft.village with type parameters of type VillageGossipType Modifier and Type Field Description private Object2IntMap<VillageGossipType>VillagerGossips.Reputation. associatedGossipprivate static Map<String,VillageGossipType>VillageGossipType. BY_KEYMethods in net.minecraft.village that return VillageGossipType Modifier and Type Method Description static @Nullable VillageGossipTypeVillageGossipType. byKey(String key)static VillageGossipTypeVillageGossipType. valueOf(String name)Returns the enum constant of this type with the specified name.static VillageGossipType[]VillageGossipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.village that return types with arguments of type VillageGossipType Modifier and Type Method Description Map<UUID,Object2IntMap<VillageGossipType>>VillagerGossips. method_35120()Methods in net.minecraft.village with parameters of type VillageGossipType Modifier and Type Method Description voidVillagerGossips.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 VillageGossipType Modifier and Type Method Description intVillagerGossips. getReputationFor(UUID target, Predicate<VillageGossipType> gossipTypeFilter)intVillagerGossips.Reputation. getValueFor(Predicate<VillageGossipType> gossipTypeFilter)Constructors in net.minecraft.village with parameters of type VillageGossipType Constructor Description GossipEntry(UUID target, VillageGossipType type, int value)