Package net.minecraft.world.item
Enum Class Tiers
- All Implemented Interfaces:
Serializable
,Comparable<Tiers>
,Constable
,Tier
-
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 LazyLoadedValue<Ingredient>
private final float
private final int
-
Constructor Summary
ModifierConstructorDescriptionprivate
Tiers
(int p_43332_, int p_43333_, float p_43334_, float p_43335_, int p_43336_, Supplier<Ingredient> p_43337_) -
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
-
Tiers
private Tiers(int p_43332_, int p_43333_, float p_43334_, float p_43335_, int p_43336_, Supplier<Ingredient> p_43337_)
-
-
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 interfaceTier
-
getLevel
public int getLevel() -
getEnchantmentValue
public int getEnchantmentValue()- Specified by:
getEnchantmentValue
in interfaceTier
-
getRepairIngredient
- Specified by:
getRepairIngredient
in interfaceTier
-
getTag
-