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

29 lines
673 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS agz net/minecraft/inventory/Inventory
2019-06-03 12:48:18 -04:00
METHOD J_ getInvMaxStackAmount ()I
METHOD M_ getInvSize ()I
2019-06-07 07:45:25 -04:00
METHOD a getInvStack (I)Lbce;
ARG 1 slot
2019-06-07 07:45:25 -04:00
METHOD a takeInvStack (II)Lbce;
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 amount
2019-06-07 07:45:25 -04:00
METHOD a setInvStack (ILbce;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2019-06-07 07:45:25 -04:00
METHOD a canPlayerUseInv (Lawb;)Z
ARG 1 player
METHOD a countInInv (Lbbz;)I
ARG 1 item
METHOD a containsAnyInInv (Ljava/util/Set;)Z
ARG 1 items
2019-06-07 07:45:25 -04:00
METHOD a_ onInvOpen (Lawb;)V
ARG 1 player
2019-06-07 07:45:25 -04:00
METHOD b removeInvStack (I)Lbce;
ARG 1 slot
2019-06-07 07:45:25 -04:00
METHOD b isValidInvStack (ILbce;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 stack
2019-06-07 07:45:25 -04:00
METHOD b_ onInvClose (Lawb;)V
ARG 1 player
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V