Enum Class ToolMaterials
- All Implemented Interfaces:
Serializable
,Comparable<ToolMaterials>
,Constable
,ToolMaterial
ToolMaterial
s used by vanilla tools.- Mappings:
Namespace Name official coo
intermediary net/minecraft/class_1834
named 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
-
Field Summary
Modifier and TypeFieldDescriptionprivate final float
private final int
private final int
private final int
private final float
private final Lazy<Ingredient>
-
Constructor Summary
ModifierConstructorDescriptionprivate
ToolMaterials
(int miningLevel, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier<Ingredient> repairIngredient) -
Method Summary
Modifier and TypeMethodDescriptionfloat
Returns the attack damage bonus applied to anyToolItem
using thisToolMaterial
.int
Returns the total amount of durability aToolItem
using thisToolMaterial
has.int
Returns the enchantment value sent back toItem.getEnchantability()
for tools using this material.int
Returns the mining level of aToolItem
using thisToolMaterial
.float
Returns the mining speed bonus applied when aToolItem
using this material is breaking an appropriate block.Returns theIngredient
used to repair items using thisToolMaterial
.static ToolMaterials
Returns 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.
-
Enum Constant Details
-
WOOD
- Mappings:
Namespace Name Mixin selector official a
Lcoo;a:Lcoo;
intermediary field_8922
Lnet/minecraft/class_1834;field_8922:Lnet/minecraft/class_1834;
named WOOD
Lnet/minecraft/item/ToolMaterials;WOOD:Lnet/minecraft/item/ToolMaterials;
-
STONE
- Mappings:
Namespace Name Mixin selector official b
Lcoo;b:Lcoo;
intermediary field_8927
Lnet/minecraft/class_1834;field_8927:Lnet/minecraft/class_1834;
named STONE
Lnet/minecraft/item/ToolMaterials;STONE:Lnet/minecraft/item/ToolMaterials;
-
IRON
- Mappings:
Namespace Name Mixin selector official c
Lcoo;c:Lcoo;
intermediary field_8923
Lnet/minecraft/class_1834;field_8923:Lnet/minecraft/class_1834;
named IRON
Lnet/minecraft/item/ToolMaterials;IRON:Lnet/minecraft/item/ToolMaterials;
-
DIAMOND
- Mappings:
Namespace Name Mixin selector official d
Lcoo;d:Lcoo;
intermediary field_8930
Lnet/minecraft/class_1834;field_8930:Lnet/minecraft/class_1834;
named DIAMOND
Lnet/minecraft/item/ToolMaterials;DIAMOND:Lnet/minecraft/item/ToolMaterials;
-
GOLD
- Mappings:
Namespace Name Mixin selector official e
Lcoo;e:Lcoo;
intermediary field_8929
Lnet/minecraft/class_1834;field_8929:Lnet/minecraft/class_1834;
named GOLD
Lnet/minecraft/item/ToolMaterials;GOLD:Lnet/minecraft/item/ToolMaterials;
-
NETHERITE
- Mappings:
Namespace Name Mixin selector official f
Lcoo;f:Lcoo;
intermediary field_22033
Lnet/minecraft/class_1834;field_22033:Lnet/minecraft/class_1834;
named NETHERITE
Lnet/minecraft/item/ToolMaterials;NETHERITE:Lnet/minecraft/item/ToolMaterials;
-
-
Field Details
-
miningLevel
private final int miningLevel- Mappings:
Namespace Name Mixin selector official g
Lcoo;g:I
intermediary field_8925
Lnet/minecraft/class_1834;field_8925:I
named miningLevel
Lnet/minecraft/item/ToolMaterials;miningLevel:I
-
itemDurability
private final int itemDurability- Mappings:
Namespace Name Mixin selector official h
Lcoo;h:I
intermediary field_8924
Lnet/minecraft/class_1834;field_8924:I
named itemDurability
Lnet/minecraft/item/ToolMaterials;itemDurability:I
-
miningSpeed
private final float miningSpeed- Mappings:
Namespace Name Mixin selector official i
Lcoo;i:F
intermediary field_8932
Lnet/minecraft/class_1834;field_8932:F
named miningSpeed
Lnet/minecraft/item/ToolMaterials;miningSpeed:F
-
attackDamage
private final float attackDamage- Mappings:
Namespace Name Mixin selector official j
Lcoo;j:F
intermediary field_8931
Lnet/minecraft/class_1834;field_8931:F
named attackDamage
Lnet/minecraft/item/ToolMaterials;attackDamage:F
-
enchantability
private final int enchantability- Mappings:
Namespace Name Mixin selector official k
Lcoo;k:I
intermediary field_8933
Lnet/minecraft/class_1834;field_8933:I
named enchantability
Lnet/minecraft/item/ToolMaterials;enchantability:I
-
repairIngredient
- Mappings:
Namespace Name Mixin selector official l
Lcoo;l:Lauj;
intermediary field_8928
Lnet/minecraft/class_1834;field_8928:Lnet/minecraft/class_3528;
named repairIngredient
Lnet/minecraft/item/ToolMaterials;repairIngredient:Lnet/minecraft/util/Lazy;
-
-
Constructor Details
-
ToolMaterials
private ToolMaterials(int miningLevel, int itemDurability, float miningSpeed, float attackDamage, int enchantability, Supplier<Ingredient> repairIngredient) - Mappings:
Namespace Name Mixin selector official <init>
Lcoo;<init>(Ljava/lang/String;IIIFFILjava/util/function/Supplier;)V
intermediary <init>
Lnet/minecraft/class_1834;<init>(Ljava/lang/String;IIIFFILjava/util/function/Supplier;)V
named <init>
Lnet/minecraft/item/ToolMaterials;<init>(Ljava/lang/String;IIIFFILjava/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 aToolItem
using thisToolMaterial
has.The value returned here will set the
Item.Settings
max durability option when passed intoToolItem(net.minecraft.item.ToolMaterial, net.minecraft.item.Item.Settings)
if the value was not already specified.- Specified by:
getDurability
in interfaceToolMaterial
- Returns:
- the total amount of durability a
ToolItem
using thisToolMaterial
has - Mappings:
Namespace Name Mixin selector official a
Lcol;a()I
intermediary method_8025
Lnet/minecraft/class_1832;method_8025()I
named getDurability
Lnet/minecraft/item/ToolMaterial;getDurability()I
-
getMiningSpeedMultiplier
public float getMiningSpeedMultiplier()Returns the mining speed bonus applied when aToolItem
using this material is breaking an appropriate block.1.0f
will result in no speed change.Note: for default vanilla tool classes, this bonus is only applied in
MiningToolItem.getMiningSpeedMultiplier(ItemStack, BlockState)
.- Specified by:
getMiningSpeedMultiplier
in interfaceToolMaterial
- Returns:
- the mining speed bonus applied when a
ToolItem
using this material is breaking an appropriate block - Mappings:
Namespace Name Mixin selector official b
Lcol;b()F
intermediary method_8027
Lnet/minecraft/class_1832;method_8027()F
named getMiningSpeedMultiplier
Lnet/minecraft/item/ToolMaterial;getMiningSpeedMultiplier()F
-
getAttackDamage
public float getAttackDamage()Returns the attack damage bonus applied to anyToolItem
using thisToolMaterial
.In the case of
MiningToolItem
orSwordItem
, the value returned here will be added on top of theattackDamage
value passed into the tool's constructor.- Specified by:
getAttackDamage
in interfaceToolMaterial
- Returns:
- the attack damage bonus applied to any
ToolItem
using thisToolMaterial
- Mappings:
Namespace Name Mixin selector official c
Lcol;c()F
intermediary method_8028
Lnet/minecraft/class_1832;method_8028()F
named getAttackDamage
Lnet/minecraft/item/ToolMaterial;getAttackDamage()F
-
getMiningLevel
public int getMiningLevel()Returns the mining level of aToolItem
using thisToolMaterial
. To prevent this tool from successfully harvesting any mining level gated blocks, returnMiningLevels.HAND
.For more information on mining levels, visit
MiningLevels
.- Specified by:
getMiningLevel
in interfaceToolMaterial
- Returns:
- the mining level of a
ToolItem
using thisToolMaterial
- Mappings:
Namespace Name Mixin selector official d
Lcol;d()I
intermediary method_8024
Lnet/minecraft/class_1832;method_8024()I
named getMiningLevel
Lnet/minecraft/item/ToolMaterial;getMiningLevel()I
-
getEnchantability
public int getEnchantability()Returns the enchantment value sent back toItem.getEnchantability()
for tools using this material.By default,
ToolMaterial
will 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:
getEnchantability
in interfaceToolMaterial
- Returns:
- the enchantment value sent back to
Item.getEnchantability()
for tools using this material - Mappings:
Namespace Name Mixin selector official e
Lcol;e()I
intermediary method_8026
Lnet/minecraft/class_1832;method_8026()I
named getEnchantability
Lnet/minecraft/item/ToolMaterial;getEnchantability()I
-
getRepairIngredient
Returns theIngredient
used to repair items using thisToolMaterial
.By default,
ToolMaterial
will delegateItem.canRepair(ItemStack, ItemStack)
back to this method.- Specified by:
getRepairIngredient
in interfaceToolMaterial
- Returns:
- the
Ingredient
used to repair items using thisToolMaterial
- Mappings:
Namespace Name Mixin selector official f
Lcol;f()Lcpz;
intermediary method_8023
Lnet/minecraft/class_1832;method_8023()Lnet/minecraft/class_1856;
named getRepairIngredient
Lnet/minecraft/item/ToolMaterial;getRepairIngredient()Lnet/minecraft/recipe/Ingredient;
-