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

21 lines
521 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS aga net/minecraft/inventory/Inventory
2019-02-20 15:49:23 -05:00
METHOD M_ getInvMaxStackAmount ()I
METHOD P_ getInvSize ()I
2019-02-21 13:19:18 -05:00
METHOD a getInvStack (I)Laxx;
ARG 1 slot
2019-02-21 13:19:18 -05:00
METHOD a takeInvStack (II)Laxx;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-02-21 13:19:18 -05:00
METHOD a setInvStack (ILaxx;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-02-21 13:19:18 -05:00
METHOD a canPlayerUseInv (Larz;)Z
ARG 1 playerEntity
2019-02-21 13:19:18 -05:00
METHOD a_ onInvOpen (Larz;)V
METHOD b removeInvStack (I)Laxx;
ARG 1 slot
2019-02-21 13:19:18 -05:00
METHOD b isValidInvStack (ILaxx;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-02-21 13:19:18 -05:00
METHOD b_ onInvClose (Larz;)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