makeAll

static boolean makeAll(Array<int> id)

Utility method to set the quantity to all if not already set, then makes an item with the specified id

Return

true if quantity was set to all successfully, and selected the item successfully, false otherwise

Parameters

id

the item id

static boolean makeAll(Array<String> name)

Utility method to set the quantity to all if not already set, then makes an item with the specified name

Return

true if quantity was set to all successfully, and selected the item successfully, false otherwise

Parameters

name

the item name

static boolean makeAll(Predicate<Item> filter)

Utility method to set the quantity to all if not already set, then makes an item matching the filter

Return

true if quantity was set to all successfully, and selected the item successfully, false otherwise

Parameters

filter

the item filter