Uses of Record Class
net.minecraft.util.parsing.packrat.ParseState.CacheKey
Packages that use ParseState.CacheKey
-
Uses of ParseState.CacheKey in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat with type parameters of type ParseState.CacheKeyModifier and TypeFieldDescriptionprivate final Map
<ParseState.CacheKey<?>, ParseState.CacheEntry<?>> ParseState.ruleCache
Methods in net.minecraft.util.parsing.packrat with parameters of type ParseState.CacheKeyModifier and TypeMethodDescriptionprivate <T> ParseState.CacheEntry
<T> ParseState.lookupInCache
(ParseState.CacheKey<T> pKey) private <T> void
ParseState.storeInCache
(ParseState.CacheKey<T> pKey, Optional<T> pValue)