House Posted October 23, 2016 Posted October 23, 2016 Currently there is only a GrandExchange#getItemId(Box) method which gets the items ID but i was wondering if it was possible to grab the name or is that not possible? Not sure if the API is based on configs or widget data but would be nice to be able to extract name if the GE interface is open at least
Alek Posted October 27, 2016 Posted October 27, 2016 It's not based on configs or widget data, but a separate hook. ItemDefinition.forId(getGrandExchange().getItemId(GrandExchangeBox)).getName(); 2