Uses of Interface
net.minecraftforge.common.util.NonNullLazy
-
Packages that use NonNullLazy Package Description net.minecraftforge.common.util -
-
Uses of NonNullLazy in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return NonNullLazy Modifier and Type Method Description static <T> NonNullLazy<T>
NonNullLazy. concurrentOf(NonNullSupplier<T> supplier)
Constructs a thread-safe lazy-initialized objectstatic <T> NonNullLazy<T>
NonNullLazy. of(NonNullSupplier<T> supplier)
Constructs a lazy-initialized object
-