Uses of Interface
net.minecraft.item.ToolMaterial
-
Uses of ToolMaterial in net.minecraft.item
ModifierConstructorDescriptionprotected
AxeItem
(ToolMaterial material, float attackDamage, float attackSpeed, Item.Settings settings) protected
HoeItem
(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings) protected
MiningToolItem
(float attackDamage, float attackSpeed, ToolMaterial material, TagKey<Block> effectiveBlocks, Item.Settings settings) protected
PickaxeItem
(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings) ShovelItem
(ToolMaterial material, float attackDamage, float attackSpeed, Item.Settings settings) SwordItem
(ToolMaterial toolMaterial, int attackDamage, float attackSpeed, Item.Settings settings) ToolItem
(ToolMaterial material, Item.Settings settings)