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

28 lines
647 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS atq 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-16 13:24:40 -05:00
FIELD d container Late;
METHOD <init> (Late;II)V
2018-11-04 07:22:38 -05:00
ARG 1 container
ARG 2 width
ARG 3 height
2019-01-17 18:35:46 -05:00
METHOD U_ clearInv ()V
METHOD V_ getInvSize ()I
2019-01-16 13:24:40 -05:00
METHOD a getInvStack (I)Laxc;
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD a takeInvStack (II)Laxc;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD a setInvStack (ILaxc;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-01-16 13:24:40 -05:00
METHOD a canPlayerUseInv (Larj;)Z
ARG 1 playerEntity
2019-01-16 13:24:40 -05:00
METHOD a provideRecipeInputs (Larl;)V
METHOD b removeInvStack (I)Laxc;
ARG 1 slot
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V
METHOD f getHeight ()I
METHOD g getWidth ()I