| public static <U> com.mojang.serialization.Codec<WeightedList<U>> | | codec(com.mojang.serialization.Codec<U> elementCodec) | | codec(com.mojang.serialization.Codec<U> elementCodec) | | method_35091(com.mojang.serialization.Codec<U> arg0) | | createCodec(com.mojang.serialization.Codec<U> codec) |
|
| public WeightedList<U> | | add(U data, int weight) | | add(U data, int weight) | | method_35093(U arg0, int arg1) | | add(U data, int weight) |
|
| public WeightedList<U> | | shuffle() | | shuffle() | | method_35088() | | shuffle() |
|
| public Stream<U> | | stream() | | stream() | | method_35094() | | stream() |
|
| public Iterator<U> | |