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

23 lines
640 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bnl net/minecraft/block/entity/BarrelBlockEntity
2018-11-27 13:50:51 -05:00
FIELD a inventory Lfh;
2018-12-12 12:12:26 -05:00
METHOD R_ getName ()Ljd;
METHOD U_ clearInv ()V
METHOD Z_ getInvSize ()I
METHOD a getInvStack (I)Lawo;
METHOD a takeInvStack (II)Lawo;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a setInvStack (ILawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
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 a setCustomName (Ljd;)V
METHOD b removeInvStack (I)Lawo;
METHOD b toTag (Lhs;)Lhs;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2018-12-13 04:17:42 -05:00
METHOD f getCustomName ()Ljd;
2018-12-05 09:11:37 -05:00
METHOD m getContainerId ()Ljava/lang/String;
2018-12-12 12:22:18 -05:00
METHOD p getInvStackList ()Lfh;