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 VillageGossipType
VillagerGossips.GossipEntry. type
Fields in net.minecraft.village with type parameters of type VillageGossipType Modifier and Type Field Description private Object2IntMap<VillageGossipType>
VillagerGossips.Reputation. associatedGossip
private static Map<String,VillageGossipType>
VillageGossipType. BY_KEY
Methods in net.minecraft.village that return VillageGossipType Modifier and Type Method Description static @Nullable VillageGossipType
VillageGossipType. byKey(String key)
static VillageGossipType
VillageGossipType. 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 void
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 VillageGossipType Modifier and Type Method Description int
VillagerGossips. getReputationFor(UUID target, Predicate<VillageGossipType> gossipTypeFilter)
int
VillagerGossips.Reputation. getValueFor(Predicate<VillageGossipType> gossipTypeFilter)
Constructors in net.minecraft.village with parameters of type VillageGossipType Constructor Description GossipEntry(UUID target, VillageGossipType type, int value)