yarn/mappings/net/minecraft/client/gui/widget/RecipeBookGhostSlots.mapping

24 lines
559 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS cxi net/minecraft/client/gui/widget/RecipeBookGhostSlots
CLASS cxi$a GhostInputSlot
FIELD b ingredient Lbaa;
FIELD c x I
FIELD d y I
2019-02-13 12:35:08 -05:00
METHOD <init> (Lcxi;Lbaa;II)V
ARG 3 x
ARG 4 y
METHOD a getX ()I
METHOD b getY ()I
2019-02-13 12:35:08 -05:00
METHOD c getCurrentItemStack ()Laxt;
FIELD a recipe Lbad;
FIELD b slots Ljava/util/List;
FIELD c time F
METHOD a reset ()V
2019-02-13 12:35:08 -05:00
METHOD a getSlot (I)Lcxi$a;
METHOD a addSlot (Lbaa;II)V
ARG 2 x
ARG 3 y
2019-02-13 12:35:08 -05:00
METHOD a setRecipe (Lbad;)V
METHOD a draw (Lcqn;IIZF)V
METHOD b getSlotCount ()I
2019-02-13 12:35:08 -05:00
METHOD c getRecipe ()Lbad;