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

16 lines
726 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS dca net/minecraft/client/network/ClientCommandSource
FIELD a networkHandler Ldbz;
FIELD b client Lcpz;
FIELD c completionId I
FIELD d pendingCompletion Ljava/util/concurrent/CompletableFuture;
2019-01-09 12:20:38 -05:00
METHOD <init> (Ldbz;Lcpz;)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;
METHOD o getRecipeIds ()Ljava/util/Collection;