Class GameProfileArgument

    • Field Detail

      • EXAMPLES

        private static final java.util.Collection<java.lang.String> EXAMPLES
      • ERROR_UNKNOWN_PLAYER

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

      • GameProfileArgument

        public GameProfileArgument()
    • Method Detail

      • getGameProfiles

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

        public <S> java.util.concurrent.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 java.util.Collection<java.lang.String> getExamples()
        Specified by:
        getExamples in interface com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>