类 ColorArgument
java.lang.Object
net.minecraft.commands.arguments.ColorArgument
- 所有已实现的接口:
com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
public class ColorArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
-
字段概要
字段修饰符和类型字段说明static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection
<String> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ColorArgument
color()
static ChatFormatting
getColor
(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_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.mojang.brigadier.arguments.ArgumentType
parse
-
字段详细资料
-
EXAMPLES
-
ERROR_INVALID_VALUE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_VALUE
-
-
构造器详细资料
-
ColorArgument
private ColorArgument()
-
-
方法详细资料
-
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 - 指定者:
parse
在接口中com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
- 抛出:
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_) - 指定者:
listSuggestions
在接口中com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
-
getExamples
- 指定者:
getExamples
在接口中com.mojang.brigadier.arguments.ArgumentType<ChatFormatting>
-