-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class AllBlueprints implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static boolean
isLearnable(ShipHullSpecAPI spec)
static boolean
isLearnable(FighterWingSpecAPI spec)
static boolean
isLearnable(WeaponSpecAPI spec)
static boolean
isLearnable(IndustrySpecAPI spec)
BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
isLearnable
static boolean isLearnable(ShipHullSpecAPI spec)
-
isLearnable
static boolean isLearnable(FighterWingSpecAPI spec)
-
isLearnable
static boolean isLearnable(WeaponSpecAPI spec)
-
isLearnable
static boolean isLearnable(IndustrySpecAPI spec)
-
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).
-
-
-
-