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

25 lines
585 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dau net/minecraft/client/gui/widget/RecipeBookGhostSlots
2019-03-14 15:41:19 -04:00
CLASS dau$a GhostInputSlot
2019-03-14 11:39:51 -04:00
FIELD b ingredient Lbcw;
FIELD c x I
FIELD d y I
2019-03-14 11:39:51 -04:00
METHOD <init> (Ldau;Lbcw;II)V
ARG 3 x
ARG 4 y
METHOD a getX ()I
METHOD b getY ()I
2019-03-14 08:57:09 -04:00
METHOD c getCurrentItemStack ()Lbar;
2019-03-14 11:39:51 -04:00
FIELD a recipe Lbcz;
FIELD b slots Ljava/util/List;
FIELD c time F
METHOD a reset ()V
2019-03-14 11:39:51 -04:00
METHOD a getSlot (I)Ldau$a;
METHOD a addSlot (Lbcw;II)V
ARG 2 x
ARG 3 y
2019-03-14 11:39:51 -04:00
METHOD a setRecipe (Lbcz;)V
METHOD a draw (Lctp;IIZF)V
2019-02-16 15:49:37 -05:00
ARG 5 lastFrameDuration
METHOD b getSlotCount ()I
2019-03-14 11:39:51 -04:00
METHOD c getRecipe ()Lbcz;