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

18 lines
517 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS bmt net/minecraft/block/entity/ChestBlockEntity
2018-11-27 13:50:51 -05:00
FIELD j inventory Lfh;
2018-12-05 09:11:37 -05:00
METHOD V_ getInvSize ()I
METHOD a getAnimationProgress (F)F
2018-12-05 09:11:37 -05:00
METHOD a createContainer (Laqk;Laql;)Lasd;
ARG 0 playerInv
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
2018-12-05 09:11:37 -05:00
METHOD a toTag (Lhq;)Lhq;
METHOD aa_ tick ()V
METHOD b onInvOpen (Laql;)V
METHOD b fromTag (Lhq;)V
METHOD c isInvEmpty ()Z
METHOD c onInvClose (Laql;)V
METHOD d getName ()Ljb;
METHOD g getInvMaxStackAmount ()I
METHOD m getContainerId ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD q getInvStackList ()Lfh;