isEquipped

open fun isEquipped(ids: Array<Int>): PlayerQuery

Only match players who have any of the specified item ids equipped

Return

this query

Parameters

ids

the item ids to check


open fun isEquipped(names: Array<String>): PlayerQuery

Only match players who have any of the specified item names equipped

Return

this query

Parameters

names

the item names to check