Uses of Record Class
net.minecraft.util.parsing.packrat.ParseState.CacheKey
-
Uses of ParseState.CacheKey in net.minecraft.util.parsing.packrat
Modifier and TypeFieldDescriptionprivate final Map
<ParseState.CacheKey<?>, ParseState.CacheEntry<?>> ParseState.ruleCache
Modifier and TypeMethodDescriptionprivate <T> ParseState.CacheEntry
<T> ParseState.lookupInCache
(ParseState.CacheKey<T> p_335816_) private <T> void
ParseState.storeInCache
(ParseState.CacheKey<T> p_336008_, Optional<T> p_335995_)