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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Collection<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic GameProfileArgumentstatic 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_PLAYERpublic static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_UNKNOWN_PLAYER
 
- 
- 
Constructor Details- 
GameProfileArgumentpublic GameProfileArgument()
 
- 
- 
Method Details- 
getGameProfilespublic 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
- 
parsepublic GameProfileArgument.Result parse(com.mojang.brigadier.StringReader p_94586_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
listSuggestionspublic <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:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
 
 
-