Uses of Interface
net.minecraftforge.common.util.Lazy
-
Packages that use Lazy Package Description net.minecraftforge.common.util -
-
Uses of Lazy in net.minecraftforge.common.util
Classes in net.minecraftforge.common.util that implement Lazy Modifier and Type Class Description static classLazy.Concurrent<T>Thread-safe implementation.static classLazy.Fast<T>Non-thread-safe implementation.Methods in net.minecraftforge.common.util that return Lazy Modifier and Type Method Description static <T> Lazy<T>Lazy. concurrentOf(java.util.function.Supplier<T> supplier)Constructs a thread-safe lazy-initialized objectstatic <T> Lazy<T>Lazy. of(java.util.function.Supplier<T> supplier)Constructs a lazy-initialized object
-