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

21 lines
521 B
Plaintext

CLASS aft net/minecraft/inventory/Inventory
METHOD O_ getInvMaxStackAmount ()I
METHOD R_ getInvSize ()I
METHOD a getInvStack (I)Laxi;
ARG 1 slot
METHOD a takeInvStack (II)Laxi;
ARG 1 slot
METHOD a setInvStack (ILaxi;)V
ARG 1 slot
ARG 2 itemStack
METHOD a canPlayerUseInv (Laro;)Z
ARG 1 playerEntity
METHOD a_ onInvOpen (Laro;)V
METHOD b removeInvStack (I)Laxi;
ARG 1 slot
METHOD b isValidInvStack (ILaxi;)Z
ARG 1 slot
METHOD b_ onInvClose (Laro;)V
METHOD c isInvEmpty ()Z
METHOD e markDirty ()V