Uses of Class
net.minecraft.util.collection.WeightedList.Entry
| Package | Description |
|---|---|
| net.minecraft.util.collection |
-
Uses of WeightedList.Entry in net.minecraft.util.collection
Fields in net.minecraft.util.collection with type parameters of type WeightedList.Entry Modifier and Type Field Description protected List<WeightedList.Entry<U>>WeightedList. entriesMethods in net.minecraft.util.collection that return types with arguments of type WeightedList.Entry Modifier and Type Method Description static <E> com.mojang.serialization.Codec<WeightedList.Entry<E>>WeightedList.Entry. createCodec(com.mojang.serialization.Codec<E> codec)Constructor parameters in net.minecraft.util.collection with type arguments of type WeightedList.Entry Constructor Description WeightedList(List<WeightedList.Entry<U>> list)