Package net.minecraft.command.argument
Class RegistryKeyArgumentType<T>
java.lang.Object
net.minecraft.command.argument.RegistryKeyArgumentType<T>
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<RegistryKey<T>>
public class RegistryKeyArgumentType<T>
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<RegistryKey<T>>
- Mappings:
Namespace Name named net/minecraft/command/argument/RegistryKeyArgumentTypeintermediary net/minecraft/class_7079official fw
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String> private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType(package private) final RegistryKey<? extends Registry<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AdvancementEntrygetAdvancementEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference<ConfiguredFeature<?, ?>> getConfiguredFeatureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) private static <T> RegistryKey<T> getKey(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) static RecipeEntry<?> getRecipeEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) private static <T> Registry<T> getRegistry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryKey<? extends Registry<T>> registryRef) private static <T> RegistryEntry.Reference<T> getRegistryEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) static RegistryEntry.Reference<Structure> getStructureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry.Reference<StructurePool> getStructurePoolEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) parse(com.mojang.brigadier.StringReader stringReader) static <T> RegistryKeyArgumentType<T> registryKey(RegistryKey<? extends Registry<T>> registryRef) 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
parse
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector named EXAMPLESLnet/minecraft/command/argument/RegistryKeyArgumentType;EXAMPLES:Ljava/util/Collection;intermediary field_37269Lnet/minecraft/class_7079;field_37269:Ljava/util/Collection;official aLfw;a:Ljava/util/Collection;
-
INVALID_FEATURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_FEATURE_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_FEATURE_EXCEPTIONLnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_FEATURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_37271Lnet/minecraft/class_7079;field_37271:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official bLfw;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
INVALID_STRUCTURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_STRUCTURE_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_STRUCTURE_EXCEPTIONLnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_STRUCTURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_39191Lnet/minecraft/class_7079;field_39191:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official cLfw;c:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
INVALID_JIGSAW_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_JIGSAW_EXCEPTION- Mappings:
Namespace Name Mixin selector named INVALID_JIGSAW_EXCEPTIONLnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_JIGSAW_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_39192Lnet/minecraft/class_7079;field_39192:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official dLfw;d:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
RECIPE_NOT_FOUND_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType RECIPE_NOT_FOUND_EXCEPTION- Mappings:
Namespace Name Mixin selector named RECIPE_NOT_FOUND_EXCEPTIONLnet/minecraft/command/argument/RegistryKeyArgumentType;RECIPE_NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_54825Lnet/minecraft/class_7079;field_54825:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official eLfw;e:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
ADVANCEMENT_NOT_FOUND_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ADVANCEMENT_NOT_FOUND_EXCEPTION- Mappings:
Namespace Name Mixin selector named ADVANCEMENT_NOT_FOUND_EXCEPTIONLnet/minecraft/command/argument/RegistryKeyArgumentType;ADVANCEMENT_NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_54826Lnet/minecraft/class_7079;field_54826:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official fLfw;f:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
registryRef
- Mappings:
Namespace Name Mixin selector named registryRefLnet/minecraft/command/argument/RegistryKeyArgumentType;registryRef:Lnet/minecraft/registry/RegistryKey;intermediary field_37272Lnet/minecraft/class_7079;field_37272:Lnet/minecraft/class_5321;official gLfw;g:Laly;
-
-
Constructor Details
-
RegistryKeyArgumentType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/command/argument/RegistryKeyArgumentType;<init>(Lnet/minecraft/registry/RegistryKey;)Vintermediary <init>Lnet/minecraft/class_7079;<init>(Lnet/minecraft/class_5321;)Vofficial <init>Lfw;<init>(Laly;)V
-
-
Method Details
-
registryKey
public static <T> RegistryKeyArgumentType<T> registryKey(RegistryKey<? extends Registry<T>> registryRef) - Mappings:
Namespace Name Mixin selector named registryKeyLnet/minecraft/command/argument/RegistryKeyArgumentType;registryKey(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/command/argument/RegistryKeyArgumentType;intermediary method_41224Lnet/minecraft/class_7079;method_41224(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7079;official aLfw;a(Laly;)Lfw;
-
getKey
private static <T> RegistryKey<T> getKey(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getKeyLnet/minecraft/command/argument/RegistryKeyArgumentType;getKey(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/registry/RegistryKey;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/registry/RegistryKey;intermediary method_41220Lnet/minecraft/class_7079;method_41220(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_5321;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/class_5321;official aLfw;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Laly;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Laly;
-
getRegistry
private static <T> Registry<T> getRegistry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryKey<? extends Registry<T>> registryRef) - Mappings:
Namespace Name Mixin selector named getRegistryLnet/minecraft/command/argument/RegistryKeyArgumentType;getRegistry(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/Registry;intermediary method_41221Lnet/minecraft/class_7079;method_41221(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_5321;)Lnet/minecraft/class_2378;official aLfw;a(Lcom/mojang/brigadier/context/CommandContext;Laly;)Lkd;
-
getRegistryEntry
private static <T> RegistryEntry.Reference<T> getRegistryEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getRegistryEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getRegistryEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/registry/RegistryKey;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_43777Lnet/minecraft/class_7079;method_43777(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_5321;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/class_6880$class_6883;official bLfw;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Laly;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Ljq$c;
-
getConfiguredFeatureEntry
public static RegistryEntry.Reference<ConfiguredFeature<?,?>> getConfiguredFeatureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getConfiguredFeatureEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getConfiguredFeatureEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_41225Lnet/minecraft/class_7079;method_41225(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;official aLfw;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljq$c;
-
getStructureEntry
public static RegistryEntry.Reference<Structure> getStructureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getStructureEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getStructureEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_43779Lnet/minecraft/class_7079;method_43779(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;official bLfw;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljq$c;
-
getStructurePoolEntry
public static RegistryEntry.Reference<StructurePool> getStructurePoolEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getStructurePoolEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getStructurePoolEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_43780Lnet/minecraft/class_7079;method_43780(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;official cLfw;c(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljq$c;
-
getRecipeEntry
public static RecipeEntry<?> getRecipeEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getRecipeEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getRecipeEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/recipe/RecipeEntry;intermediary method_64866Lnet/minecraft/class_7079;method_64866(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_8786;official dLfw;d(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ldci;
-
getAdvancementEntry
public static AdvancementEntry getAdvancementEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named getAdvancementEntryLnet/minecraft/command/argument/RegistryKeyArgumentType;getAdvancementEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/advancement/AdvancementEntry;intermediary method_64867Lnet/minecraft/class_7079;method_64867(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_8779;official eLfw;e(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lah;
-
parse
public RegistryKey<T> parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<T>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named parseLnet/minecraft/command/argument/RegistryKeyArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/registry/RegistryKey;intermediary method_41218Lnet/minecraft/class_7079;method_41218(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_5321;official aLfw;a(Lcom/mojang/brigadier/StringReader;)Laly;
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Specified by:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<T>- Mappings:
Namespace Name Mixin selector named listSuggestionsLnet/minecraft/command/argument/RegistryKeyArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;intermediary listSuggestionsLnet/minecraft/class_7079;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;official listSuggestionsLfw;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<T>
-