Package net.minecraft.command.arguments
Class GameProfileArgument
- java.lang.Object
-
- net.minecraft.command.arguments.GameProfileArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
public class GameProfileArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GameProfileArgument.IProfileProvider
static class
GameProfileArgument.ProfileProvider
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_UNKNOWN_PLAYER
private static java.util.Collection<java.lang.String>
EXAMPLES
-
Constructor Summary
Constructors Constructor Description GameProfileArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GameProfileArgument
gameProfile()
java.util.Collection<java.lang.String>
getExamples()
static java.util.Collection<com.mojang.authlib.GameProfile>
getGameProfiles(com.mojang.brigadier.context.CommandContext<CommandSource> p_197109_0_, java.lang.String p_197109_1_)
<S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
GameProfileArgument.IProfileProvider
parse(com.mojang.brigadier.StringReader p_parse_1_)
-
-
-
Method Detail
-
getGameProfiles
public static java.util.Collection<com.mojang.authlib.GameProfile> getGameProfiles(com.mojang.brigadier.context.CommandContext<CommandSource> p_197109_0_, java.lang.String p_197109_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
gameProfile
public static GameProfileArgument gameProfile()
-
parse
public GameProfileArgument.IProfileProvider parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
- Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgument.IProfileProvider>
-
-