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