net.minecraft.util

public class SingleKeyCache<K, V>

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

Field summary

Modifier and TypeField
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_

Constructor summary

ModifierConstructor
public (Function<K, V> mapper)

Method summary

Modifier and TypeMethod
public V
a(K arg0)
getValue(K arg0)
method_48782(K arg0)
map(K input)
m_269185_(K arg0)