Class StockMarket

java.lang.Object
org.rspeer.game.component.stockmarket.StockMarket

public class StockMarket extends Object
Provides operations relating to the games Stockmarket (commonly referred to as the Grand Exchange)
  • Constructor Details

    • StockMarket

      public StockMarket()
  • Method Details

    • isFull

      public static boolean isFull()
    • getEmptySlots

      public static int getEmptySlots()
    • query

      public static StockMarketTransactionQuery query()
    • createOffer

      public static StockMarketOfferBuilder createOffer(StockMarketable.Type type)
    • isOpen

      public static boolean isOpen()
    • open

      public static boolean open()
    • collectAll

      public static boolean collectAll(boolean toBank)
    • getOpenTransaction

      public static StockMarketTransaction getOpenTransaction()
    • getOpenTransactionIndex

      public static int getOpenTransactionIndex()
    • getView

      public static StockMarket.View getView()