Class GameProfileArgument

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

public class GameProfileArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_UNKNOWN_PLAYER

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_UNKNOWN_PLAYER
  • Constructor Details

    • GameProfileArgument

      public GameProfileArgument()
  • Method Details

    • getGameProfiles

      public static Collection<com.mojang.authlib.GameProfile> getGameProfiles(com.mojang.brigadier.context.CommandContext<CommandSource> p_197109_0_, String p_197109_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • gameProfile

      public static GameProfileArgument gameProfile()
    • parse

      public GameProfileArgument.IProfileProvider parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
    • getExamples

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