yarn/mappings/net/minecraft/server/network/packet/RequestCommandCompletionsSe...

16 lines
447 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS nj net/minecraft/server/network/packet/RequestCommandCompletionsServerPacket
2018-12-14 13:18:38 -05:00
FIELD a completionId I
FIELD b partialCommand Ljava/lang/String;
METHOD <init> (ILjava/lang/String;)V
ARG 1 completionId
ARG 2 partialCommand
2019-01-16 13:24:40 -05:00
METHOD a read (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD a apply (Liu;)V
2018-12-14 13:18:38 -05:00
ARG 1 listener
2019-01-16 13:24:40 -05:00
METHOD a apply (Lnd;)V
2018-12-14 13:18:38 -05:00
METHOD b getCompletionId ()I
2019-01-16 13:24:40 -05:00
METHOD b write (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
METHOD c getPartialCommand ()Ljava/lang/String;