Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Request SpriteItemQueryBuilder#equippable & SpriteItem#getEquippableSlot

Client Developer
Joined
Oct 12, 2015
Messages
3,781
For OSRS at least I'm using:
private final Pattern INTERACT_EQUIP = Pattern.compile("^Wield|Wear$");

Could this be added to the SpriteItemQueryBuilder to enable the use of .equippable()?

Also, is it possible to determine what slot an equippable item would be equipped into? If so, would it be possible to add SpriteItem#getEquippableSlot?
 
Top