Uses of Class
org.rspeer.game.service.stockmarket.StockMarketEntry
-
Packages that use StockMarketEntry Package Description org.rspeer.game.script.tools org.rspeer.game.service.stockmarket -
-
Uses of StockMarketEntry in org.rspeer.game.script.tools
Methods in org.rspeer.game.script.tools with parameters of type StockMarketEntry Modifier and Type Method Description intRestockTask.RetryStrategy. getPrice(StockMarketEntry entry)booleanRestockTask.RetryStrategy. isWarranted(StockMarketEntry entry, int ticksPassed) -
Uses of StockMarketEntry in org.rspeer.game.service.stockmarket
Methods in org.rspeer.game.service.stockmarket that return StockMarketEntry Modifier and Type Method Description StockMarketEntryStockMarketService. getNextBuyOffer()StockMarketEntryStockMarketService. getNextSellOffer()Methods in org.rspeer.game.service.stockmarket that return types with arguments of type StockMarketEntry Modifier and Type Method Description Queue<StockMarketEntry>StockMarketService. getBuying()Queue<StockMarketEntry>StockMarketService. getCancel()BiConsumer<StockMarketEntry,Integer>StockMarketService. getCancelConsumer()Queue<StockMarketEntry>StockMarketService. getSelling()Queue<StockMarketEntry>StockMarketService. getWaiting()Methods in org.rspeer.game.service.stockmarket with parameters of type StockMarketEntry Modifier and Type Method Description voidStockMarketService. submit(StockMarketable.Type type, StockMarketEntry entry)Submits an offer to buy or sell.Method parameters in org.rspeer.game.service.stockmarket with type arguments of type StockMarketEntry Modifier and Type Method Description voidStockMarketService. setCancelConsumer(BiConsumer<StockMarketEntry,Integer> cancelConsumer)
-