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

21 lines
520 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS atr net/minecraft/inventory/CraftingInventory
2018-11-27 13:50:51 -05:00
FIELD a stacks Lfh;
2016-08-16 18:04:54 -04:00
FIELD b width I
FIELD c height I
2019-01-09 12:20:38 -05:00
FIELD d container Latf;
METHOD <init> (Latf;II)V
2018-11-04 07:22:38 -05:00
ARG 1 container
ARG 2 width
2019-01-09 12:20:38 -05:00
METHOD T_ clearInv ()V
METHOD U_ getInvSize ()I
METHOD a getInvStack (I)Laxd;
METHOD a takeInvStack (II)Laxd;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a setInvStack (ILaxd;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a canPlayerUseInv (Lark;)Z
METHOD a provideRecipeInputs (Larm;)V
METHOD b removeInvStack (I)Laxd;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V