This commit is contained in:
YanisBft 2023-09-01 06:28:29 +02:00
parent a7ca18dfd6
commit 1096ea9b59
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ CLASS net/minecraft/class_1741 net/minecraft/item/ArmorMaterial
COMMENT
COMMENT <p>
COMMENT The value returned here will set the {@link Item.Settings} max durability option when passed
COMMENT into {@link ArmorItem#ArmorItem(net.minecraft.item.ArmorMaterial, EquipmentSlot, Item.Settings)}
COMMENT into {@link ArmorItem#ArmorItem(net.minecraft.item.ArmorMaterial, ArmorItem.Type, Item.Settings)}
COMMENT if the value was not already specified.
COMMENT
COMMENT @return the total durability an {@link ArmorItem} with this {@link ArmorMaterial} has
ARG 1 type
COMMENT the {@link EquipmentSlot} containing the {@link Item} with this {@link ArmorMaterial}
COMMENT the {@link ArmorItem.Type} of the {@link Item} with this {@link ArmorMaterial}
METHOD method_48403 getProtection (Lnet/minecraft/class_1738$class_8051;)I
COMMENT Returns the amount of armor protection points offered by an {@link ArmorItem}
COMMENT using this {@link ArmorMaterial} while it is worn by a player.
@ -30,7 +30,7 @@ CLASS net/minecraft/class_1741 net/minecraft/item/ArmorMaterial
COMMENT
COMMENT @return the amount of armor protection points offered by an {@link ArmorItem} with this {@link ArmorMaterial}
ARG 1 type
COMMENT the {@link EquipmentSlot} containing the {@link Item} with this {@link ArmorMaterial}
COMMENT the {@link ArmorItem.Type} of the {@link Item} with this {@link ArmorMaterial}
METHOD method_7694 getName ()Ljava/lang/String;
COMMENT Returns the {@code name} of this {@link ArmorMaterial}, which is used for locating armor texture files.
COMMENT