Package net.minecraft

Class class_9351

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

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

    • field_49767

      private static final Collection<String> field_49767
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a:Ljava/util/Collection;
      intermediary field_49767 Lnet/minecraft/class_9351;field_49767:Ljava/util/Collection;
      named field_49767 Lnet/minecraft/class_9351;field_49767:Ljava/util/Collection;
    • field_49768

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_49768
      Mappings:
      Namespace Name Mixin selector
      official b Lfd;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_49768 Lnet/minecraft/class_9351;field_49768:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named field_49768 Lnet/minecraft/class_9351;field_49768:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
  • Constructor Details

    • class_9351

      public class_9351()
  • Method Details

    • method_58130

      public static class_9351 method_58130()
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a()Lfd;
      intermediary method_58130 Lnet/minecraft/class_9351;method_58130()Lnet/minecraft/class_9351;
      named method_58130 Lnet/minecraft/class_9351;method_58130()Lnet/minecraft/class_9351;
    • method_58133

      public static class_9348 method_58133(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcot;
      intermediary method_58133 Lnet/minecraft/class_9351;method_58133(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_9348;
      named method_58133 Lnet/minecraft/class_9351;method_58133(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_9348;
    • parse

      public class_9348 parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<class_9348>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lfd;a(Lcom/mojang/brigadier/StringReader;)Lcot;
      intermediary method_58132 Lnet/minecraft/class_9351;method_58132(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_9348;
      named parse Lnet/minecraft/class_9351;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_9348;
    • 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_9348>
    • getExamples

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