Package net.minecraft.util
Class LazyLoadBase<T>
- java.lang.Object
-
- net.minecraft.util.LazyLoadBase<T>
-
public abstract class LazyLoadBase<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LazyLoadBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
getValue()
protected abstract T
load()
-