Uses of Interface
net.minecraft.util.parsing.packrat.commands.CommandArgumentParser
Packages that use CommandArgumentParser
-
Uses of CommandArgumentParser in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as CommandArgumentParserModifier and TypeFieldDescriptionprivate static final CommandArgumentParser<Tag> ComponentArgument.TAG_PARSERprivate static final CommandArgumentParser<Tag> NbtTagArgument.TAG_PARSERprivate static final CommandArgumentParser<Tag> StyleArgument.TAG_PARSER -
Uses of CommandArgumentParser in net.minecraft.util.parsing.packrat.commands
Classes in net.minecraft.util.parsing.packrat.commands that implement CommandArgumentParserFields in net.minecraft.util.parsing.packrat.commands declared as CommandArgumentParserModifier and TypeFieldDescriptionprivate final CommandArgumentParser<T> ParserBasedArgument.parserMethods in net.minecraft.util.parsing.packrat.commands that return CommandArgumentParserModifier and TypeMethodDescriptiondefault <S> CommandArgumentParser<S> default <T,O> CommandArgumentParser <T> CommandArgumentParser.withCodec(com.mojang.serialization.DynamicOps<O> pOps, CommandArgumentParser<O> pParser, com.mojang.serialization.Codec<T> pCodec, com.mojang.brigadier.exceptions.DynamicCommandExceptionType pError) Methods in net.minecraft.util.parsing.packrat.commands with parameters of type CommandArgumentParserModifier and TypeMethodDescriptiondefault <T,O> CommandArgumentParser <T> CommandArgumentParser.withCodec(com.mojang.serialization.DynamicOps<O> pOps, CommandArgumentParser<O> pParser, com.mojang.serialization.Codec<T> pCodec, com.mojang.brigadier.exceptions.DynamicCommandExceptionType pError) Constructors in net.minecraft.util.parsing.packrat.commands with parameters of type CommandArgumentParser