Uses of Class
net.minecraft.village.GossipType
-
Packages that use GossipType Package Description net.minecraft.village -
-
Uses of GossipType in net.minecraft.village
Fields in net.minecraft.village declared as GossipType Modifier and Type Field Description GossipTypeGossipManager.GossipEntry. typeFields in net.minecraft.village with type parameters of type GossipType Modifier and Type Field Description private static java.util.Map<java.lang.String,GossipType>GossipType. BY_IDprivate it.unimi.dsi.fastutil.objects.Object2IntMap<GossipType>GossipManager.Gossips. entriesMethods in net.minecraft.village that return GossipType Modifier and Type Method Description static GossipTypeGossipType. byId(java.lang.String p_220929_0_)static GossipTypeGossipType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GossipType[]GossipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.village with parameters of type GossipType Modifier and Type Method Description voidGossipManager. add(java.util.UUID p_220916_1_, GossipType p_220916_2_, int p_220916_3_)voidGossipManager.Gossips. makeSureValueIsntTooLowOrTooHigh(GossipType p_223531_1_)private intGossipManager. mergeValuesForAddition(GossipType p_220925_1_, int p_220925_2_, int p_220925_3_)voidGossipManager.Gossips. remove(GossipType p_223528_1_)Method parameters in net.minecraft.village with type arguments of type GossipType Modifier and Type Method Description intGossipManager. getReputation(java.util.UUID p_220921_1_, java.util.function.Predicate<GossipType> p_220921_2_)intGossipManager.Gossips. weightedValue(java.util.function.Predicate<GossipType> p_220896_1_)Constructors in net.minecraft.village with parameters of type GossipType Constructor Description GossipEntry(java.util.UUID p_i50613_1_, GossipType p_i50613_2_, int p_i50613_3_)
-