hasItem

fun hasItem(item: Item, includeInvisibleItems: Boolean = false): Boolean

Determine if this Character has the specified item. When includeInvisibleItems is set to true even Item that have been marked as invisible to the player will be inspected.