October 23, 20169 yr 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
October 27, 20169 yr It's not based on configs or widget data, but a separate hook. ItemDefinition.forId(getGrandExchange().getItemId(GrandExchangeBox)).getName();
Create an account or sign in to comment