Uses of Class
dev.twilite.game.facade.GrandExchange.Request
Packages that use GrandExchange.Request
-
Uses of GrandExchange.Request in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return GrandExchange.RequestModifier and TypeMethodDescriptionGrandExchange.Request.amount(int amount) Sets the number of items to buy or sell.static GrandExchange.RequestGrandExchange.buy(int itemId) Starts building a buy request for an item id.GrandExchange.Request.price(int price) Sets a fixed offer price.GrandExchange.Request.price(GrandExchange.Price price) Sets the price strategy used when the offer is created.GrandExchange.Request.price(IntUnaryOperator price) Sets a price strategy based only on the market guide price.static GrandExchange.RequestGrandExchange.sell(int itemId) Starts building a sell request for an item id.static GrandExchange.RequestStarts building a sell request selected from the inventory.