yarn/mappings/net/minecraft/command/arguments/GameProfileArgumentType.map...

10 lines
567 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cn net/minecraft/command/arguments/GameProfileArgumentType
2019-06-19 15:24:08 -04:00
CLASS a GameProfileArgument
FIELD a UNKNOWN_PLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2018-11-27 16:13:52 -05:00
FIELD b EXAMPLES Ljava/util/Collection;
2019-03-20 13:56:26 -04:00
METHOD a create ()Lcn;
METHOD a getProfileArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
2019-03-14 08:57:09 -04:00
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder