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

27 lines
792 B
Plaintext

CLASS auk net/minecraft/item/ArmorMaterials
FIELD g BASE_DURABILITY [I
FIELD h name Ljava/lang/String;
FIELD i durabilityMultiplier I
FIELD j protectionAmounts [I
FIELD k enchantability I
FIELD l equipSound Lxm;
FIELD m toughness F
FIELD n repairIngredientSupplier Lyt;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;I[IILxm;FLjava/util/function/Supplier;)V
ARG 3 name
ARG 4 durabilityMultiplier
ARG 5 protectionAmounts
ARG 6 enchantability
ARG 7 equipSound
ARG 8 toughness
ARG 9 ingredientSupplier
METHOD a getEnchantability ()I
METHOD a getDurability (Laha;)I
ARG 1 slot
METHOD b getEquipSound ()Lxm;
METHOD b getProtectionAmount (Laha;)I
ARG 1 slot
METHOD c getRepairIngredient ()Layt;
METHOD d getName ()Ljava/lang/String;
METHOD e getToughness ()F