Removes the custom behaviours of the item, like custom name and enchantments.
item.customName = "name"; assert(item.customName == "name"); item.clear(); assert(item.customName == "");
See Implementation
Removes the custom behaviours of the item, like custom name and enchantments.