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> pContext, String pName) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) parse(com.mojang.brigadier.StringReader pReader) private static GameProfileArgument.Resultparse(com.mojang.brigadier.StringReader pReader, boolean pAllowSelectors) parse(com.mojang.brigadier.StringReader pReader, S pSuggestionProvider)
-
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> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
gameProfile
-
parse
public <S> GameProfileArgument.Result parse(com.mojang.brigadier.StringReader pReader, S pSuggestionProvider) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public GameProfileArgument.Result parse(com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
private static GameProfileArgument.Result parse(com.mojang.brigadier.StringReader pReader, boolean pAllowSelectors) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) - Specified by:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-