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

27 lines
792 B
Plaintext

CLASS ava 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 Lxt;
FIELD m toughness F
FIELD n repairIngredientSupplier Lza;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;I[IILxt;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 (Lahi;)I
ARG 1 slot
METHOD b getEquipSound ()Lxt;
METHOD b getProtectionAmount (Lahi;)I
ARG 1 slot
METHOD c getRepairIngredient ()Lazj;
METHOD d getName ()Ljava/lang/String;
METHOD e getToughness ()F