Gets the item's tool type.
Tools.none if the item is not a tool or a number higher than 0 indicating the tool type.
assert(new Items.Beetroot().toolType == Tools.none); assert(new Items.DiamondSword().toolType == Tools.sword);
See Implementation
Gets the item's tool type.