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

66 lines
1.5 KiB
Plaintext

CLASS btu net/minecraft/block/entity/HopperBlockEntity
FIELD i inventory Lfj;
FIELD j transferCooldown I
FIELD k lastTickTime J
METHOD a transfer (Lagr;Lagr;Lbbu;ILfa;)Lbbu;
ARG 0 from
ARG 1 to
ARG 2 stack
ARG 3 slot
METHOD a transfer (Lagr;Lagr;Lbbu;Lfa;)Lbbu;
ARG 0 from
ARG 1 to
ARG 2 stack
ARG 3 side
METHOD a extract (Lagr;Lati;)Z
ARG 0 inventory
ARG 1 itemEntity
METHOD a canInsert (Lagr;Lbbu;ILfa;)Z
ARG 0 inventory
ARG 1 stack
ARG 2 slot
ARG 3 side
METHOD a getAvailableSlots (Lagr;Lfa;)Ljava/util/stream/IntStream;
ARG 0 inventory
ARG 1 side
METHOD a onEntityCollided (Laid;)V
METHOD a canMergeItems (Lbbu;Lbbu;)Z
ARG 0 first
ARG 1 second
METHOD a getInventoryAt (Lbha;DDD)Lagr;
ARG 0 world
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a getInventoryAt (Lbha;Lev;)Lagr;
METHOD a extract (Lbtt;)Z
ARG 0 hopper
METHOD a extract (Lbtt;Lagr;ILfa;)Z
ARG 0 hopper
ARG 1 inventory
ARG 2 slot
ARG 3 side
METHOD a insertAndExtract (Ljava/util/function/Supplier;)Z
ARG 1 extractMethod
METHOD b canExtract (Lagr;Lbbu;ILfa;)Z
ARG 0 inv
ARG 1 stack
ARG 2 slot
ARG 3 facing
METHOD b isInventoryFull (Lagr;Lfa;)Z
ARG 1 inv
METHOD b getInputInventory (Lbtt;)Lagr;
ARG 0 hopper
METHOD c setCooldown (I)V
ARG 1 cooldown
METHOD c isInventoryEmpty (Lagr;Lfa;)Z
ARG 0 inv
ARG 1 facing
METHOD c getInputItemEntities (Lbtt;)Ljava/util/List;
METHOD r isEmpty ()Z
METHOD s isFull ()Z
METHOD t insert ()Z
METHOD u getOutputInventory ()Lagr;
METHOD v needsCooldown ()Z
METHOD x isDisabled ()Z