Package net.minecraft.commands.arguments
Class ColorArgument
java.lang.Object
net.minecraft.commands.arguments.ColorArgument
- All Implemented Interfaces:
 com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
public class ColorArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ColorArgumentcolor()static ChatFormattinggetColor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_85467_, String p_85468_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_85473_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_85474_) parse(com.mojang.brigadier.StringReader p_85465_)  
- 
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 ChatFormatting getColor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_85467_, String p_85468_)  - 
parse
public ChatFormatting parse(com.mojang.brigadier.StringReader p_85465_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
 parsein interfacecom.mojang.brigadier.arguments.ArgumentType<ChatFormatting>- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 - 
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_85473_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_85474_) - Specified by:
 listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
 - 
getExamples
- Specified by:
 getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
 
 -