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

41 lines
1.4 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_1735 net/minecraft/screen/slot/Slot
2019-06-28 17:55:20 -04:00
FIELD field_7871 inventory Lnet/minecraft/class_1263;
FIELD field_7872 y I
FIELD field_7873 x I
2019-06-28 17:55:20 -04:00
FIELD field_7874 id I
FIELD field_7875 index I
METHOD <init> (Lnet/minecraft/class_1263;III)V
ARG 1 inventory
ARG 2 index
ARG 3 x
ARG 4 y
2021-03-10 13:34:17 -05:00
METHOD method_7667 onTakeItem (Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
ARG 1 player
ARG 2 stack
2019-06-28 17:55:20 -04:00
METHOD method_7668 markDirty ()V
METHOD method_7669 onCrafted (Lnet/minecraft/class_1799;)V
ARG 1 stack
2019-06-28 17:55:20 -04:00
METHOD method_7670 onStackChanged (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)V
2018-11-04 07:22:38 -05:00
ARG 1 originalItem
ARG 2 newItem
2019-06-28 17:55:20 -04:00
METHOD method_7671 takeStack (I)Lnet/minecraft/class_1799;
2019-02-05 13:06:02 -05:00
ARG 1 amount
2019-06-28 17:55:20 -04:00
METHOD method_7672 onTake (I)V
ARG 1 amount
METHOD method_7673 setStack (Lnet/minecraft/class_1799;)V
ARG 1 stack
2019-06-28 17:55:20 -04:00
METHOD method_7674 canTakeItems (Lnet/minecraft/class_1657;)Z
ARG 1 playerEntity
2020-08-07 14:32:22 -04:00
METHOD method_7675 getMaxItemCount ()I
METHOD method_7676 getMaxItemCount (Lnet/minecraft/class_1799;)I
ARG 1 stack
2019-06-28 17:55:20 -04:00
METHOD method_7677 getStack ()Lnet/minecraft/class_1799;
METHOD method_7678 onCrafted (Lnet/minecraft/class_1799;I)V
ARG 1 stack
ARG 2 amount
2019-11-21 14:13:18 -05:00
METHOD method_7679 getBackgroundSprite ()Lcom/mojang/datafixers/util/Pair;
2019-06-28 17:55:20 -04:00
METHOD method_7680 canInsert (Lnet/minecraft/class_1799;)Z
ARG 1 stack
2019-06-28 17:55:20 -04:00
METHOD method_7681 hasStack ()Z
METHOD method_7682 doDrawHoveringEffect ()Z