net.minecraft.item

public enum BuiltInArmorTiers

implements ArmorTier

azx
net.minecraft.class_1740
net.minecraft.item.BuiltInArmorTiers
net.minecraft.item.ArmorMaterial
net.minecraft.item.ArmorMaterial

Enum constant summary

Enum Constant
a
field_7897
LEATHER
LEATHER
LEATHER
b
field_7887
CHAIN
CHAIN
CHAIN
c
field_7892
IRON
IRON
IRON
d
field_7895
GOLD
GOLD
GOLD
e
field_7889
DIAMOND
DIAMOND
DIAMOND
f
field_7890
TURTLE
TURTLE
TURTLE

Field summary

Modifier and TypeField
private static final int[]
g
field_7891
DURABILITY
field_77882_bY
field_77882_bY
private final String
h
field_7884
name
field_179243_f
field_179243_f
private final int
i
field_7883
durabilityMultiplier
field_78048_f
field_78048_f
private final int[]
j
field_7893
protection
field_78049_g
field_78049_g
private final int
k
field_7896
enchantability
field_78055_h
field_78055_h
private final SoundEvent
l
field_7886
equipSound
field_185020_j
field_185020_j
private final float
m
field_7894
toughness
field_189417_k
field_189417_k
private final LazySupplier<Ingredient>
n
field_7885
repairIngredient
field_200914_m
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(ain arg0)
method_7696(class_1304 arg0)
getDurability(EquipmentSlot arg0)
func_200896_a(EquipmentSlotType arg0)
getDurability(EquipmentSlotType arg0)
public int
b(ain arg0)
method_7697(class_1304 arg0)
getProtection(EquipmentSlot arg0)
func_200902_b(EquipmentSlotType arg0)
getDamageReductionAmount(EquipmentSlotType arg0)
public int
a()
method_7699()
getEnchantability()
func_200900_a()
getEnchantability()
public SoundEvent
b()
method_7698()
getEquipSound()
func_200899_b()
getSoundEvent()
public Ingredient
c()
method_7695()
getRepairIngredient()
func_200898_c()
getRepairMaterial()
public float
e()
method_7700()
getToughness()
func_200901_e()
getToughness()
public String
d()
method_7694()
getName()
func_200897_d()
getName()