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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Collection<String> - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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_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:
 parsein 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:
 listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
 - 
getExamples
- Specified by:
 getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
 
 -