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

25 lines
638 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS dav net/minecraft/client/gui/widget/RecipeBookGhostSlots
CLASS dav$a net/minecraft/client/gui/widget/RecipeBookGhostSlots$GhostInputSlot
FIELD b ingredient Lbcx;
FIELD c x I
FIELD d y I
2019-03-14 08:57:09 -04:00
METHOD <init> (Ldav;Lbcx;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;
FIELD a recipe Lbda;
FIELD b slots Ljava/util/List;
FIELD c time F
METHOD a reset ()V
2019-03-14 08:57:09 -04:00
METHOD a getSlot (I)Ldav$a;
METHOD a addSlot (Lbcx;II)V
ARG 2 x
ARG 3 y
2019-03-14 08:57:09 -04:00
METHOD a setRecipe (Lbda;)V
METHOD a draw (Lctq;IIZF)V
2019-02-16 15:49:37 -05:00
ARG 5 lastFrameDuration
METHOD b getSlotCount ()I
2019-03-14 08:57:09 -04:00
METHOD c getRecipe ()Lbda;