net.minecraft.item

public enum BuiltInArmorTiers

implements ArmorTier

aqz
net.minecraft.unmapped.C_40495590
net.minecraft.item.BuiltInArmorTiers
net.minecraft.item.ArmorMaterial

Enum constant summary

Enum Constant
a
f_06228876
LEATHER
LEATHER
b
f_53761550
CHAIN
CHAIN
c
f_82512133
IRON
IRON
d
f_55142482
GOLD
GOLD
e
f_07920347
DIAMOND
DIAMOND
f
f_97441591
TURTLE
TURTLE

Field summary

Modifier and TypeField
private static final int[]
g
f_67934318
DURABILITY
field_77882_bY
private final String
h
f_97424752
name
field_179243_f
private final int
i
f_52491094
durabilityMultiplier
field_78048_f
private final int[]
j
f_20582190
protection
field_78049_g
private final int
k
f_60446496
enchantability
field_78055_h
private final SoundEvent
l
f_03026622
equipSound
field_185020_j
private final float
m
f_00307310
toughness
field_189417_k
private final LazySupplier<Ingredient>
n
f_98013989
repairIngredient
field_200914_m

Constructor summary

ModifierConstructor
private (String arg0, int arg1, int[] name, int durabilityMultiplier, SoundEvent protection, float enchantability, Supplier<Ingredient> equipSound)

Method summary

Modifier and TypeMethod
public int
a(aet arg0)
m_62103573(C_76008501 arg0)
getDurability(EquipmentSlot arg0)
func_200896_a(EntityEquipmentSlot arg0)
public int
b(aet arg0)
m_59803305(C_76008501 arg0)
getProtection(EquipmentSlot arg0)
func_200902_b(EntityEquipmentSlot arg0)
public int
a()
m_57168088()
getEnchantability()
func_200900_a()
public SoundEvent
b()
m_65291263()
getEquipSound()
func_200899_b()
public Ingredient
c()
m_57797600()
getRepairIngredient()
func_200898_c()
public float
e()
m_36836095()
getToughness()
func_200901_e()
public String
d()
m_24322822()
getName()
func_200897_d()