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 GossipType
GossipManager.GossipEntry. type
Fields 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_ID
private it.unimi.dsi.fastutil.objects.Object2IntMap<GossipType>
GossipManager.Gossips. entries
Methods in net.minecraft.village that return GossipType Modifier and Type Method Description static GossipType
GossipType. byId(java.lang.String p_220929_0_)
static GossipType
GossipType. 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 void
GossipManager. add(java.util.UUID p_220916_1_, GossipType p_220916_2_, int p_220916_3_)
void
GossipManager.Gossips. makeSureValueIsntTooLowOrTooHigh(GossipType p_223531_1_)
private int
GossipManager. mergeValuesForAddition(GossipType p_220925_1_, int p_220925_2_, int p_220925_3_)
void
GossipManager.Gossips. remove(GossipType p_223528_1_)
Method parameters in net.minecraft.village with type arguments of type GossipType Modifier and Type Method Description int
GossipManager. getReputation(java.util.UUID p_220921_1_, java.util.function.Predicate<GossipType> p_220921_2_)
int
GossipManager.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_)
-