Class RestockTask

java.lang.Object
org.rspeer.game.script.Task
org.rspeer.game.script.tools.RestockTask
All Implemented Interfaces:
Comparable<Task>

public class RestockTask extends Task
A default implementation of Task to perform the restocking of items. You can submit items to buy or sell via StockMarketService, any submissions will set the task active. This task is blocking and initialized with a priority of 1000.
  • Field Details

    • GRAND_EXCHANGE

      public static final Position GRAND_EXCHANGE
    • GRAND_EXCHANGE_COORD

      public static final Coord GRAND_EXCHANGE_COORD
  • Constructor Details

  • Method Details