make

open fun make(id: Array<Int>): Boolean

Attempts to make an item with the specified id

Return

true if the item was selected successfully, false otherwise

Parameters

id

the item id


open fun make(name: Array<String>): Boolean

Attempts to make an item with the specified name

Return

true if the item was selected successfully, false otherwise

Parameters

name

the item name


open fun make(filter: Predicate<Item>): Boolean

Attempts to make an item matching the filter

Return

true if the item was selected successfully, false otherwise

Parameters

filter

the item filter