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

24 lines
725 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS atw net/minecraft/block/entity/BlockEntityChest
FIELD f neighborNorth Latw;
FIELD g neighborEast Latw;
FIELD h neighborWest Latw;
FIELD i neighborSouth Latw;
FIELD p inventory Lem;
FIELD r type Lanw$a;
2017-04-05 14:11:28 -04:00
METHOD B resetBlock ()V
METHOD G_ update ()V
METHOD a createContainer (Lact;Lacu;)Laeh;
2017-04-05 07:31:24 -04:00
METHOD a getNeighbor (Lee;)Latw;
2017-04-05 14:11:28 -04:00
METHOD a deserialize (Lfc;)V
2017-04-05 07:31:24 -04:00
METHOD a registerTagUpgraders (Lqv;)V
2017-04-05 14:11:28 -04:00
METHOD b onInvOpen (Lacu;)V
METHOD b serialize (Lfc;)Lfc;
METHOD c onInvClose (Lacu;)V
METHOD h_ getName ()Ljava/lang/String;
METHOD l getContainerId ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD p getType ()Lanw$a;
2017-04-05 14:11:28 -04:00
METHOD w_ getInvSize ()I
METHOD x_ isInvEmpty ()Z
METHOD z invalidate ()V
METHOD z_ getInvMaxStackAmount ()I