net.minecraft.util

public class SingleKeyCache<K, V>

bgz
net.minecraft.util.SingleKeyCache
net.minecraft.class_8105
net.minecraft.util.CachedMapper
net.minecraft.src.C_268387_
net.minecraft.util.SingleKeyCache

字段概要

修饰符与类型字段
private final Function<K, V>
a
computeValue
field_42269
mapper
f_268589_
private K
b
cacheKey
field_42270
cachedInput
f_268728_
private V
c
cachedValue
field_42271
cachedOutput
f_268622_

构造函数概要

修饰符构造函数
public (Function<K, V> mapper)

方法概要

修饰符与类型方法
public V
a(K arg0)
getValue(K arg0)
method_48782(K arg0)
map(K input)
m_269185_(K arg0)