Uses of Class
net.minecraft.util.collection.Weight
Packages that use Weight
-
Uses of Weight in net.minecraft.util.collection
Fields in net.minecraft.util.collection declared as WeightModifier and TypeFieldDescriptionprivate static Weight
Weight.DEFAULT
private Weight
Weighted.Absent.weight
private Weight
Weighted.Present.weight
Fields in net.minecraft.util.collection with type parameters of type WeightMethods in net.minecraft.util.collection that return WeightModifier and TypeMethodDescriptionWeighted.Absent.getWeight()
Weighted.getWeight()
Weighted.Present.getWeight()
static Weight
Weight.of(int weight)
Constructors in net.minecraft.util.collection with parameters of type Weight -
Uses of Weight in net.minecraft.world.biome
Constructors in net.minecraft.world.biome with parameters of type WeightModifierConstructorDescriptionSpawnEntry(EntityType<?> entityType, Weight weight, int int2, int int3)