yarn/mappings/net/minecraft/client/network/packet/CommandTreeS2CPacket.mapping

26 lines
983 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS kw net/minecraft/client/network/packet/CommandTreeS2CPacket
2019-06-19 15:24:08 -04:00
CLASS a CommandNodeData
2019-04-16 10:13:47 -04:00
FIELD a argumentBuilder Lcom/mojang/brigadier/builder/ArgumentBuilder;
FIELD b flags B
FIELD c redirectNodeIndex I
FIELD d childNodeIndices [I
FIELD e node Lcom/mojang/brigadier/tree/CommandNode;
METHOD <init> (Lcom/mojang/brigadier/builder/ArgumentBuilder;BI[I)V
ARG 1 argumentBuilder
ARG 2 flags
ARG 3 redirectNodeIndex
ARG 4 childNodeIndices
2019-06-07 07:45:25 -04:00
METHOD a build ([Lkw$a;)Z
2019-04-16 10:13:47 -04:00
ARG 1 previousNodes
FIELD a commandTree Lcom/mojang/brigadier/tree/RootCommandNode;
METHOD <init> (Lcom/mojang/brigadier/tree/RootCommandNode;)V
ARG 1 commandTree
2019-06-07 07:45:25 -04:00
METHOD a readArgumentBuilder (Ljd;B)Lcom/mojang/brigadier/builder/ArgumentBuilder;
2019-04-16 10:13:47 -04:00
ARG 1 buf
2019-06-07 07:45:25 -04:00
METHOD a writeNode (Ljd;Lcom/mojang/brigadier/tree/CommandNode;Ljava/util/Map;)V
2019-04-16 10:13:47 -04:00
ARG 1 buf
ARG 2 node
METHOD b getCommandTree ()Lcom/mojang/brigadier/tree/RootCommandNode;
2019-06-07 07:45:25 -04:00
METHOD c readCommandNode (Ljd;)Lkw$a;
2019-04-16 10:13:47 -04:00
ARG 1 buf