Package net.minecraft
Class class_4069
java.lang.Object
net.minecraft.class_4069
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Identifier>
public class class_4069
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<Identifier>
- Mappings:
Namespace Name official ccintermediary net/minecraft/class_4069named net/minecraft/class_4069
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_4069static Identifiermethod_17946(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) private static final Identifiermethod_17948(Identifier identifier) parse(com.mojang.brigadier.StringReader stringReader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Field Details
-
field_19758
- Mappings:
Namespace Name Mixin selector official bLcc;b:Ljava/util/Collection;intermediary field_19758Lnet/minecraft/class_4069;field_19758:Ljava/util/Collection;named field_19758Lnet/minecraft/class_4069;field_19758:Ljava/util/Collection;
-
field_19757
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_19757- Mappings:
Namespace Name Mixin selector official aLcc;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_19757Lnet/minecraft/class_4069;field_19757:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named field_19757Lnet/minecraft/class_4069;field_19757:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
class_4069
public class_4069()
-
-
Method Details
-
method_17944
- Mappings:
Namespace Name Mixin selector official aLcc;a()Lcc;intermediary method_17944Lnet/minecraft/class_4069;method_17944()Lnet/minecraft/class_4069;named method_17944Lnet/minecraft/class_4069;method_17944()Lnet/minecraft/class_4069;
-
method_17946
public static Identifier method_17946(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcc;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lpc;intermediary method_17946Lnet/minecraft/class_4069;method_17946(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_1653;named method_17946Lnet/minecraft/class_4069;method_17946(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/Identifier;
-
method_17948
private static final Identifier method_17948(Identifier identifier) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcc;a(Lpc;)Lpc;intermediary method_17948Lnet/minecraft/class_4069;method_17948(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1653;named method_17948Lnet/minecraft/class_4069;method_17948(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier;
-
parse
public Identifier parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<Identifier>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcc;a(Lcom/mojang/brigadier/StringReader;)Lpc;intermediary method_17945Lnet/minecraft/class_4069;method_17945(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_1653;named parseLnet/minecraft/class_4069;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/util/Identifier;
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<Identifier>- Mappings:
Namespace Name Mixin selector official getExamplesLcc;getExamples()Ljava/util/Collection;intermediary getExamplesLnet/minecraft/class_4069;getExamples()Ljava/util/Collection;named getExamplesLnet/minecraft/class_4069;getExamples()Ljava/util/Collection;
-