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
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ITextComponent
getComponent
(com.mojang.brigadier.context.CommandContext<CommandSource> p_197068_0_, String p_197068_1_) parse
(com.mojang.brigadier.StringReader p_parse_1_) static ComponentArgument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<ITextComponent>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<ITextComponent>
-