yarn/mappings/net/minecraft/container/DoubleLockableContainer.map...

25 lines
628 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS afr net/minecraft/container/DoubleLockableContainer
FIELD a first Lafs;
FIELD b second Lafs;
METHOD R_ getInvMaxStackAmount ()I
METHOD T_ clearInv ()V
METHOD U_ getInvSize ()I
METHOD a getInvStack (I)Laxd;
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a takeInvStack (II)Laxd;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a setInvStack (ILaxd;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-01-09 12:20:38 -05:00
METHOD a isPart (Lafs;)Z
METHOD a canPlayerUseInv (Lark;)Z
ARG 1 playerEntity
2019-01-09 12:20:38 -05:00
METHOD b removeInvStack (I)Laxd;
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD b isValidInvStack (ILaxd;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD b_ onInvOpen (Lark;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD c_ onInvClose (Lark;)V
METHOD e markDirty ()V