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 interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GameProfileArgument
static 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.Result
parse
(com.mojang.brigadier.StringReader pReader, boolean pAllowSelectors) parse
(com.mojang.brigadier.StringReader pReader, S p_353124_)
-
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 p_353124_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in 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:
parse
in 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:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.Result>
-