Package net.storm.sdk.items
Class GrandExchange.GESearchResult
java.lang.Object
net.storm.sdk.items.GrandExchange.GESearchResult
- Enclosing class:
GrandExchange
Represents a search result item in the Grand Exchange item search.
When searching for items to buy, this class holds information about each result that can be selected.
-
Constructor Summary
ConstructorsConstructorDescriptionGESearchResult(int itemID, String itemName, IWidget mainWidget) Creates a new GE search result. -
Method Summary
Modifier and TypeMethodDescriptionvoidSelects this search result to use it for the buy offer.
-
Constructor Details
-
GESearchResult
Creates a new GE search result.- Parameters:
itemID- the item IDitemName- the item namemainWidget- the widget for this result
-
-
Method Details
-
chooseOption
public void chooseOption()Selects this search result to use it for the buy offer.
-