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

14 lines
410 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS ok 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-02-06 15:22:24 -05:00
FIELD f type Lbpb$a;
2018-12-14 13:18:38 -05:00
METHOD b getBlockPos ()Let;
METHOD c getCommand ()Ljava/lang/String;
METHOD d shouldTrackOutput ()Z
METHOD e isConditional ()Z
METHOD f isAlwaysActive ()Z
2019-02-06 15:22:24 -05:00
METHOD g getType ()Lbpb$a;