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

21 lines
521 B
Plaintext

CLASS aga net/minecraft/inventory/Inventory
METHOD M_ getInvMaxStackAmount ()I
METHOD P_ getInvSize ()I
METHOD a getInvStack (I)Laxx;
ARG 1 slot
METHOD a takeInvStack (II)Laxx;
ARG 1 slot
METHOD a setInvStack (ILaxx;)V
ARG 1 slot
ARG 2 itemStack
METHOD a canPlayerUseInv (Larz;)Z
ARG 1 playerEntity
METHOD a_ onInvOpen (Larz;)V
METHOD b removeInvStack (I)Laxx;
ARG 1 slot
METHOD b isValidInvStack (ILaxx;)Z
ARG 1 slot
METHOD b_ onInvClose (Larz;)V
METHOD c isInvEmpty ()Z
METHOD e markDirty ()V