getCount

static int getCount(Predicate<Item> filter)

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

static int getCount(Array<int> id)

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

static int getCount(Array<String> name)

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