contains

static boolean contains(Array<int> itemId)

Determines if an item with the given itemId is equipped

static boolean contains(Array<String> itemName)

Determines if an item with the given itemName is equipped

static boolean contains(Predicate<EquipmentItem> filter)

Checks if any equipped item exists matching the specified filter

Return

true if any equipped item matches the filter, false otherwise

Parameters

filter

the filter