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

44 lines
1006 B
Plaintext
Raw Normal View History

CLASS aqx net/minecraft/inventory/InventoryCrafting
FIELD a stacks Lfe;
2016-08-16 18:04:54 -04:00
FIELD b width I
FIELD c height I
FIELD d container Laqq;
METHOD <init> (Laqq;II)V
ARG 0 container
ARG 1 width
ARG 2 height
METHOD O_ getNameAsComponent ()Liw;
METHOD P_ hasCustomName ()Z
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
2018-10-26 14:57:13 -04:00
METHOD V_ getInvWidth ()I
METHOD a getInvStack (I)Lauc;
2017-05-13 02:02:51 -04:00
ARG 0 slot
METHOD a takeInvStack (II)Lauc;
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 amount
METHOD a setInvStack (ILauc;)V
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 stack
METHOD a canPlayerUseInv (Lapb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD b removeInvStack (I)Lauc;
ARG 0 slot
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 value
METHOD b isValidInvStack (ILauc;)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 stack
METHOD b onInvOpen (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-04-05 14:11:28 -04:00
METHOD c getInvProperty (I)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
METHOD c onInvClose (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD f getInvMaxStackAmount ()I
METHOD g markDirty ()V
2017-04-05 14:11:28 -04:00
METHOD h getInvPropertyCount ()I
METHOD m clearInv ()V
2018-10-26 14:57:13 -04:00
METHOD n getInvHeight ()I