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

24 lines
594 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/acu net/minecraft/container/slot/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2016-09-12 06:08:56 -04:00
FIELD d inventory Lnone/qu;
2016-08-21 07:11:10 -04:00
FIELD e id I
2016-09-12 06:08:56 -04:00
METHOD <init> (Lnone/qu;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-12 06:08:56 -04:00
METHOD a (Lnone/aal;)Z
ARG 0 player
2016-09-12 06:08:56 -04:00
METHOD a canInsert (Lnone/aer;)Z
2016-08-27 10:34:11 -04:00
ARG 0 stack
2016-09-12 06:08:56 -04:00
METHOD a matches (Lnone/qu;I)Z
2016-08-21 07:11:10 -04:00
ARG 0 inventory
ARG 1 invSlot
2016-09-12 06:08:56 -04:00
METHOD b getMaxStackAmount (Lnone/aer;)I
2016-08-27 10:34:11 -04:00
ARG 0 stack
METHOD c getBackgroundSprite ()Ljava/lang/String;
2016-09-12 06:08:56 -04:00
METHOD d getStack ()Lnone/aer;
METHOD d setStack (Lnone/aer;)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