-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class ModInfo implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static List<String>
getShipsAddedByMod(ModSpecAPI mod)
static List<String>
getWingsAddedByMod(ModSpecAPI mod)
static List<String>
getWeaponsAddedByMod(ModSpecAPI mod)
static List<String>
getCommoditiesAddedByMod(ModSpecAPI mod)
static List<String>
getSpecialItemsAddedByMod(ModSpecAPI mod)
static List<String>
getIndustriesAddedByMod(ModSpecAPI mod)
static List<String>
getMarketConditionsAddedByMod(ModSpecAPI mod)
static String
getInfo(ModSpecAPI mod)
BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
getShipsAddedByMod
static List<String> getShipsAddedByMod(ModSpecAPI mod)
-
getWingsAddedByMod
static List<String> getWingsAddedByMod(ModSpecAPI mod)
-
getWeaponsAddedByMod
static List<String> getWeaponsAddedByMod(ModSpecAPI mod)
-
getCommoditiesAddedByMod
static List<String> getCommoditiesAddedByMod(ModSpecAPI mod)
-
getSpecialItemsAddedByMod
static List<String> getSpecialItemsAddedByMod(ModSpecAPI mod)
-
getIndustriesAddedByMod
static List<String> getIndustriesAddedByMod(ModSpecAPI mod)
-
getMarketConditionsAddedByMod
static List<String> getMarketConditionsAddedByMod(ModSpecAPI mod)
-
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).
-
-
-
-