getAll

static List<ItemgetAll()

Gets all the items listed in the shop

Return

all the items listed in the shop

static List<ItemgetAll(Predicate<Item> filter)

Gets all the items listed in the shop that match the specified predicate

Return

all the items listed in the shop that match the specified predicate

Parameters

filter

the filter to use to get all items

static List<ItemgetAll(Array<String> name)

Gets all the items listed in the shop that have exactly the specified names

Return

all the items listed in the shop with the specified item names

Parameters

name

the item names

static List<ItemgetAll(Array<int> id)

Gets all the items listed in the shop with the specified ids

Return

all the items listed in the shop with the specified item ids

Parameters

id

the item ids