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

23 lines
626 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS aep net/minecraft/inventory/Inventory
2018-11-03 03:44:17 -04:00
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
METHOD V_ getInvWidth ()I
2018-11-15 12:05:03 -05:00
METHOD a getInvStack (I)Lavf;
METHOD a takeInvStack (II)Lavf;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD a setInvStack (ILavf;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD a canPlayerUseInv (Laqa;)Z
METHOD b removeInvStack (I)Lavf;
2018-11-03 03:44:17 -04:00
METHOD b setInvProperty (II)V
2018-11-15 12:05:03 -05:00
METHOD b isValidInvStack (ILavf;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD b onInvOpen (Laqa;)V
2018-11-03 03:44:17 -04:00
METHOD c getInvProperty (I)I
2018-11-15 12:05:03 -05:00
METHOD c onInvClose (Laqa;)V
2018-11-03 03:44:17 -04:00
METHOD f getInvMaxStackAmount ()I
METHOD g markDirty ()V
METHOD h getInvPropertyCount ()I
METHOD m clearInv ()V
METHOD n getInvHeight ()I