net.minecraft.item

public enum BuiltInTiers

implements Tier

aug
net.minecraft.unmapped.C_74597326
net.minecraft.item.BuiltInTiers
net.minecraft.item.ItemTier

Enum constant summary

Enum Constant
a
f_23697920
WOOD
WOOD
b
f_49342641
STONE
STONE
c
f_27271813
IRON
IRON
d
f_91970529
DIAMOND
DIAMOND
e
f_08202771
GOLD
GOLD

Field summary

Modifier and TypeField
private final int
f
f_66959990
level
field_78001_f
private final int
g
f_27159234
durability
field_78002_g
private final float
h
f_81379382
miningSpeed
field_78010_h
private final float
i
f_92633520
attackDamage
field_78011_i
private final int
j
f_98882747
enchantability
field_78008_j
private final LazySupplier<Ingredient>
k
f_41984131
repairIngredient
field_200940_k

Constructor summary

ModifierConstructor
private (int arg0, int arg1, float level, float durability, int miningSpeed, Supplier<Ingredient> attackDamage)

Method summary

Modifier and TypeMethod
public int
a()
m_99460282()
getDurability()
func_200926_a()
public float
b()
m_77342003()
getMiningSpeed()
func_200928_b()
public float
c()
m_45371002()
getAttackDamage()
func_200929_c()
public int
d()
m_73635374()
getLevel()
func_200925_d()
public int
e()
m_04986821()
getEnchantability()
func_200927_e()
public Ingredient
f()
m_67100115()
getRepairIngredient()
func_200924_f()