Package net.minecraft

Class class_7737<T>

java.lang.Object
net.minecraft.class_7737<T>
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<class_7737.class_7741<T>>

public class class_7737<T> extends Object implements com.mojang.brigadier.arguments.ArgumentType<class_7737.class_7741<T>>
Mappings:
Namespace Name
official eo
intermediary net/minecraft/class_7737
named net/minecraft/class_7737
  • Field Details

    • field_40417

      private static final Collection<String> field_40417
      Mappings:
      Namespace Name Mixin selector
      official a Leo;a:Ljava/util/Collection;
      intermediary field_40417 Lnet/minecraft/class_7737;field_40417:Ljava/util/Collection;
      named field_40417 Lnet/minecraft/class_7737;field_40417:Ljava/util/Collection;
    • field_40418

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType field_40418
      Mappings:
      Namespace Name Mixin selector
      official b Leo;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_40418 Lnet/minecraft/class_7737;field_40418:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      named field_40418 Lnet/minecraft/class_7737;field_40418:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
    • field_40419

      private static final com.mojang.brigadier.exceptions.Dynamic3CommandExceptionType field_40419
      Mappings:
      Namespace Name Mixin selector
      official c Leo;c:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
      intermediary field_40419 Lnet/minecraft/class_7737;field_40419:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
      named field_40419 Lnet/minecraft/class_7737;field_40419:Lcom/mojang/brigadier/exceptions/Dynamic3CommandExceptionType;
    • field_40420

      private final CommandRegistryWrapper<T> field_40420
      Mappings:
      Namespace Name Mixin selector
      official d Leo;d:Lhb;
      intermediary field_40420 Lnet/minecraft/class_7737;field_40420:Lnet/minecraft/class_7225;
      named field_40420 Lnet/minecraft/class_7737;field_40420:Lnet/minecraft/command/CommandRegistryWrapper;
    • field_40421

      final RegistryKey<? extends Registry<T>> field_40421
      Mappings:
      Namespace Name Mixin selector
      official e Leo;e:Labu;
      intermediary field_40421 Lnet/minecraft/class_7737;field_40421:Lnet/minecraft/class_5321;
      named field_40421 Lnet/minecraft/class_7737;field_40421:Lnet/minecraft/util/registry/RegistryKey;
  • Constructor Details

  • Method Details

    • method_45637

      public static <T> class_7737<T> method_45637(CommandRegistryAccess commandRegistryAccess, RegistryKey<? extends Registry<T>> registryKey)
      Mappings:
      Namespace Name Mixin selector
      official a Leo;a(Ldl;Labu;)Leo;
      intermediary method_45637 Lnet/minecraft/class_7737;method_45637(Lnet/minecraft/class_7157;Lnet/minecraft/class_5321;)Lnet/minecraft/class_7737;
      named method_45637 Lnet/minecraft/class_7737;method_45637(Lnet/minecraft/command/CommandRegistryAccess;Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/class_7737;
    • method_45636

      public static <T> class_7737.class_7741<T> method_45636(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, RegistryKey<Registry<T>> registryKey) 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;Labu;)Leo$c;
      intermediary method_45636 Lnet/minecraft/class_7737;method_45636(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_5321;)Lnet/minecraft/class_7737$class_7741;
      named method_45636 Lnet/minecraft/class_7737;method_45636(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/class_7737$class_7741;
    • parse

      public class_7737.class_7741<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 Leo;a(Lcom/mojang/brigadier/StringReader;)Leo$c;
      intermediary method_45635 Lnet/minecraft/class_7737;method_45635(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_7737$class_7741;
      named parse Lnet/minecraft/class_7737;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_7737$class_7741;
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<T>
    • getExamples

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