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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ITextComponentgetMessage(com.mojang.brigadier.context.CommandContext<CommandSource> p_197124_0_, String p_197124_1_) static MessageArgumentmessage()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, waitMethods 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:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<MessageArgument.Message>
-