yarn/mappings/net/minecraft/block/entity/BlockEntityChest.mapping

23 lines
592 B
Plaintext
Raw Normal View History

CLASS bki net/minecraft/block/entity/BlockEntityChest
FIELD j inventory Lfe;
METHOD <init> (Lbkg;)V
ARG 0 factory
METHOD O_ getNameAsComponent ()Liw;
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
2018-10-31 09:03:33 -04:00
METHOD Z_ tick ()V
METHOD a createContainer (Lapa;Lapb;)Laqq;
2017-05-13 02:02:51 -04:00
ARG 0 playerInv
ARG 1 player
METHOD a serialize (Lhl;)Lhl;
2017-05-13 02:02:51 -04:00
ARG 0 tag
METHOD b onInvOpen (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD b deserialize (Lhl;)V
2017-05-13 02:02:51 -04:00
ARG 0 tag
METHOD c onInvClose (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD f getInvMaxStackAmount ()I
2017-04-05 14:11:28 -04:00
METHOD l getContainerId ()Ljava/lang/String;
METHOD q getInvStackList ()Lfe;