contains

static boolean contains(Array<int> id)

Checks if the make screen contains an item with the specified id

Return

true if the make screen contains an item with the specified id, false otherwise

Parameters

id

the item id

static boolean contains(Array<String> name)

Checks if the make screen contains an item with the specified name

Return

true if the make screen contains an item with the specified name, false otherwise

Parameters

name

the item name

static boolean contains(Predicate<Item> filter)

Checks if the make screen contains an item that matches the filter

Return

true if the make screen contains an item that matches the filter, false otherwise

Parameters

filter

the filter to check the items with