Uses of Record Class
net.minecraft.command.argument.packrat.ParsingState.PackratKey
-
Uses of ParsingState.PackratKey in net.minecraft.command.argument.packrat
Modifier and TypeFieldDescriptionprivate final Map
<ParsingState.PackratKey<?>, ParsingState.PackratCache<?>> ParsingState.packrats
Modifier and TypeMethodDescriptionprivate <T> @Nullable ParsingState.PackratCache
<T> ParsingState.getCache
(ParsingState.PackratKey<T> key) private <T> void
ParsingState.putCache
(ParsingState.PackratKey<T> key, Optional<T> value)