Uses of Class
net.minecraft.util.CachedMapper
Packages that use CachedMapper
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of CachedMapper in net.minecraft
Fields in net.minecraft declared as CachedMapperModifier and TypeFieldDescriptionprivate final CachedMapper<class_9578.class_9581, class_9578.class_9582> class_9578.field_50961 -
Uses of CachedMapper in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as CachedMapperModifier and TypeFieldDescriptionprivate final CachedMapper<MultilineTextWidget.CacheKey, MultilineText> MultilineTextWidget.cacheKeyToText -
Uses of CachedMapper in net.minecraft.util
Methods in net.minecraft.util that return CachedMapperModifier and TypeMethodDescriptionstatic <K,V> CachedMapper <K, V> Util.cachedMapper(Function<K, V> mapper)