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

18 lines
512 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bnt net/minecraft/block/entity/ChestBlockEntity
2018-11-27 13:50:51 -05:00
FIELD j inventory Lfh;
2018-12-12 12:12:26 -05:00
METHOD R_ getName ()Ljd;
METHOD Z_ getInvSize ()I
METHOD a getAnimationProgress (F)F
2018-12-12 12:12:26 -05:00
METHOD a createContainer (Lara;Larb;)Lasw;
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
METHOD a setInvStackList (Lfh;)V
ARG 1 list
2018-12-12 12:12:26 -05:00
METHOD a fromTag (Lhs;)V
METHOD b toTag (Lhs;)Lhs;
METHOD b_ onInvOpen (Larb;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2018-12-12 12:12:26 -05:00
METHOD c_ onInvClose (Larb;)V
METHOD e tick ()V
2018-12-05 09:11:37 -05:00
METHOD m getContainerId ()Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD p getInvStackList ()Lfh;