net.minecraft.util

public class LazyLoadedValue<T>

bbv
net.minecraft.util.LazyLoadedValue
net.minecraft.class_3528
net.minecraft.util.Lazy
net.minecraft.src.C_184_

字段概要

修饰符与类型字段
private final Supplier<T>
a
factory
field_15719
supplier
f_13967_

构造函数概要

修饰符构造函数
public (Supplier<T> delegate)

方法概要

修饰符与类型方法
public T
a()
get()
method_15332()
get()
m_13971_()