public static <E extends WeightedEntry> WeightedRandomList<E> | | c() | | create() | | method_34990() | | empty() |
|
public static <E extends WeightedEntry> WeightedRandomList<E> | | a(E... arg0) | | create(E... arg0) | | method_34989(E... arg0) | | of(E... entries) |
|
public static <E extends WeightedEntry> WeightedRandomList<E> | | a(List<E> arg0) | | create(List<E> arg0) | | method_34988(List<E> arg0) | | of(List<E> entries) |
|
public boolean | | d() | | isEmpty() | | method_34993() | | isEmpty() |
|
public Optional<E> | |
public List<E> | | e() | | unwrap() | | method_34994() | | getEntries() |
|
public static <E extends WeightedEntry> com.mojang.serialization.Codec<WeightedRandomList<E>> | | c(com.mojang.serialization.Codec<E> arg0) | | codec(com.mojang.serialization.Codec<E> arg0) | | method_34991(com.mojang.serialization.Codec<E> arg0) | | createCodec(com.mojang.serialization.Codec<E> entryCodec) |
|