yarn/mappings/net/minecraft/client/network/ClientCommandSource.mapping

12 lines
436 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dhp net/minecraft/client/network/ClientCommandSource
FIELD a networkHandler Ldho;
FIELD b client Lcvo;
FIELD c completionId I
FIELD d pendingCompletion Ljava/util/concurrent/CompletableFuture;
2019-06-19 13:48:53 -04:00
METHOD <init> (Ldho;Lcvo;)V
ARG 1 client
METHOD a formatDouble (D)Ljava/lang/String;
METHOD a formatInt (I)Ljava/lang/String;
2019-04-16 10:13:47 -04:00
METHOD a onCommandSuggestions (ILcom/mojang/brigadier/suggestion/Suggestions;)V
ARG 1 completionId