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

22 lines
602 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS aex net/minecraft/inventory/Inventory
METHOD V_ getInvSize ()I
METHOD W_ getInvWidth ()I
METHOD a getInvStack (I)Lavu;
METHOD a takeInvStack (II)Lavu;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-05 09:11:37 -05:00
METHOD a setInvStack (ILavu;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-05 09:11:37 -05:00
METHOD a canPlayerUseInv (Laql;)Z
METHOD b removeInvStack (I)Lavu;
2018-11-03 03:44:17 -04:00
METHOD b setInvProperty (II)V
2018-12-05 09:11:37 -05:00
METHOD b isValidInvStack (ILavu;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-05 09:11:37 -05:00
METHOD b onInvOpen (Laql;)V
METHOD c isInvEmpty ()Z
2018-11-03 03:44:17 -04:00
METHOD c getInvProperty (I)I
2018-12-05 09:11:37 -05:00
METHOD c onInvClose (Laql;)V
METHOD g getInvMaxStackAmount ()I
METHOD h markDirty ()V
METHOD i getInvPropertyCount ()I
2018-11-03 03:44:17 -04:00
METHOD n getInvHeight ()I