Uses of Class
dev.twilite.game.loadout.Restocker.Request
Packages that use Restocker.Request
-
Uses of Restocker.Request in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return Restocker.RequestModifier and TypeMethodDescriptionRestocker.Request.amount(int amount) Sets the amount for this request.Restocker.Request.collectionMode(GrandExchange.CollectionMode collectionMode) Sets where this request collects completed offers.Restocker.item(int itemId, int amount) Registers a restock entry using the restocker's default price resolver.Restocker.item(int itemId, int amount, GrandExchange.Price price) Registers a restock entry.Restocker.Request.maxRetries(int retries) Sets how many stale-offer retries this request allows.Restocker.Request.price(int price) Sets the base fixed price for this request.Restocker.Request.price(GrandExchange.Price price) Sets the base price resolver for this request.Restocker.Request.request()Queues this request.Restocker.Request.retryAfterTicks(int ticks) Sets how many ticks this request waits before retrying an active offer.Restocker.sell(int itemId, int amount) Queues a sell request using the restocker's default sell price resolver.Restocker.sell(int itemId, int amount, GrandExchange.Price price) Queues a sell request.Methods in dev.twilite.game.loadout that return types with arguments of type Restocker.Request