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

53 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-11-27 13:42:03 -05:00
CLASS bmy net/minecraft/block/entity/HopperBlockEntity
2018-11-07 11:37:58 -05:00
FIELD e inventory Lfg;
2017-04-05 07:31:24 -04:00
FIELD f transferCooldown I
METHOD E isCooldown ()Z
METHOD G getHopperX ()D
METHOD H getHopperY ()D
METHOD I getHopperZ ()D
2018-11-21 11:58:05 -05:00
METHOD R_ getName ()Liz;
METHOD T_ isInvEmpty ()Z
METHOD X_ getInvSize ()I
METHOD a takeInvStack (II)Lavn;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-21 11:58:05 -05:00
METHOD a setInvStack (ILavn;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-21 11:58:05 -05:00
METHOD a canInsert (Laer;Lavn;ILex;)Z
2017-05-13 02:02:51 -04:00
ARG 0 inv
ARG 1 stack
ARG 2 slot
ARG 3 facing
2018-11-21 11:58:05 -05:00
METHOD a isInventoryFull (Laer;Lex;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-11-21 11:58:05 -05:00
METHOD a createContainer (Laqe;Laqf;)Larx;
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
2018-11-21 11:58:05 -05:00
METHOD a canMergeItems (Lavn;Lavn;)Z
ARG 0 first
ARG 1 second
2018-11-21 11:58:05 -05:00
METHOD a getInventory (Lbam;DDD)Laer;
2017-05-13 02:02:51 -04:00
ARG 0 world
ARG 1 x
2018-11-04 07:22:38 -05:00
ARG 3 y
2018-11-21 11:58:05 -05:00
METHOD a tryExtract (Lbmx;)Z
2017-05-13 02:02:51 -04:00
ARG 0 hopper
2018-11-07 11:37:58 -05:00
METHOD a serialize (Lho;)Lho;
2018-11-21 11:58:05 -05:00
METHOD ac_ tick ()V
METHOD b canExtract (Laer;Lavn;ILex;)Z
2017-05-13 02:02:51 -04:00
ARG 0 inv
ARG 1 stack
ARG 2 slot
ARG 3 facing
2018-11-21 11:58:05 -05:00
METHOD b isInventoryEmpty (Laer;Lex;)Z
2017-05-13 02:02:51 -04:00
ARG 0 inv
ARG 1 facing
2018-11-21 11:58:05 -05:00
METHOD b getInputInventory (Lbmx;)Laer;
ARG 0 hopper
2018-11-07 11:37:58 -05:00
METHOD b deserialize (Lho;)V
METHOD d setCooldown (I)V
METHOD f getInvMaxStackAmount ()I
2017-04-05 14:11:28 -04:00
METHOD l getContainerId ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD p isEmpty ()Z
2018-11-07 11:37:58 -05:00
METHOD q getInvStackList ()Lfg;
2017-04-05 07:31:24 -04:00
METHOD r isFull ()Z
METHOD s tryInsert ()Z