Class GameProfileArgumentType

java.lang.Object
net.minecraft.command.argument.GameProfileArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>

public class GameProfileArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
Mappings:
Namespace Name
official ea
intermediary net/minecraft/class_2191
named net/minecraft/command/argument/GameProfileArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official b Lea;b:Ljava/util/Collection;
      intermediary field_9868 Lnet/minecraft/class_2191;field_9868:Ljava/util/Collection;
      named EXAMPLES Lnet/minecraft/command/argument/GameProfileArgumentType;EXAMPLES:Ljava/util/Collection;
    • UNKNOWN_PLAYER_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNKNOWN_PLAYER_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lea;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_9869 Lnet/minecraft/class_2191;field_9869:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named UNKNOWN_PLAYER_EXCEPTION Lnet/minecraft/command/argument/GameProfileArgumentType;UNKNOWN_PLAYER_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • GameProfileArgumentType

      public GameProfileArgumentType()
  • Method Details

    • getProfileArgument

      public static Collection<com.mojang.authlib.GameProfile> getProfileArgument(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 Lea;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
      intermediary method_9330 Lnet/minecraft/class_2191;method_9330(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
      named getProfileArgument Lnet/minecraft/command/argument/GameProfileArgumentType;getProfileArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
    • gameProfile

      public static GameProfileArgumentType gameProfile()
      Mappings:
      Namespace Name Mixin selector
      official a Lea;a()Lea;
      intermediary method_9329 Lnet/minecraft/class_2191;method_9329()Lnet/minecraft/class_2191;
      named gameProfile Lnet/minecraft/command/argument/GameProfileArgumentType;gameProfile()Lnet/minecraft/command/argument/GameProfileArgumentType;
    • parse

      public GameProfileArgumentType.GameProfileArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lea;a(Lcom/mojang/brigadier/StringReader;)Lea$a;
      intermediary method_9331 Lnet/minecraft/class_2191;method_9331(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2191$class_2192;
      named parse Lnet/minecraft/command/argument/GameProfileArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/GameProfileArgumentType$GameProfileArgument;
    • 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<GameProfileArgumentType.GameProfileArgument>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Lea;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary listSuggestions Lnet/minecraft/class_2191;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/command/argument/GameProfileArgumentType;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<GameProfileArgumentType.GameProfileArgument>