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

25 lines
585 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS daw net/minecraft/client/gui/widget/RecipeBookGhostSlots
CLASS daw$a GhostInputSlot
FIELD b ingredient Lbde;
FIELD c x I
FIELD d y I
2019-03-20 13:56:26 -04:00
METHOD <init> (Ldaw;Lbde;II)V
ARG 3 x
ARG 4 y
METHOD a getX ()I
METHOD b getY ()I
2019-03-20 13:56:26 -04:00
METHOD c getCurrentItemStack ()Lbaz;
FIELD a recipe Lbdh;
FIELD b slots Ljava/util/List;
FIELD c time F
METHOD a reset ()V
2019-03-20 13:56:26 -04:00
METHOD a getSlot (I)Ldaw$a;
METHOD a addSlot (Lbde;II)V
ARG 2 x
ARG 3 y
2019-03-20 13:56:26 -04:00
METHOD a setRecipe (Lbdh;)V
METHOD a draw (Lcua;IIZF)V
2019-02-16 15:49:37 -05:00
ARG 5 lastFrameDuration
METHOD b getSlotCount ()I
2019-03-20 13:56:26 -04:00
METHOD c getRecipe ()Lbdh;