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

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS auh net/minecraft/block/entity/BlockEntityHopper
FIELD a inventory Lem;
FIELD f transferCooldown I
2017-04-05 14:11:28 -04:00
METHOD E getHopperX ()D
METHOD F getHopperY ()D
METHOD G getHopperZ ()D
METHOD G_ update ()V
2017-04-05 07:31:24 -04:00
METHOD I getOutputInv ()Lsq;
METHOD J isCooldown ()Z
2017-04-05 14:11:28 -04:00
METHOD a takeInvStack (II)Lahf;
METHOD a setInvStack (ILahf;)V
METHOD a createContainer (Lact;Lacu;)Laeh;
2017-04-05 07:31:24 -04:00
METHOD a canMergeItems (Lahf;Lahf;)Z
METHOD a getInputEntityItems (Lali;DDD)Ljava/util/List;
METHOD a tryExtract (Laug;)Z
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
METHOD a canInsert (Lsq;Lahf;ILee;)Z
METHOD a isInventoryFull (Lsq;Lee;)Z
METHOD b getInventory (Lali;DDD)Lsq;
METHOD b getInputInventory (Laug;)Lsq;
2017-04-05 14:11:28 -04:00
METHOD b serialize (Lfc;)Lfc;
2017-04-05 07:31:24 -04:00
METHOD b canExtract (Lsq;Lahf;ILee;)Z
METHOD b isInventoryEmpty (Lsq;Lee;)Z
METHOD d setCooldown (I)V
2017-04-05 14:11:28 -04:00
METHOD h_ getName ()Ljava/lang/String;
METHOD l getContainerId ()Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD o updateLogic ()Z
2017-04-05 07:31:24 -04:00
METHOD p isEmpty ()Z
METHOD q getInvStackList ()Lem;
2017-04-05 07:31:24 -04:00
METHOD r isFull ()Z
METHOD s tryInsert ()Z
2017-04-05 14:11:28 -04:00
METHOD w_ getInvSize ()I
METHOD x_ isInvEmpty ()Z
METHOD z_ getInvMaxStackAmount ()I