Uses of Class
net.minecraft.util.SingleKeyCache
Packages that use SingleKeyCache
-
Uses of SingleKeyCache in net.minecraft
Methods in net.minecraft that return SingleKeyCacheModifier and TypeMethodDescriptionstatic <K,
V> SingleKeyCache <K, V> Util.singleKeyCache
(Function<K, V> p_270326_) -
Uses of SingleKeyCache in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as SingleKeyCacheModifier and TypeFieldDescriptionprivate final SingleKeyCache
<MultiLineTextWidget.CacheKey, MultiLineLabel> MultiLineTextWidget.cache