Uses of Record Class
net.minecraft.command.argument.packrat.ParsingState.PackratCache
Packages that use ParsingState.PackratCache
-
Uses of ParsingState.PackratCache in net.minecraft.command.argument.packrat
Fields in net.minecraft.command.argument.packrat with type parameters of type ParsingState.PackratCacheModifier and TypeFieldDescriptionprivate final Map
<ParsingState.PackratKey<?>, ParsingState.PackratCache<?>> ParsingState.packrats
Methods in net.minecraft.command.argument.packrat that return ParsingState.PackratCacheModifier and TypeMethodDescriptionprivate <T> @Nullable ParsingState.PackratCache
<T> ParsingState.getCache
(ParsingState.PackratKey<T> key)