Uses of Record Class
net.minecraft.util.parsing.packrat.ParseState.CacheEntry
Packages that use ParseState.CacheEntry
-
Uses of ParseState.CacheEntry in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat with type parameters of type ParseState.CacheEntryModifier and TypeFieldDescriptionprivate final Map<ParseState.CacheKey<?>, ParseState.CacheEntry<?>> ParseState.ruleCacheMethods in net.minecraft.util.parsing.packrat that return ParseState.CacheEntryModifier and TypeMethodDescriptionprivate <T> ParseState.CacheEntry<T> ParseState.lookupInCache(ParseState.CacheKey<T> p_335816_)