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 Details

    • field_47554

      private static final Collection<String> 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

      public static class_9019 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 interface com.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

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<Style>