lore

public ItemBuilder lore(String lore)

Appends to the lore of the itemstack

Return

The current ItemBuilder instance

Parameters

lore

Lore string to append


public ItemBuilder lore(Array<String> lore)

Set/Replace the lore of the itemstack using an array

Return

The current ItemBuilder instance

Parameters

lore

New lore represented as an array


public ItemBuilder lore(List<String> lore)

Sets/replaces the current lore of the itemstack using an array list

Return

The current ItemBuilder instance

Parameters

lore

New lore represented as an array list