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 official eo
intermediary net/minecraft/class_7079
named net/minecraft/command/argument/RegistryKeyArgumentType
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Collection<String>
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
(package private) final RegistryKey<? extends Registry<T>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) 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)
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official a
Leo;a:Ljava/util/Collection;
intermediary field_37269
Lnet/minecraft/class_7079;field_37269:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/RegistryKeyArgumentType;EXAMPLES:Ljava/util/Collection;
-
INVALID_FEATURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_FEATURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Leo;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_37271
Lnet/minecraft/class_7079;field_37271:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_FEATURE_EXCEPTION
Lnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_FEATURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
INVALID_STRUCTURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_STRUCTURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official c
Leo;c:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_39191
Lnet/minecraft/class_7079;field_39191:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_STRUCTURE_EXCEPTION
Lnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_STRUCTURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
INVALID_JIGSAW_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType INVALID_JIGSAW_EXCEPTION- Mappings:
Namespace Name Mixin selector official d
Leo;d:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_39192
Lnet/minecraft/class_7079;field_39192:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named INVALID_JIGSAW_EXCEPTION
Lnet/minecraft/command/argument/RegistryKeyArgumentType;INVALID_JIGSAW_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
registryRef
- Mappings:
Namespace Name Mixin selector official e
Leo;e:Ladc;
intermediary field_37272
Lnet/minecraft/class_7079;field_37272:Lnet/minecraft/class_5321;
named registryRef
Lnet/minecraft/command/argument/RegistryKeyArgumentType;registryRef:Lnet/minecraft/registry/RegistryKey;
-
-
Constructor Details
-
RegistryKeyArgumentType
- Mappings:
Namespace Name Mixin selector official <init>
Leo;<init>(Ladc;)V
intermediary <init>
Lnet/minecraft/class_7079;<init>(Lnet/minecraft/class_5321;)V
named <init>
Lnet/minecraft/command/argument/RegistryKeyArgumentType;<init>(Lnet/minecraft/registry/RegistryKey;)V
-
-
Method Details
-
registryKey
public static <T> RegistryKeyArgumentType<T> registryKey(RegistryKey<? extends Registry<T>> registryRef) - Mappings:
Namespace Name Mixin selector official a
Leo;a(Ladc;)Leo;
intermediary method_41224
Lnet/minecraft/class_7079;method_41224(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7079;
named registryKey
Lnet/minecraft/command/argument/RegistryKeyArgumentType;registryKey(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/command/argument/RegistryKeyArgumentType;
-
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 official a
Leo;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Ladc;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Ladc;
intermediary method_41220
Lnet/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;
named getKey
Lnet/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;
-
getRegistry
private static <T> Registry<T> getRegistry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryKey<? extends Registry<T>> registryRef) - Mappings:
Namespace Name Mixin selector official a
Leo;a(Lcom/mojang/brigadier/context/CommandContext;Ladc;)Lhq;
intermediary method_41221
Lnet/minecraft/class_7079;method_41221(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/class_5321;)Lnet/minecraft/class_2378;
named getRegistry
Lnet/minecraft/command/argument/RegistryKeyArgumentType;getRegistry(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/Registry;
-
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 official b
Leo;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Ladc;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lhd$c;
intermediary method_43777
Lnet/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;
named getRegistryEntry
Lnet/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;
-
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 official a
Leo;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhd$c;
intermediary method_41225
Lnet/minecraft/class_7079;method_41225(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;
named getConfiguredFeatureEntry
Lnet/minecraft/command/argument/RegistryKeyArgumentType;getConfiguredFeatureEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
-
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 official b
Leo;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhd$c;
intermediary method_43779
Lnet/minecraft/class_7079;method_43779(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;
named getStructureEntry
Lnet/minecraft/command/argument/RegistryKeyArgumentType;getStructureEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
-
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 official c
Leo;c(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lhd$c;
intermediary method_43780
Lnet/minecraft/class_7079;method_43780(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_6880$class_6883;
named getStructurePoolEntry
Lnet/minecraft/command/argument/RegistryKeyArgumentType;getStructurePoolEntry(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
-
parse
public RegistryKey<T> parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<T>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Leo;a(Lcom/mojang/brigadier/StringReader;)Ladc;
intermediary method_41218
Lnet/minecraft/class_7079;method_41218(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_5321;
named parse
Lnet/minecraft/command/argument/RegistryKeyArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/registry/RegistryKey;
-
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:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<T>
- Mappings:
Namespace Name Mixin selector official listSuggestions
Leo;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary listSuggestions
Lnet/minecraft/class_7079;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
named listSuggestions
Lnet/minecraft/command/argument/RegistryKeyArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<T>
-