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

13 lines
366 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS bor 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;
2019-01-09 12:20:38 -05:00
METHOD U_ getInvSize ()I
METHOD a createContainer (ILarj;)Latf;
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;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD f getInvStackList ()Lfh;
2019-01-09 12:59:07 -05:00
METHOD g getName ()Ljd;