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

21 lines
546 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS oj net/minecraft/server/network/packet/UpdateCommandBlockServerPacket
2018-12-14 13:18:38 -05:00
FIELD a pos Let;
FIELD b command Ljava/lang/String;
FIELD c trackOutput Z
FIELD d conditional Z
FIELD e alwaysActive Z
2019-01-16 13:24:40 -05:00
FIELD f type Lbor$a;
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 getBlockPos ()Let;
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 getCommand ()Ljava/lang/String;
METHOD d shouldTrackOutput ()Z
METHOD e isConditional ()Z
METHOD f isAlwaysActive ()Z
2019-01-16 13:24:40 -05:00
METHOD g getType ()Lbor$a;