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

66 lines
1.5 KiB
Plaintext

CLASS bpw net/minecraft/block/entity/HopperBlockEntity
FIELD i inventory Lff;
FIELD j transferCooldown I
FIELD k lastTickTime J
METHOD C isDisabled ()Z
METHOD a transfer (Laga;Laga;Laxx;ILex;)Laxx;
ARG 0 from
ARG 1 to
ARG 2 stack
ARG 3 slot
METHOD a transfer (Laga;Laga;Laxx;Lex;)Laxx;
ARG 0 from
ARG 1 to
ARG 2 stack
ARG 3 side
METHOD a extract (Laga;Laps;)Z
ARG 0 inventory
ARG 1 itemEntity
METHOD a canInsert (Laga;Laxx;ILex;)Z
ARG 0 inventory
ARG 1 stack
ARG 2 slot
ARG 3 side
METHOD a getAvailableSlots (Laga;Lex;)Ljava/util/stream/IntStream;
ARG 0 inventory
ARG 1 side
METHOD a onEntityCollided (Lahm;)V
METHOD a canMergeItems (Laxx;Laxx;)Z
ARG 0 first
ARG 1 second
METHOD a getInventoryAt (Lbdf;DDD)Laga;
ARG 0 world
ARG 1 x
ARG 3 y
ARG 5 z
METHOD a getInventoryAt (Lbdf;Les;)Laga;
METHOD a extract (Lbpv;)Z
ARG 0 hopper
METHOD a extract (Lbpv;Laga;ILex;)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 (Laga;Laxx;ILex;)Z
ARG 0 inv
ARG 1 stack
ARG 2 slot
ARG 3 facing
METHOD b isInventoryFull (Laga;Lex;)Z
ARG 1 inv
METHOD b getInputInventory (Lbpv;)Laga;
ARG 0 hopper
METHOD c setCooldown (I)V
ARG 1 cooldown
METHOD c isInventoryEmpty (Laga;Lex;)Z
ARG 0 inv
ARG 1 facing
METHOD c getInputItemEntities (Lbpv;)Ljava/util/List;
METHOD t isEmpty ()Z
METHOD u isFull ()Z
METHOD v insert ()Z
METHOD x getOutputInventory ()Laga;
METHOD y needsCooldown ()Z