Class TextArgumentType

java.lang.Object
net.minecraft.command.argument.TextArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Text>

public class TextArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<Text>
Mappings:
Namespace Name
named net/minecraft/command/argument/TextArgumentType
intermediary net/minecraft/class_2178
official fc
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      named EXAMPLES Lnet/minecraft/command/argument/TextArgumentType;EXAMPLES:Ljava/util/Collection;
      intermediary field_9841 Lnet/minecraft/class_2178;field_9841:Ljava/util/Collection;
      official b Lfc;b:Ljava/util/Collection;
    • INVALID_COMPONENT_EXCEPTION

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_COMPONENT_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      named INVALID_COMPONENT_EXCEPTION Lnet/minecraft/command/argument/TextArgumentType;INVALID_COMPONENT_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_9842 Lnet/minecraft/class_2178;field_9842:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      official a Lfc;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
    • registryLookup

      private final RegistryWrapper.WrapperLookup registryLookup
      Mappings:
      Namespace Name Mixin selector
      named registryLookup Lnet/minecraft/command/argument/TextArgumentType;registryLookup:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
      intermediary field_48917 Lnet/minecraft/class_2178;field_48917:Lnet/minecraft/class_7225$class_7874;
      official c Lfc;c:Ljo$a;
  • Constructor Details

    • TextArgumentType

      private TextArgumentType(RegistryWrapper.WrapperLookup registryLookup)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/command/argument/TextArgumentType;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
      intermediary <init> Lnet/minecraft/class_2178;<init>(Lnet/minecraft/class_7225$class_7874;)V
      official <init> Lfc;<init>(Ljo$a;)V
  • Method Details

    • getTextArgument

      public static Text getTextArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
      Mappings:
      Namespace Name Mixin selector
      named getTextArgument Lnet/minecraft/command/argument/TextArgumentType;getTextArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/text/Text;
      intermediary method_9280 Lnet/minecraft/class_2178;method_9280(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2561;
      official a Lfc;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lwz;
    • text

      public static TextArgumentType text(CommandRegistryAccess registryAccess)
      Mappings:
      Namespace Name Mixin selector
      named text Lnet/minecraft/command/argument/TextArgumentType;text(Lnet/minecraft/command/CommandRegistryAccess;)Lnet/minecraft/command/argument/TextArgumentType;
      intermediary method_9281 Lnet/minecraft/class_2178;method_9281(Lnet/minecraft/class_7157;)Lnet/minecraft/class_2178;
      official a Lfc;a(Lep;)Lfc;
    • parse

      public Text parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Text>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named parse Lnet/minecraft/command/argument/TextArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/text/Text;
      intermediary method_9283 Lnet/minecraft/class_2178;method_9283(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2561;
      official a Lfc;a(Lcom/mojang/brigadier/StringReader;)Lwz;
    • getExamples

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