Package pers.neige.neigeitems.ref.util
Class RefWrapper
-
- All Implemented Interfaces:
-
pers.neige.neigeitems.ref.util.RefWeightedEntry
public class RefWrapper<T> implements RefWeightedEntry
-
-
Constructor Summary
Constructors Constructor Description RefWrapper()
-
Method Summary
Modifier and Type Method Description static <T> RefWrapper<T>
newInstance(T data, RefWeight weight)
native T
getData()
native RefWeight
getWeight()
-
-
Method Detail
-
newInstance
static <T> RefWrapper<T> newInstance(T data, RefWeight weight)
-
-
-
-