Uses of Class
net.minecraft.util.collection.WeightedPicker.Entry
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.util.collection |
-
Uses of WeightedPicker.Entry in net.minecraft
Subclasses of WeightedPicker.Entry in net.minecraft Modifier and Type Class Description static classclass_6030.class_6031 -
Uses of WeightedPicker.Entry in net.minecraft.util.collection
Methods in net.minecraft.util.collection with type parameters of type WeightedPicker.Entry Modifier and Type Method Description static <T extends WeightedPicker.Entry>
Optional<T>WeightedPicker. getAt(List<T> list, int weightMark)static <T extends WeightedPicker.Entry>
Optional<T>WeightedPicker. getRandom(Random random, List<T> list)static <T extends WeightedPicker.Entry>
Optional<T>WeightedPicker. getRandom(Random random, List<T> list, int weightSum)Method parameters in net.minecraft.util.collection with type arguments of type WeightedPicker.Entry Modifier and Type Method Description static intWeightedPicker. getWeightSum(List<? extends WeightedPicker.Entry> list)