Uses of Interface
net.minecraft.item.ToolMaterial
Packages that use ToolMaterial
-
Uses of ToolMaterial in net.minecraft.item
Classes in net.minecraft.item that implement ToolMaterialFields in net.minecraft.item declared as ToolMaterialMethods in net.minecraft.item that return ToolMaterialMethods in net.minecraft.item with parameters of type ToolMaterialModifier and TypeMethodDescriptionstatic class_9285MiningToolItem.method_57346(ToolMaterial toolMaterial, float float2, float float3) static class_9285SwordItem.method_57394(ToolMaterial toolMaterial, int int2, float float2) Constructors in net.minecraft.item with parameters of type ToolMaterialModifierConstructorDescriptionAxeItem(ToolMaterial toolMaterial, Item.Settings settings) HoeItem(ToolMaterial toolMaterial, Item.Settings settings) protectedMiningToolItem(ToolMaterial toolMaterial, TagKey<Block> tagKey, Item.Settings settings) PickaxeItem(ToolMaterial material, Item.Settings settings) ShovelItem(ToolMaterial toolMaterial, Item.Settings settings) SwordItem(ToolMaterial toolMaterial, Item.Settings settings) ToolItem(ToolMaterial toolMaterial, Item.Settings settings)