-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class Storage implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static SectorEntityToken
getStorageEntity()
static boolean
setStorageEntity(SectorEntityToken storageEntity)
static SectorEntityToken
getStorageStation()
static CargoAPI
retrieveStorage()
static FleetDataAPI
retrieveStorageFleetData()
BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
getStorageEntity
static SectorEntityToken getStorageEntity()
-
setStorageEntity
static boolean setStorageEntity(SectorEntityToken storageEntity)
-
getStorageStation
@Deprecated() static SectorEntityToken getStorageStation()
-
retrieveStorage
static CargoAPI retrieveStorage()
-
retrieveStorageFleetData
static FleetDataAPI retrieveStorageFleetData()
-
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).
-
-
-
-