Package net.minecraft

Class class_7066<T>

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

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

    • field_37223

      private static final Collection<String> field_37223
      Mappings:
      Namespace Name Mixin selector
      official a Lek;a:Ljava/util/Collection;
      intermediary field_37223 Lnet/minecraft/class_7066;field_37223:Ljava/util/Collection;
      named field_37223 Lnet/minecraft/class_7066;field_37223:Ljava/util/Collection;
    • field_37224

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_37224
      Mappings:
      Namespace Name Mixin selector
      official b Lek;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_37224 Lnet/minecraft/class_7066;field_37224:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named field_37224 Lnet/minecraft/class_7066;field_37224:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
    • field_37225

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_37225
      Mappings:
      Namespace Name Mixin selector
      official c Lek;c:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_37225 Lnet/minecraft/class_7066;field_37225:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named field_37225 Lnet/minecraft/class_7066;field_37225:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
    • field_37226

      final RegistryKey<? extends Registry<T>> field_37226
      Mappings:
      Namespace Name Mixin selector
      official d Lek;d:Lyr;
      intermediary field_37226 Lnet/minecraft/class_7066;field_37226:Lnet/minecraft/class_5321;
      named field_37226 Lnet/minecraft/class_7066;field_37226:Lnet/minecraft/util/registry/RegistryKey;
  • Constructor Details

  • Method Details

    • method_41170

      public static <T> class_7066<T> method_41170(RegistryKey<? extends Registry<T>> registryKey)
      Mappings:
      Namespace Name Mixin selector
      official a Lek;a(Lyr;)Lek;
      intermediary method_41170 Lnet/minecraft/class_7066;method_41170(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7066;
      named method_41170 Lnet/minecraft/class_7066;method_41170(Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/class_7066;
    • method_41166

      private static <T> class_7066.class_7068<T> method_41166(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, RegistryKey<Registry<T>> registryKey, com.mojang.brigadier.exceptions.DynamicCommandExceptionType dynamicCommandExceptionType) 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;Lyr;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lek$b;
      intermediary method_41166 Lnet/minecraft/class_7066;method_41166(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_5321;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/class_7066$class_7068;
      named method_41166 Lnet/minecraft/class_7066;method_41166(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/util/registry/RegistryKey;Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;)Lnet/minecraft/class_7066$class_7068;
    • method_41165

      public static class_7066.class_7068<Biome> method_41165(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) 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;)Lek$b;
      intermediary method_41165 Lnet/minecraft/class_7066;method_41165(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_7066$class_7068;
      named method_41165 Lnet/minecraft/class_7066;method_41165(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_7066$class_7068;
    • method_41171

      public static class_7066.class_7068<ConfiguredStructureFeature<?,?>> method_41171(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) 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;)Lek$b;
      intermediary method_41171 Lnet/minecraft/class_7066;method_41171(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_7066$class_7068;
      named method_41171 Lnet/minecraft/class_7066;method_41171(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_7066$class_7068;
    • parse

      public class_7066.class_7068<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;)Lek$b;
      intermediary method_41164 Lnet/minecraft/class_7066;method_41164(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_7066$class_7068;
      named parse Lnet/minecraft/class_7066;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_7066$class_7068;
    • 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>