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 ek
intermediary net/minecraft/class_7079
named net/minecraft/command/argument/RegistryKeyArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official a Lek;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 Lek;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 Lek;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 Lek;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

      final RegistryKey<? extends Registry<T>> registryRef
      Mappings:
      Namespace Name Mixin selector
      official e Lek;e:Lace;
      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

      public RegistryKeyArgumentType(RegistryKey<? extends Registry<T>> registryRef)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lek;<init>(Lace;)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 Lek;a(Lace;)Lek;
      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 Lek;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lace;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lace;
      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 Lek;a(Lcom/mojang/brigadier/context/CommandContext;Lace;)Lhm;
      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 Lek;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lace;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lgz$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 Lek;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lgz$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 Lek;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lgz$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 Lek;c(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lgz$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 interface com.mojang.brigadier.arguments.ArgumentType<T>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lek;a(Lcom/mojang/brigadier/StringReader;)Lace;
      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 interface com.mojang.brigadier.arguments.ArgumentType<T>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Lek;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

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