yarn/mappings/net/minecraft/item/Equipment.mapping

14 lines
705 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_5151 net/minecraft/item/Equipment
COMMENT Represents a type of item that is wearable in an armor equipment slot, or a shield.
2023-02-01 11:00:11 -05:00
COMMENT
COMMENT <p>This type of item can be targeted by the {@code minecraft:binding_curse} enchantment.
2024-01-31 12:12:25 -05:00
METHOD method_31570 getEquipSound ()Lnet/minecraft/class_6880;
METHOD method_48576 equipAndSwap (Lnet/minecraft/class_1792;Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1271;
ARG 1 item
ARG 2 world
ARG 3 user
ARG 4 hand
METHOD method_48957 fromStack (Lnet/minecraft/class_1799;)Lnet/minecraft/class_5151;
ARG 0 stack
2023-02-08 11:10:32 -05:00
METHOD method_7685 getSlotType ()Lnet/minecraft/class_1304;