Uses of Class
net.minecraft.util.collection.Weight
Packages that use Weight
- 
Uses of Weight in net.minecraft.util.collectionFields in net.minecraft.util.collection declared as WeightModifier and TypeFieldDescriptionprivate static final WeightWeight.DEFAULTprivate final WeightWeighted.Absent.weightprivate final WeightWeighted.Present.weightFields in net.minecraft.util.collection with type parameters of type WeightModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Weight>Weight.CODECMethods in net.minecraft.util.collection that return WeightModifier and TypeMethodDescriptionWeighted.Absent.getWeight()Weighted.getWeight()Weighted.Present.getWeight()static WeightWeight.of(int weight) Constructors in net.minecraft.util.collection with parameters of type Weight
- 
Uses of Weight in net.minecraft.world.biomeConstructors in net.minecraft.world.biome with parameters of type WeightModifierConstructorDescriptionSpawnEntry(EntityType<?> type, Weight weight, int minGroupSize, int maxGroupSize)