registerCustomLore

public static void registerCustomLore(ItemMeta itemMeta, List<String> lore)

Used to register custom lore as a string to the item. This is necessary for the lore updater as it redraws the custom lore portion of the item based on these contents.

Parameters

itemMeta

ItemStack to which custom lore should be added

lore

Custom part of the lore to add