Uses of Record Class
net.minecraft.util.parsing.packrat.CachedParseState.CacheEntry
Packages that use CachedParseState.CacheEntry
-
Uses of CachedParseState.CacheEntry in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat declared as CachedParseState.CacheEntryModifier and TypeFieldDescriptionstatic final CachedParseState.CacheEntry
<?> CachedParseState.CacheEntry.NEGATIVE
Methods in net.minecraft.util.parsing.packrat that return CachedParseState.CacheEntryModifier and TypeMethodDescription<T> CachedParseState.CacheEntry
<T> CachedParseState.PositionCache.getValue
(int pIndex) static <T> CachedParseState.CacheEntry
<T> CachedParseState.CacheEntry.negativeEntry()
Methods in net.minecraft.util.parsing.packrat with parameters of type CachedParseState.CacheEntryModifier and TypeMethodDescriptionvoid
CachedParseState.PositionCache.setValue
(int pIndex, CachedParseState.CacheEntry<?> pValue)