Package net.minecraft.command.argument
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 official em
intermediary net/minecraft/class_2178
named net/minecraft/command/argument/TextArgumentType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Collection
<String> static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private final RegistryWrapper.WrapperLookup
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TextArgumentType
(RegistryWrapper.WrapperLookup registryLookup) -
Method Summary
Modifier and TypeMethodDescriptionstatic Text
getTextArgument
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) parse
(com.mojang.brigadier.StringReader stringReader) static TextArgumentType
text
(CommandRegistryAccess registryAccess) 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
Lem;b:Ljava/util/Collection;
intermediary field_9841
Lnet/minecraft/class_2178;field_9841:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/TextArgumentType;EXAMPLES:Ljava/util/Collection;
-
INVALID_COMPONENT_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_COMPONENT_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lem;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9842
Lnet/minecraft/class_2178;field_9842:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_COMPONENT_EXCEPTION
Lnet/minecraft/command/argument/TextArgumentType;INVALID_COMPONENT_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
registryLookup
- Mappings:
Namespace Name Mixin selector official c
Lem;c:Liy$a;
intermediary field_48917
Lnet/minecraft/class_2178;field_48917:Lnet/minecraft/class_7225$class_7874;
named registryLookup
Lnet/minecraft/command/argument/TextArgumentType;registryLookup:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
-
-
Constructor Details
-
TextArgumentType
- Mappings:
Namespace Name Mixin selector official <init>
Lem;<init>(Liy$a;)V
intermediary <init>
Lnet/minecraft/class_2178;<init>(Lnet/minecraft/class_7225$class_7874;)V
named <init>
Lnet/minecraft/command/argument/TextArgumentType;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
-
-
Method Details
-
getTextArgument
public static Text getTextArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
Namespace Name Mixin selector official a
Lem;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lwu;
intermediary method_9280
Lnet/minecraft/class_2178;method_9280(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2561;
named getTextArgument
Lnet/minecraft/command/argument/TextArgumentType;getTextArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/text/Text;
-
text
- Mappings:
Namespace Name Mixin selector official a
Lem;a(Ldz;)Lem;
intermediary method_9281
Lnet/minecraft/class_2178;method_9281(Lnet/minecraft/class_7157;)Lnet/minecraft/class_2178;
named text
Lnet/minecraft/command/argument/TextArgumentType;text(Lnet/minecraft/command/CommandRegistryAccess;)Lnet/minecraft/command/argument/TextArgumentType;
-
parse
public Text parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<Text>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lem;a(Lcom/mojang/brigadier/StringReader;)Lwu;
intermediary method_9283
Lnet/minecraft/class_2178;method_9283(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2561;
named parse
Lnet/minecraft/command/argument/TextArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/text/Text;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<Text>
-