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

23 lines
626 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS aer net/minecraft/inventory/Inventory
METHOD T_ isInvEmpty ()Z
METHOD X_ getInvSize ()I
METHOD Y_ getInvWidth ()I
METHOD a getInvStack (I)Lavn;
METHOD a takeInvStack (II)Lavn;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-21 11:58:05 -05:00
METHOD a setInvStack (ILavn;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-21 11:58:05 -05:00
METHOD a canPlayerUseInv (Laqf;)Z
METHOD b removeInvStack (I)Lavn;
2018-11-03 03:44:17 -04:00
METHOD b setInvProperty (II)V
2018-11-21 11:58:05 -05:00
METHOD b isValidInvStack (ILavn;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-21 11:58:05 -05:00
METHOD b onInvOpen (Laqf;)V
2018-11-03 03:44:17 -04:00
METHOD c getInvProperty (I)I
2018-11-21 11:58:05 -05:00
METHOD c onInvClose (Laqf;)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