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

14 lines
407 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS pa net/minecraft/server/network/packet/UpdateCommandBlockC2SPacket
2019-03-20 13:56:26 -04:00
FIELD a pos Lev;
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-06-19 13:48:53 -04:00
FIELD f type Lbtw$a;
2019-03-20 13:56:26 -04:00
METHOD b getBlockPos ()Lev;
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-06-19 13:48:53 -04:00
METHOD g getType ()Lbtw$a;