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

22 lines
541 B
Plaintext
Raw Normal View History

2016-08-27 10:34:11 -04:00
CLASS none/act net/minecraft/container/slot/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2016-08-16 18:04:54 -04:00
FIELD d inventory Lnone/qt;
2016-08-21 07:11:10 -04:00
FIELD e id I
2016-08-16 18:04:54 -04:00
METHOD <init> (Lnone/qt;III)V
ARG 0 inventory
2016-08-21 07:11:10 -04:00
ARG 1 invSlot
2016-08-27 10:34:11 -04:00
METHOD a getMaxStackSize ()I
METHOD a (Lnone/aeq;)Z
ARG 0 stack
2016-08-21 07:11:10 -04:00
METHOD a matches (Lnone/qt;I)Z
ARG 0 inventory
ARG 1 invSlot
2016-08-27 10:34:11 -04:00
METHOD b getMaxStackSize (Lnone/aeq;)I
ARG 0 stack
METHOD c getBackgroundSprite ()Ljava/lang/String;
2016-08-16 18:04:54 -04:00
METHOD d getStack ()Lnone/aeq;
METHOD d setStack (Lnone/aeq;)V
ARG 0 stack
METHOD e hasStack ()Z
2016-08-27 10:34:11 -04:00
METHOD f markDirty ()V