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 ToolMaterialModifier and TypeFieldDescriptionprotected ToolMaterialToolItem.field_4192protected ToolMaterialHoeItem.field_4208private final ToolMaterialSwordItem.field_4411Methods in net.minecraft.item that return ToolMaterialModifier and TypeMethodDescriptionToolItem.method_6345()static 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(ToolMaterial toolMaterial) HoeItem(ToolMaterial toolMaterial) protectedPickaxeItem(ToolMaterial toolMaterial) ShovelItem(ToolMaterial toolMaterial) SwordItem(ToolMaterial toolMaterial) protectedToolItem(float float2, ToolMaterial toolMaterial, Set set)