Package net.minecraft.command.arguments
Class ColorArgument
java.lang.Object
net.minecraft.command.arguments.ColorArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<TextFormatting>
public class ColorArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<TextFormatting>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColorArgument
color()
static TextFormatting
getColor
(com.mojang.brigadier.context.CommandContext<CommandSource> p_197064_0_, String p_197064_1_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_) parse
(com.mojang.brigadier.StringReader p_parse_1_)
-
Field Details
-
EXAMPLES
-
ERROR_INVALID_VALUE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_VALUE
-
-
Constructor Details
-
ColorArgument
private ColorArgument()
-
-
Method Details
-
color
-
getColor
public static TextFormatting getColor(com.mojang.brigadier.context.CommandContext<CommandSource> p_197064_0_, String p_197064_1_) -
parse
public TextFormatting parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<TextFormatting>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_) - Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<TextFormatting>
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<TextFormatting>
-