yarn/mappings/net/minecraft/server/network/packet/CraftRequestServerPacket.ma...

11 lines
265 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS ny net/minecraft/server/network/packet/CraftRequestServerPacket
FIELD a syncId I
2019-01-24 11:47:45 -05:00
FIELD b recipe Lqd;
2018-12-14 13:18:38 -05:00
FIELD c craftAll Z
2019-02-06 15:22:24 -05:00
METHOD <init> (ILazw;Z)V
ARG 1 syncId
ARG 2 recipe
METHOD b getSyncId ()I
2019-01-24 11:47:45 -05:00
METHOD c getRecipe ()Lqd;
2018-12-14 13:18:38 -05:00
METHOD d shouldCraftAll ()Z