Package net.minecraft

Class class_4164

java.lang.Object
net.minecraft.class_4164
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<class_4164.class_4165>

public class class_4164 extends Object implements com.mojang.brigadier.arguments.ArgumentType<class_4164.class_4165>
Mappings:
Namespace Name
official cl
intermediary net/minecraft/class_4164
named net/minecraft/class_4164
  • Field Details

    • field_20383

      private static final Collection<String> field_20383
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a:Ljava/util/Collection;
      intermediary field_20383 Lnet/minecraft/class_4164;field_20383:Ljava/util/Collection;
      named field_20383 Lnet/minecraft/class_4164;field_20383:Ljava/util/Collection;
    • field_20384

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_20384
      Mappings:
      Namespace Name Mixin selector
      official b Lcl;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_20384 Lnet/minecraft/class_4164;field_20384:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named field_20384 Lnet/minecraft/class_4164;field_20384:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • field_20385

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_20385
      Mappings:
      Namespace Name Mixin selector
      official c Lcl;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_20385 Lnet/minecraft/class_4164;field_20385:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named field_20385 Lnet/minecraft/class_4164;field_20385:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • class_4164

      public class_4164()
  • Method Details

    • method_18683

      public static class_4164 method_18683()
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a()Lcl;
      intermediary method_18683 Lnet/minecraft/class_4164;method_18683()Lnet/minecraft/class_4164;
      named method_18683 Lnet/minecraft/class_4164;method_18683()Lnet/minecraft/class_4164;
    • method_18687

      public static class_4164.class_4165 method_18687(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcl$a;
      intermediary method_18687 Lnet/minecraft/class_4164;method_18687(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_4164$class_4165;
      named method_18687 Lnet/minecraft/class_4164;method_18687(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_4164$class_4165;
    • parse

      public class_4164.class_4165 parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<class_4164.class_4165>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Lcom/mojang/brigadier/StringReader;)Lcl$a;
      intermediary method_18686 Lnet/minecraft/class_4164;method_18686(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_4164$class_4165;
      named parse Lnet/minecraft/class_4164;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_4164$class_4165;
    • 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<class_4164.class_4165>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Lcl;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary listSuggestions Lnet/minecraft/class_4164;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/class_4164;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<class_4164.class_4165>
      Mappings:
      Namespace Name Mixin selector
      official getExamples Lcl;getExamples()Ljava/util/Collection;
      intermediary getExamples Lnet/minecraft/class_4164;getExamples()Ljava/util/Collection;
      named getExamples Lnet/minecraft/class_4164;getExamples()Ljava/util/Collection;
    • method_18688

      private static class_4164.class_4165 method_18688(String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Ljava/lang/String;)Lcl$a;
      intermediary method_18688 Lnet/minecraft/class_4164;method_18688(Ljava/lang/String;)Lnet/minecraft/class_4164$class_4165;
      named method_18688 Lnet/minecraft/class_4164;method_18688(Ljava/lang/String;)Lnet/minecraft/class_4164$class_4165;
    • method_18690

      private static class_4164.class_4166 method_18690(String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lcl;b(Ljava/lang/String;)Lcl$b;
      intermediary method_18690 Lnet/minecraft/class_4164;method_18690(Ljava/lang/String;)Lnet/minecraft/class_4164$class_4166;
      named method_18690 Lnet/minecraft/class_4164;method_18690(Ljava/lang/String;)Lnet/minecraft/class_4164$class_4166;