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 int
RestockTask.RetryStrategy. getPrice(StockMarketEntry entry)
boolean
RestockTask.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 StockMarketEntry
StockMarketService. getNextBuyOffer()
StockMarketEntry
StockMarketService. 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 void
StockMarketService. 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 void
StockMarketService. setCancelConsumer(BiConsumer<StockMarketEntry,Integer> cancelConsumer)
-