Package pers.neige.neigeitems.ref.util
Class RefWeightedRandomList
-
- All Implemented Interfaces:
public class RefWeightedRandomList<E extends RefWeightedEntry>
-
-
Constructor Summary
Constructors Constructor Description RefWeightedRandomList()
-
Method Summary
Modifier and Type Method Description static <E extends RefWeightedEntry> RefWeightedRandomList<E>
create(List<E> entries)
native List<E>
unwrap()
-
-
Method Detail
-
create
static <E extends RefWeightedEntry> RefWeightedRandomList<E> create(List<E> entries)
-
-
-
-