net.minecraft.util

public class CachedMapper<K, V>

net.minecraft.util.SingleKeyCache
net.minecraft.class_8105
net.minecraft.util.CachedMapper

Field summary

Modifier and TypeField
private final Function<K, V>
computeValue
field_42269
mapper
private K
cacheKey
field_42270
cachedInput
private V
cachedValue
field_42271
cachedOutput

Constructor summary

ModifierConstructor
public (Function<K, V> mapper)

Method summary

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