ItemLoreQueryEvent

class ItemLoreQueryEvent(val itemStack: ItemStack, val lore: ArrayList<Component>) : Event

Constructors

Link copied to clipboard
constructor(itemStack: ItemStack, lore: ArrayList<Component>)

Properties

Link copied to clipboard
Link copied to clipboard
val itemStack: ItemStack
Link copied to clipboard
val lore: ArrayList<Component>