net.minecraft.world.item.equipment

public record ArmorMaterial

dje
net.minecraft.world.item.equipment.ArmorMaterial
net.minecraft.class_1741

Field summary

Modifier and TypeField
private final int
a
durability
comp_3166
private final Map<ArmorType, Integer>
b
defense
comp_2298
private final int
c
enchantmentValue
comp_3167
private final Holder<SoundEvent>
d
equipSound
comp_2300
private final float
e
toughness
comp_2303
private final float
f
knockbackResistance
comp_2304
private final TagKey<Item>
g
repairIngredient
comp_2301
private final ResourceKey<EquipmentAsset>
h
assetId
comp_3168

Constructor summary

ModifierConstructor
public (int arg0, Map<ArmorType, Integer> arg1, int arg2, Holder<SoundEvent> arg3, float arg4, float arg5, TagKey<Item> arg6, ResourceKey<EquipmentAsset> arg7)

Method summary

Modifier and TypeMethod
public ItemAttributeModifiers
a(djg arg0)
createAttributes(ArmorType arg0)
method_63993(class_8051 arg0)
public int
a()
durability()
comp_3166()
public Map<ArmorType, Integer>
b()
defense()
comp_2298()
public int
c()
enchantmentValue()
comp_3167()
public Holder<SoundEvent>
d()
equipSound()
comp_2300()
public float
e()
toughness()
comp_2303()
public float
f()
knockbackResistance()
comp_2304()
public TagKey<Item>
g()
repairIngredient()
comp_2301()
public ResourceKey<EquipmentAsset>
h()
assetId()
comp_3168()