yarn/mappings/net/minecraft/client/network/packet/UnlockRecipesClientPacket.m...

25 lines
720 B
Plaintext
Raw Normal View History

2018-12-14 13:18:38 -05:00
CLASS lt net/minecraft/client/network/packet/UnlockRecipesClientPacket
CLASS lt$a Action
FIELD a action Llt$a;
FIELD b recipeIdsToChange Ljava/util/List;
FIELD c recipeIdsToInit Ljava/util/List;
FIELD d guiOpen Z
FIELD e filteringCraftable Z
FIELD f furnaceGuiOpen Z
FIELD g furnaceFilteringCraftable Z
2018-12-12 12:12:26 -05:00
METHOD a read (Lit;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
ARG 2 count
2018-12-12 12:12:26 -05:00
METHOD a apply (Liw;)V
2018-12-14 13:18:38 -05:00
ARG 1 listener
2018-12-12 12:12:26 -05:00
METHOD a apply (Lju;)V
2018-12-14 13:18:38 -05:00
METHOD b getRecipeIdsToChange ()Ljava/util/List;
2018-12-12 12:12:26 -05:00
METHOD b write (Lit;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
METHOD c getRecipeIdsToInit ()Ljava/util/List;
METHOD d isGuiOpen ()Z
METHOD e isFilteringCraftable ()Z
METHOD f isFurnaceGuiOpen ()Z
METHOD g isFurnaceFilteringCraftable ()Z
METHOD h getAction ()Llt$a;