Indicates whether the item is a tool. A tool can be used on blocks and entities and its meta will vary.
assert(new Items.Beetroot().tool == false); assert(new Items.DiamondSword().tool == true);
See Implementation
Indicates whether the item is a tool. A tool can be used on blocks and entities and its meta will vary.