Uses of Enum Class
net.minecraft.item.Item.ToolMaterialType
Packages that use Item.ToolMaterialType
-
Uses of Item.ToolMaterialType in net.minecraft.item
Fields in net.minecraft.item declared as Item.ToolMaterialTypeModifier and TypeFieldDescriptionprotected Item.ToolMaterialTypeHoeItem.materialprivate final Item.ToolMaterialTypeSwordItem.materialprotected Item.ToolMaterialTypeToolItem.materialMethods in net.minecraft.item that return Item.ToolMaterialTypeModifier and TypeMethodDescriptionstatic Item.ToolMaterialTypeReturns the enum constant of this class with the specified name.static Item.ToolMaterialType[]Item.ToolMaterialType.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 Item.ToolMaterialTypeModifierConstructorDescriptionprotectedAxeItem(Item.ToolMaterialType material) HoeItem(Item.ToolMaterialType material) protectedPickaxeItem(Item.ToolMaterialType material) SwordItem(Item.ToolMaterialType material) protectedToolItem(float float2, float float3, Item.ToolMaterialType toolMaterialType, Set<Block> set) protectedToolItem(Item.ToolMaterialType toolMaterialType, Set<Block> set)