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

14 lines
407 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS op net/minecraft/server/network/packet/UpdateCommandBlockC2SPacket
2019-02-13 12:35:08 -05:00
FIELD a pos Les;
2018-12-14 13:18:38 -05:00
FIELD b command Ljava/lang/String;
FIELD c trackOutput Z
FIELD d conditional Z
FIELD e alwaysActive Z
2019-02-21 13:19:18 -05:00
FIELD f type Lbpm$a;
2019-02-13 12:35:08 -05:00
METHOD b getBlockPos ()Les;
2018-12-14 13:18:38 -05:00
METHOD c getCommand ()Ljava/lang/String;
METHOD d shouldTrackOutput ()Z
METHOD e isConditional ()Z
METHOD f isAlwaysActive ()Z
2019-02-21 13:19:18 -05:00
METHOD g getType ()Lbpm$a;