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> p_335816_) private <T> void
ParseState.storeInCache
(ParseState.CacheKey<T> p_336008_, Optional<T> p_335995_)