Package net.minecraft.commands.arguments
Class GameProfileArgument
java.lang.Object
net.minecraft.commands.arguments.GameProfileArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
public class GameProfileArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GameProfileArgument
static Collection<com.mojang.authlib.GameProfile>
getGameProfiles
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_94591_, String p_94592_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> p_94598_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_94599_) parse
(com.mojang.brigadier.StringReader p_94586_)
-
Field Details
-
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<CommandSourceStack> p_94591_, String p_94592_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
gameProfile
-
parse
public GameProfileArgument.Result parse(com.mojang.brigadier.StringReader p_94586_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_94598_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_94599_) - Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-