Uses of Class
net.minecraft.util.random.Weight
Packages that use Weight
-
Uses of Weight in net.minecraft.util.random
Fields in net.minecraft.util.random declared as WeightModifier and TypeFieldDescriptionprivate static Weight
Weight.ONE
private Weight
WeightedEntry.IntrusiveBase.weight
private Weight
WeightedEntry.Wrapper.weight
Fields in net.minecraft.util.random with type parameters of type WeightMethods in net.minecraft.util.random that return WeightModifier and TypeMethodDescriptionWeightedEntry.getWeight()
WeightedEntry.IntrusiveBase.getWeight()
WeightedEntry.Wrapper.getWeight()
static Weight
Weight.of(int p_146283_)
Constructors in net.minecraft.util.random with parameters of type Weight -
Uses of Weight in net.minecraft.world.level.biome
Constructors in net.minecraft.world.level.biome with parameters of type WeightModifierConstructorDescriptionSpawnerData(EntityType<?> p_151815_, Weight p_151816_, int p_151817_, int p_151818_)