Uses of Record Class
net.minecraft.command.argument.packrat.ParsingState.PackratKey
Packages that use ParsingState.PackratKey
-
Uses of ParsingState.PackratKey in net.minecraft.command.argument.packrat
Fields in net.minecraft.command.argument.packrat with type parameters of type ParsingState.PackratKeyModifier and TypeFieldDescriptionprivate final Map
<ParsingState.PackratKey<?>, ParsingState.PackratCache<?>> ParsingState.packrats
Methods in net.minecraft.command.argument.packrat with parameters of type ParsingState.PackratKeyModifier 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)