Uses of Enum Class
net.minecraft.item.ToolMaterial
Packages that use ToolMaterial
-
Uses of ToolMaterial in net.minecraft.item
Fields in net.minecraft.item declared as ToolMaterialMethods in net.minecraft.item 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 with parameters of type ToolMaterialModifierConstructorDescriptionprotectedAxeItem(int id, ToolMaterial toolMaterial) HoeItem(int id, ToolMaterial toolMaterial) protectedPickaxeItem(int id, ToolMaterial toolMaterial) ShovelItem(int id, ToolMaterial toolMaterial) SwordItem(int id, ToolMaterial toolMaterial) protectedToolItem(int id, int damageBoost, ToolMaterial toolMaterial, Block[] effectiveOn)