getCount

open fun getCount(filter: Predicate<Item>): Int

Gets the total stack sum of all items matching the specified filter

Return

the total stack sum of all items matching the specified filter

Parameters

filter

the item filter to use


open fun getCount(id: Array<Int>): Int

Gets the total stack sum of all items with the specified ids

Return

the total stack sum of all items with the specified ids

Parameters

id

the item ids


open fun getCount(name: Array<String>): Int

Gets the total stack sum of all items whose name contains any of the specified names

Return

the total stack sum of all items whose name contains any of the specified names

Parameters

name

the item names