Uses of Enum Class
net.minecraft.item.tool.ToolMaterial
Packages that use ToolMaterial
-
Uses of ToolMaterial in net.minecraft.item.tool
Fields in net.minecraft.item.tool declared as ToolMaterialMethods in net.minecraft.item.tool that return ToolMaterialModifier and TypeMethodDescriptionstatic ToolMaterialReturns the enum constant of this class with the specified name.static ToolMaterial[]ToolMaterial.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.item.tool with parameters of type ToolMaterialModifierConstructorDescriptionprotectedHatchet(int id, ToolMaterial material) Hoe(int id, ToolMaterial toolMaterial) protectedPickaxe(int id, ToolMaterial material) Shovel(int id, ToolMaterial toolMaterial) Sword(int id, ToolMaterial toolMaterial) protectedToolBase(int id, int int2, ToolMaterial toolMaterial, BlockBase[] effectiveBlocks)