yarn/mappings/net/minecraft/container/slot/Slot.mapping

26 lines
643 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/acv net/minecraft/container/slot/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2016-09-20 11:18:54 -04:00
FIELD d inventory Lnone/qv;
2016-08-21 07:11:10 -04:00
FIELD e id I
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/qv;III)V
2016-08-16 18:04:54 -04:00
ARG 0 inventory
2016-08-21 07:11:10 -04:00
ARG 1 invSlot
2016-09-08 17:31:38 -04:00
METHOD a getMaxStackAmount ()I
2016-09-20 11:18:54 -04:00
METHOD a takeStack (I)Lnone/aes;
2016-09-15 06:15:02 -04:00
ARG 0 amount
2016-09-20 11:18:54 -04:00
METHOD a (Lnone/aam;)Z
ARG 0 player
2016-09-20 11:18:54 -04:00
METHOD a canInsert (Lnone/aes;)Z
2016-08-27 10:34:11 -04:00
ARG 0 stack
2016-09-20 11:18:54 -04:00
METHOD a matches (Lnone/qv;I)Z
2016-08-21 07:11:10 -04:00
ARG 0 inventory
ARG 1 invSlot
2016-09-20 11:18:54 -04:00
METHOD b getMaxStackAmount (Lnone/aes;)I
2016-08-27 10:34:11 -04:00
ARG 0 stack
METHOD c getBackgroundSprite ()Ljava/lang/String;
2016-09-20 11:18:54 -04:00
METHOD d getStack ()Lnone/aes;
METHOD d setStack (Lnone/aes;)V
2016-08-16 18:04:54 -04:00
ARG 0 stack
METHOD e hasStack ()Z
2016-08-27 10:34:11 -04:00
METHOD f markDirty ()V