net.minecraft.item

public enum BuiltInArmorTiers

implements ArmorTier

ard
net.minecraft.class_3543
net.minecraft.item.BuiltInArmorTiers
net.minecraft.item.ArmorMaterial
net.minecraft.item.ArmorMaterial

Enum constant summary

Enum Constant
a
field_17139
LEATHER
LEATHER
LEATHER
b
field_17140
CHAIN
CHAIN
CHAIN
c
field_17141
IRON
IRON
IRON
d
field_17142
GOLD
GOLD
GOLD
e
field_17143
DIAMOND
DIAMOND
DIAMOND
f
field_17144
TURTLE
TURTLE
TURTLE

Field summary

Modifier and TypeField
private static final int[]
g
field_17145
DURABILITY
field_77882_bY
MAX_DAMAGE_ARRAY
private final String
h
field_17146
name
field_179243_f
name
private final int
i
field_17147
durabilityMultiplier
field_78048_f
maxDamageFactor
private final int[]
j
field_17148
protection
field_78049_g
damageReductionAmountArray
private final int
k
field_17149
enchantability
field_78055_h
enchantability
private final SoundEvent
l
field_17150
equipSound
field_185020_j
soundEvent
private final float
m
field_17151
toughness
field_189417_k
toughness
private final LazySupplier<Ingredient>
n
field_17152
repairIngredient
field_200914_m
repairMaterial

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(aew arg0)
method_15999(class_2968 arg0)
getDurability(EquipmentSlot arg0)
func_200896_a(EntityEquipmentSlot arg0)
getDurability(EntityEquipmentSlot arg0)
public int
b(aew arg0)
method_16001(class_2968 arg0)
getProtection(EquipmentSlot arg0)
func_200902_b(EntityEquipmentSlot arg0)
getDamageReductionAmount(EntityEquipmentSlot arg0)
public int
a()
method_15998()
getEnchantability()
func_200900_a()
getEnchantability()
public SoundEvent
b()
method_16000()
getEquipSound()
func_200899_b()
getSoundEvent()
public Ingredient
c()
method_16002()
getRepairIngredient()
func_200898_c()
getRepairMaterial()
public float
e()
method_16004()
getToughness()
func_200901_e()
getToughness()
public String
d()
method_16003()
getName()
func_200897_d()
getName()