Package net.minecraft.command.arguments
Class ComponentArgument
java.lang.Object
net.minecraft.command.arguments.ComponentArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ITextComponent>
public class ComponentArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<ITextComponent>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ITextComponentgetComponent(com.mojang.brigadier.context.CommandContext<CommandSource> p_197068_0_, String p_197068_1_) parse(com.mojang.brigadier.StringReader p_parse_1_) static ComponentArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Field Details
-
EXAMPLES
-
ERROR_INVALID_JSON
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_JSON
-
-
Constructor Details
-
ComponentArgument
private ComponentArgument()
-
-
Method Details
-
getComponent
public static ITextComponent getComponent(com.mojang.brigadier.context.CommandContext<CommandSource> p_197068_0_, String p_197068_1_) -
textComponent
-
parse
public ITextComponent parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<ITextComponent>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<ITextComponent>
-