yarn/mappings/net/minecraft/command/arguments/ColumnPosArgumentType.mapping

11 lines
537 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS dk net/minecraft/command/arguments/ColumnPosArgumentType
FIELD a INCOMPLETE_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 ()Ldk;
2019-06-07 07:45:25 -04:00
METHOD a getColumnPos (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Luy;
2019-04-11 01:58:54 -04:00
ARG 0 context
ARG 1 name
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder