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

21 lines
521 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS afx net/minecraft/inventory/Inventory
2019-01-30 12:48:39 -05:00
METHOD O_ getInvMaxStackAmount ()I
METHOD R_ getInvSize ()I
2019-02-06 15:22:24 -05:00
METHOD a getInvStack (I)Laxm;
ARG 1 slot
2019-02-06 15:22:24 -05:00
METHOD a takeInvStack (II)Laxm;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-02-06 15:22:24 -05:00
METHOD a setInvStack (ILaxm;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-02-06 15:22:24 -05:00
METHOD a canPlayerUseInv (Lars;)Z
ARG 1 playerEntity
2019-02-06 15:22:24 -05:00
METHOD a_ onInvOpen (Lars;)V
METHOD b removeInvStack (I)Laxm;
ARG 1 slot
2019-02-06 15:22:24 -05:00
METHOD b isValidInvStack (ILaxm;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-02-06 15:22:24 -05:00
METHOD b_ onInvClose (Lars;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V