-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class List_ implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static List<String>
getSubmarketIds()
static List<Pair<String, String>>
getMarketConditionIdsWithNames()
BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
getSubmarketIds
static List<String> getSubmarketIds()
-
getMarketConditionIdsWithNames
static List<Pair<String, String>> getMarketConditionIdsWithNames()
-
runCommand
BaseCommand.CommandResult runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command.
- Parameters:
args
- The arguments passed into this command.context
- Where this command was called from (campaign, combat, mission, simulation, etc).
-
-
-
-