yarn/mappings/net/minecraft/inventory/CraftingInventory.mapping

28 lines
647 B
Plaintext

CLASS atr net/minecraft/inventory/CraftingInventory
FIELD a stacks Lfh;
FIELD b width I
FIELD c height I
FIELD d container Latf;
METHOD <init> (Latf;II)V
ARG 1 container
ARG 2 width
ARG 3 height
METHOD T_ clearInv ()V
METHOD U_ getInvSize ()I
METHOD a getInvStack (I)Laxd;
ARG 1 slot
METHOD a takeInvStack (II)Laxd;
ARG 1 slot
METHOD a setInvStack (ILaxd;)V
ARG 1 slot
ARG 2 itemStack
METHOD a canPlayerUseInv (Lark;)Z
ARG 1 playerEntity
METHOD a provideRecipeInputs (Larm;)V
METHOD b removeInvStack (I)Laxd;
ARG 1 slot
METHOD c isInvEmpty ()Z
METHOD e markDirty ()V
METHOD f getHeight ()I
METHOD g getWidth ()I