Package net.minecraft.command.argument
Class StyleArgumentType
java.lang.Object
net.minecraft.command.argument.StyleArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Style>
public class StyleArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<Style>
- Mappings:
Namespace Name official fb
intermediary net/minecraft/class_9019
named net/minecraft/command/argument/StyleArgumentType
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Collection<String>
static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Style
getStyle
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String style) parse
(com.mojang.brigadier.StringReader stringReader) static StyleArgumentType
style()
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
listSuggestions
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official b
Lfb;b:Ljava/util/Collection;
intermediary field_47554
Lnet/minecraft/class_9019;field_47554:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/StyleArgumentType;EXAMPLES:Ljava/util/Collection;
-
INVALID_STYLE_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_STYLE_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lfb;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_47553
Lnet/minecraft/class_9019;field_47553:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_STYLE_EXCEPTION
Lnet/minecraft/command/argument/StyleArgumentType;INVALID_STYLE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
StyleArgumentType
private StyleArgumentType()
-
-
Method Details
-
getStyle
public static Style getStyle(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String style) - Mappings:
Namespace Name Mixin selector official a
Lfb;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lwc;
intermediary method_55448
Lnet/minecraft/class_9019;method_55448(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2583;
named getStyle
Lnet/minecraft/command/argument/StyleArgumentType;getStyle(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/text/Style;
-
style
- Mappings:
Namespace Name Mixin selector official a
Lfb;a()Lfb;
intermediary method_55446
Lnet/minecraft/class_9019;method_55446()Lnet/minecraft/class_9019;
named style
Lnet/minecraft/command/argument/StyleArgumentType;style()Lnet/minecraft/command/argument/StyleArgumentType;
-
parse
public Style parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<Style>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfb;a(Lcom/mojang/brigadier/StringReader;)Lwc;
intermediary method_55447
Lnet/minecraft/class_9019;method_55447(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2583;
named parse
Lnet/minecraft/command/argument/StyleArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/text/Style;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<Style>
-