Package net.minecraft.command.arguments
Class MessageArgument
java.lang.Object
net.minecraft.command.arguments.MessageArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>
public class MessageArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ITextComponent
getMessage
(com.mojang.brigadier.context.CommandContext<CommandSource> p_197124_0_, String p_197124_1_) static MessageArgument
message()
parse
(com.mojang.brigadier.StringReader p_parse_1_) 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
-
-
Constructor Details
-
MessageArgument
public MessageArgument()
-
-
Method Details
-
message
-
getMessage
public static ITextComponent getMessage(com.mojang.brigadier.context.CommandContext<CommandSource> p_197124_0_, String p_197124_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public MessageArgument.Message parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>
-