House Posted October 23, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Alek Posted October 27, 2016 Share Posted October 27, 2016 It's not based on configs or widget data, but a separate hook. ItemDefinition.forId(getGrandExchange().getItemId(GrandExchangeBox)).getName(); 2 Quote Link to comment Share on other sites More sharing options...