Item.customName

Sets the item's custom name.

  1. string customName [@property getter]
  2. string customName [@property setter]
    class Item
    @property @safe
    string
    customName
    (
    string name
    )

Examples

item.customName = "§aColoured!";
item.customName = ""; // remove

Meta