Package org.rspeer.game.script.tools
Interface RestockTask.RetryStrategy
-
- Enclosing class:
- RestockTask
public static interface RestockTask.RetryStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPrice(StockMarketEntry entry)
boolean
isWarranted(StockMarketEntry entry, int ticksPassed)
-
-
-
Method Detail
-
isWarranted
boolean isWarranted(StockMarketEntry entry, int ticksPassed)
-
getPrice
int getPrice(StockMarketEntry entry)
-
-