Package net.minecraft.item
Enum Class ItemTier
- All Implemented Interfaces:
Serializable
,Comparable<ItemTier>
,Constable
,IItemTier
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final float
private final int
private final int
private final LazyValue<Ingredient>
private final float
private final int
-
Constructor Summary
ModifierConstructorDescriptionprivate
ItemTier
(int p_i48458_3_, int p_i48458_4_, float p_i48458_5_, float p_i48458_6_, int p_i48458_7_, Supplier<Ingredient> p_i48458_8_) -
Method Summary
-
Enum Constant Details
-
WOOD
-
STONE
-
IRON
-
DIAMOND
-
GOLD
-
NETHERITE
-
-
Field Details
-
level
private final int level -
uses
private final int uses -
speed
private final float speed -
damage
private final float damage -
enchantmentValue
private final int enchantmentValue -
repairIngredient
-
-
Constructor Details
-
ItemTier
private ItemTier(int p_i48458_3_, int p_i48458_4_, float p_i48458_5_, float p_i48458_6_, int p_i48458_7_, Supplier<Ingredient> p_i48458_8_)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getUses
public int getUses() -
getSpeed
public float getSpeed() -
getAttackDamageBonus
public float getAttackDamageBonus()- Specified by:
getAttackDamageBonus
in interfaceIItemTier
-
getLevel
public int getLevel() -
getEnchantmentValue
public int getEnchantmentValue()- Specified by:
getEnchantmentValue
in interfaceIItemTier
-
getRepairIngredient
- Specified by:
getRepairIngredient
in interfaceIItemTier
-