yarn/mappings/net/minecraft/block/entity/BlockEntityBrewingStand.map...

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS atv net/minecraft/block/entity/BlockEntityBrewingStand
2016-08-14 09:33:52 -04:00
FIELD a SLOTS_UP [I
FIELD f SLOTS_DOWN [I
FIELD g SLOTS_SIDE [I
2017-04-05 07:31:24 -04:00
FIELD h inventory Lem;
2016-08-28 10:10:46 -04:00
FIELD i brewTime I
2016-08-15 13:20:34 -04:00
FIELD l name Ljava/lang/String;
2016-08-28 10:10:46 -04:00
FIELD m fuel I
2017-04-05 14:11:28 -04:00
METHOD G_ update ()V
METHOD a getInvStack (I)Lahf;
METHOD a takeInvStack (II)Lahf;
METHOD a setInvStack (ILahf;)V
METHOD a canInsertInvStack (ILahf;Lee;)Z
METHOD a createContainer (Lact;Lacu;)Laeh;
METHOD a canPlayerUseInv (Lacu;)Z
METHOD a getInvAvailableSlots (Lee;)[I
METHOD a deserialize (Lfc;)V
METHOD a setName (Ljava/lang/String;)V
METHOD a registerTagUpgraders (Lqv;)V
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
METHOD b isValidInvStack (ILahf;)Z
METHOD b canExtractInvStack (ILahf;Lee;)Z
METHOD b onInvOpen (Lacu;)V
METHOD b serialize (Lfc;)Lfc;
METHOD c getInvProperty (I)I
METHOD c onInvClose (Lacu;)V
METHOD c_ removeInvStack (I)Lahf;
METHOD h getInvPropertyCount ()I
METHOD h_ getName ()Ljava/lang/String;
METHOD l getContainerId ()Ljava/lang/String;
METHOD m clearInv ()V
METHOD n_ hasCustomName ()Z
METHOD o canCraft ()Z
METHOD p craft ()V
2017-04-05 14:11:28 -04:00
METHOD w_ getInvSize ()I
METHOD x_ isInvEmpty ()Z
METHOD z_ getInvMaxStackAmount ()I