Uses of Class
org.rspeer.game.adapter.component.StockMarketTransaction.CollectionAction
-
Packages that use StockMarketTransaction.CollectionAction Package Description org.rspeer.game.adapter.component org.rspeer.game.component.stockmarket org.rspeer.game.script.tools -
-
Uses of StockMarketTransaction.CollectionAction in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return StockMarketTransaction.CollectionAction Modifier and Type Method Description static StockMarketTransaction.CollectionActionStockMarketTransaction.CollectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static StockMarketTransaction.CollectionAction[]StockMarketTransaction.CollectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component with parameters of type StockMarketTransaction.CollectionAction Modifier and Type Method Description booleanStockMarketTransaction. collect(StockMarketTransaction.CollectionAction action) -
Uses of StockMarketTransaction.CollectionAction in org.rspeer.game.component.stockmarket
Methods in org.rspeer.game.component.stockmarket with parameters of type StockMarketTransaction.CollectionAction Modifier and Type Method Description CompletableFuture<StockMarketTransaction>StockMarketOffer. createAndCollectTransaction(StockMarketTransaction.CollectionAction action) -
Uses of StockMarketTransaction.CollectionAction in org.rspeer.game.script.tools
Methods in org.rspeer.game.script.tools that return StockMarketTransaction.CollectionAction Modifier and Type Method Description StockMarketTransaction.CollectionActionRestockTask.CollectionStrategy. getAction(StockMarketTransaction transaction)
-