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

16 lines
729 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS dch net/minecraft/client/network/ClientCommandSource
FIELD a networkHandler Ldcg;
FIELD b client Lcqe;
FIELD c completionId I
FIELD d pendingCompletion Ljava/util/concurrent/CompletableFuture;
2019-01-16 13:24:40 -05:00
METHOD <init> (Ldcg;Lcqe;)V
ARG 1 client
METHOD a formatDouble (D)Ljava/lang/String;
METHOD a formatInt (I)Ljava/lang/String;
METHOD a getCompletions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
METHOD c hasPermissionLevel (I)Z
METHOD l getPlayerNames ()Ljava/util/Collection;
2018-11-06 11:02:00 -05:00
METHOD m getTeamNames ()Ljava/util/Collection;
METHOD n getSoundIds ()Ljava/util/Collection;
2019-01-16 13:24:40 -05:00
METHOD o getRecipeIds ()Ljava/util/stream/Stream;