Package net.minecraft.command.argument
Class GameProfileArgumentType
java.lang.Object
net.minecraft.command.argument.GameProfileArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
public class GameProfileArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
- Mappings:
Namespace Name official eh
intermediary net/minecraft/class_2191
named net/minecraft/command/argument/GameProfileArgumentType
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Collection<String>
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GameProfileArgumentType
static Collection<com.mojang.authlib.GameProfile>
getProfileArgument
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) parse
(com.mojang.brigadier.StringReader stringReader)
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official b
Leh;b:Ljava/util/Collection;
intermediary field_9868
Lnet/minecraft/class_2191;field_9868:Ljava/util/Collection;
named EXAMPLES
Lnet/minecraft/command/argument/GameProfileArgumentType;EXAMPLES:Ljava/util/Collection;
-
UNKNOWN_PLAYER_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType UNKNOWN_PLAYER_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Leh;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9869
Lnet/minecraft/class_2191;field_9869:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named UNKNOWN_PLAYER_EXCEPTION
Lnet/minecraft/command/argument/GameProfileArgumentType;UNKNOWN_PLAYER_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
GameProfileArgumentType
public GameProfileArgumentType()
-
-
Method Details
-
getProfileArgument
public static Collection<com.mojang.authlib.GameProfile> getProfileArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Leh;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
intermediary method_9330
Lnet/minecraft/class_2191;method_9330(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
named getProfileArgument
Lnet/minecraft/command/argument/GameProfileArgumentType;getProfileArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
-
gameProfile
- Mappings:
Namespace Name Mixin selector official a
Leh;a()Leh;
intermediary method_9329
Lnet/minecraft/class_2191;method_9329()Lnet/minecraft/class_2191;
named gameProfile
Lnet/minecraft/command/argument/GameProfileArgumentType;gameProfile()Lnet/minecraft/command/argument/GameProfileArgumentType;
-
parse
public GameProfileArgumentType.GameProfileArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Leh;a(Lcom/mojang/brigadier/StringReader;)Leh$a;
intermediary method_9331
Lnet/minecraft/class_2191;method_9331(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2191$class_2192;
named parse
Lnet/minecraft/command/argument/GameProfileArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/GameProfileArgumentType$GameProfileArgument;
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
- Mappings:
Namespace Name Mixin selector official listSuggestions
Leh;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
intermediary listSuggestions
Lnet/minecraft/class_2191;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
named listSuggestions
Lnet/minecraft/command/argument/GameProfileArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<GameProfileArgumentType.GameProfileArgument>
-