Package net.minecraft.commands.arguments
Class StyleArgument
java.lang.Object
net.minecraft.util.parsing.packrat.commands.ParserBasedArgument<Style>
net.minecraft.commands.arguments.StyleArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Style>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection
<String> private static final com.mojang.serialization.DynamicOps
<Tag> private static final CommandArgumentParser
<Tag> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Style
getStyle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313889_, String p_313891_) static StyleArgument
style
(CommandBuildContext p_324578_) Methods inherited from class net.minecraft.util.parsing.packrat.commands.ParserBasedArgument
listSuggestions, parse
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
parse
-
Field Details
-
EXAMPLES
-
ERROR_INVALID_STYLE
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_STYLE -
OPS
-
TAG_PARSER
-
-
Constructor Details
-
StyleArgument
-
-
Method Details
-
getStyle
public static Style getStyle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_313889_, String p_313891_) -
style
-
getExamples
-