-
Constructor Summary
Constructors
ResetableLazy(net.minecraftforge.common.util.NonNullSupplier<T> supplier)
-
Method Summary
of(net.minecraftforge.common.util.NonNullSupplier<T> supplier)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResetableLazy
public ResetableLazy(net.minecraftforge.common.util.NonNullSupplier<T> supplier)
-
Method Details
-
-
reset
public void reset()
-
of
public static <T> ResetableLazy<T> of(net.minecraftforge.common.util.NonNullSupplier<T> supplier)