yarn/mappings/net/minecraft/server/network/packet/RecipeClickServerPacket.map...

13 lines
310 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS nx net/minecraft/server/network/packet/RecipeClickServerPacket
FIELD a syncId I
2018-12-12 12:12:26 -05:00
FIELD b recipe Lqc;
2018-12-12 12:22:18 -05:00
METHOD <init> (ILayw;Z)V
ARG 1 syncId
ARG 2 recipe
2018-12-12 12:12:26 -05:00
METHOD a read (Lit;)V
METHOD a apply (Liw;)V
METHOD a apply (Lnd;)V
METHOD b getSyncId ()I
2018-12-12 12:12:26 -05:00
METHOD b write (Lit;)V
METHOD c getRecipe ()Lqc;