contains

fun contains(item: Item): Boolean

Checks whether the inventory contains the given item.

Return

whether the inventory contains the item

Parameters

item

the item to check for


fun contains(id: Int): Boolean

Checks whether the inventory contains an item with ID.

Return

whether the inventory contains an item with ID

Parameters

id

the ID of the item to match