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

13 lines
388 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bny net/minecraft/block/entity/DispenserBlockEntity
2017-04-05 07:31:24 -04:00
FIELD a RANDOM Ljava/util/Random;
2018-12-12 12:12:26 -05:00
FIELD b inventory Lfh;
METHOD R_ getName ()Ljd;
METHOD Z_ getInvSize ()I
METHOD a createContainer (Lara;Larb;)Lasw;
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
2018-12-12 12:12:26 -05:00
METHOD a fromTag (Lhs;)V
METHOD b toTag (Lhs;)Lhs;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
METHOD m getContainerId ()Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD p getInvStackList ()Lfh;