Package net.minecraft.item
Enum Class ToolMaterials
- All Implemented Interfaces:
Serializable,Comparable<ToolMaterials>,Constable,ToolMaterial
Provides the default
ToolMaterials used by vanilla tools.- Mappings:
Namespace Name official cuointermediary net/minecraft/class_1834named net/minecraft/item/ToolMaterials
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatprivate final intprivate final intprivate final floatprivate final Supplier<Ingredient> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateToolMaterials(TagKey<Block> inverseTag, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier<Ingredient> repairIngredient) -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the attack damage bonus applied to anyToolItemusing thisToolMaterial.intReturns the total amount of durability aToolItemusing thisToolMaterialhas.intReturns the enchantment value sent back toItem.getEnchantability()for tools using this material.floatReturns the mining speed bonus applied when aToolItemusing this material is breaking an appropriate block.Returns theIngredientused to repair items using thisToolMaterial.static ToolMaterialsReturns the enum constant of this class with the specified name.static ToolMaterials[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.item.ToolMaterial
createComponent
-
Enum Constant Details
-
WOOD
- Mappings:
Namespace Name Mixin selector official aLcuo;a:Lcuo;intermediary field_8922Lnet/minecraft/class_1834;field_8922:Lnet/minecraft/class_1834;named WOODLnet/minecraft/item/ToolMaterials;WOOD:Lnet/minecraft/item/ToolMaterials;
-
STONE
- Mappings:
Namespace Name Mixin selector official bLcuo;b:Lcuo;intermediary field_8927Lnet/minecraft/class_1834;field_8927:Lnet/minecraft/class_1834;named STONELnet/minecraft/item/ToolMaterials;STONE:Lnet/minecraft/item/ToolMaterials;
-
IRON
- Mappings:
Namespace Name Mixin selector official cLcuo;c:Lcuo;intermediary field_8923Lnet/minecraft/class_1834;field_8923:Lnet/minecraft/class_1834;named IRONLnet/minecraft/item/ToolMaterials;IRON:Lnet/minecraft/item/ToolMaterials;
-
DIAMOND
- Mappings:
Namespace Name Mixin selector official dLcuo;d:Lcuo;intermediary field_8930Lnet/minecraft/class_1834;field_8930:Lnet/minecraft/class_1834;named DIAMONDLnet/minecraft/item/ToolMaterials;DIAMOND:Lnet/minecraft/item/ToolMaterials;
-
GOLD
- Mappings:
Namespace Name Mixin selector official eLcuo;e:Lcuo;intermediary field_8929Lnet/minecraft/class_1834;field_8929:Lnet/minecraft/class_1834;named GOLDLnet/minecraft/item/ToolMaterials;GOLD:Lnet/minecraft/item/ToolMaterials;
-
NETHERITE
- Mappings:
Namespace Name Mixin selector official fLcuo;f:Lcuo;intermediary field_22033Lnet/minecraft/class_1834;field_22033:Lnet/minecraft/class_1834;named NETHERITELnet/minecraft/item/ToolMaterials;NETHERITE:Lnet/minecraft/item/ToolMaterials;
-
-
Field Details
-
inverseTag
- Mappings:
Namespace Name Mixin selector official gLcuo;g:Lawg;intermediary field_50006Lnet/minecraft/class_1834;field_50006:Lnet/minecraft/class_6862;named inverseTagLnet/minecraft/item/ToolMaterials;inverseTag:Lnet/minecraft/registry/tag/TagKey;
-
itemDurability
private final int itemDurability- Mappings:
Namespace Name Mixin selector official hLcuo;h:Iintermediary field_8924Lnet/minecraft/class_1834;field_8924:Inamed itemDurabilityLnet/minecraft/item/ToolMaterials;itemDurability:I
-
miningSpeed
private final float miningSpeed- Mappings:
Namespace Name Mixin selector official iLcuo;i:Fintermediary field_8932Lnet/minecraft/class_1834;field_8932:Fnamed miningSpeedLnet/minecraft/item/ToolMaterials;miningSpeed:F
-
attackDamage
private final float attackDamage- Mappings:
Namespace Name Mixin selector official jLcuo;j:Fintermediary field_8931Lnet/minecraft/class_1834;field_8931:Fnamed attackDamageLnet/minecraft/item/ToolMaterials;attackDamage:F
-
enchantability
private final int enchantability- Mappings:
Namespace Name Mixin selector official kLcuo;k:Iintermediary field_8933Lnet/minecraft/class_1834;field_8933:Inamed enchantabilityLnet/minecraft/item/ToolMaterials;enchantability:I
-
repairIngredient
- Mappings:
Namespace Name Mixin selector official lLcuo;l:Ljava/util/function/Supplier;intermediary field_8928Lnet/minecraft/class_1834;field_8928:Ljava/util/function/Supplier;named repairIngredientLnet/minecraft/item/ToolMaterials;repairIngredient:Ljava/util/function/Supplier;
-
-
Constructor Details
-
ToolMaterials
private ToolMaterials(TagKey<Block> inverseTag, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier<Ingredient> repairIngredient) - Mappings:
Namespace Name Mixin selector official <init>Lcuo;<init>(Ljava/lang/String;ILawg;IFFILjava/util/function/Supplier;)Vintermediary <init>Lnet/minecraft/class_1834;<init>(Ljava/lang/String;ILnet/minecraft/class_6862;IFFILjava/util/function/Supplier;)Vnamed <init>Lnet/minecraft/item/ToolMaterials;<init>(Ljava/lang/String;ILnet/minecraft/registry/tag/TagKey;IFFILjava/util/function/Supplier;)V
-
-
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
-
getDurability
public int getDurability()Returns the total amount of durability aToolItemusing thisToolMaterialhas.The value returned here will set the
Item.Settingsmax durability option when passed intoToolItem(net.minecraft.item.ToolMaterial, net.minecraft.item.Item.Settings)if the value was not already specified.- Specified by:
getDurabilityin interfaceToolMaterial- Returns:
- the total amount of durability a
ToolItemusing thisToolMaterialhas - Mappings:
Namespace Name Mixin selector official aLcum;a()Iintermediary method_8025Lnet/minecraft/class_1832;method_8025()Inamed getDurabilityLnet/minecraft/item/ToolMaterial;getDurability()I
-
getMiningSpeedMultiplier
public float getMiningSpeedMultiplier()Returns the mining speed bonus applied when aToolItemusing this material is breaking an appropriate block.1.0fwill result in no speed change.- Specified by:
getMiningSpeedMultiplierin interfaceToolMaterial- Returns:
- the mining speed bonus applied when a
ToolItemusing this material is breaking an appropriate block - Mappings:
Namespace Name Mixin selector official bLcum;b()Fintermediary method_8027Lnet/minecraft/class_1832;method_8027()Fnamed getMiningSpeedMultiplierLnet/minecraft/item/ToolMaterial;getMiningSpeedMultiplier()F
-
getAttackDamage
public float getAttackDamage()Returns the attack damage bonus applied to anyToolItemusing thisToolMaterial.In the case of
MiningToolItemorSwordItem, the value returned here will be added on top of theattackDamagevalue passed into the tool's constructor.- Specified by:
getAttackDamagein interfaceToolMaterial- Returns:
- the attack damage bonus applied to any
ToolItemusing thisToolMaterial - Mappings:
Namespace Name Mixin selector official cLcum;c()Fintermediary method_8028Lnet/minecraft/class_1832;method_8028()Fnamed getAttackDamageLnet/minecraft/item/ToolMaterial;getAttackDamage()F
-
getInverseTag
- Specified by:
getInverseTagin interfaceToolMaterial- Mappings:
Namespace Name Mixin selector official dLcum;d()Lawg;intermediary method_58419Lnet/minecraft/class_1832;method_58419()Lnet/minecraft/class_6862;named getInverseTagLnet/minecraft/item/ToolMaterial;getInverseTag()Lnet/minecraft/registry/tag/TagKey;
-
getEnchantability
public int getEnchantability()Returns the enchantment value sent back toItem.getEnchantability()for tools using this material.By default,
ToolMaterialwill overrideItem.getEnchantability()and delegate the call back to this method.A higher return value will result in better enchantment results when using an
Enchanting Table. The highest enchantability value in vanilla is Netherite, at37.- Specified by:
getEnchantabilityin interfaceToolMaterial- Returns:
- the enchantment value sent back to
Item.getEnchantability()for tools using this material - Mappings:
Namespace Name Mixin selector official eLcum;e()Iintermediary method_8026Lnet/minecraft/class_1832;method_8026()Inamed getEnchantabilityLnet/minecraft/item/ToolMaterial;getEnchantability()I
-
getRepairIngredient
Returns theIngredientused to repair items using thisToolMaterial.By default,
ToolMaterialwill delegateItem.canRepair(ItemStack, ItemStack)back to this method.- Specified by:
getRepairIngredientin interfaceToolMaterial- Returns:
- the
Ingredientused to repair items using thisToolMaterial - Mappings:
Namespace Name Mixin selector official fLcum;f()Lcxa;intermediary method_8023Lnet/minecraft/class_1832;method_8023()Lnet/minecraft/class_1856;named getRepairIngredientLnet/minecraft/item/ToolMaterial;getRepairIngredient()Lnet/minecraft/recipe/Ingredient;
-