Class StockMarket
java.lang.Object
org.rspeer.game.component.stockmarket.StockMarket
Provides operations relating to the games
Stockmarket (commonly referred to as the Grand Exchange)-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancollectAll(boolean toBank) static StockMarketOfferBuilderstatic intstatic StockMarketTransactionstatic intstatic StockMarket.ViewgetView()static booleanisFull()static booleanisOpen()static booleanopen()static StockMarketTransactionQueryquery()
-
Constructor Details
-
StockMarket
public StockMarket()
-
-
Method Details
-
isFull
public static boolean isFull() -
getEmptySlots
public static int getEmptySlots() -
query
-
createOffer
-
isOpen
public static boolean isOpen() -
open
public static boolean open() -
collectAll
public static boolean collectAll(boolean toBank) -
getOpenTransaction
-
getOpenTransactionIndex
public static int getOpenTransactionIndex() -
getView
-