1package com.fs.starfarer.api;
3import org.apache.log4j.Logger;
5import com.fs.starfarer.api.campaign.SectorAPI;
6import com.fs.starfarer.api.combat.CombatEngineAPI;
15 private static SectorAPI sectorAPI;
18 private static CombatEngineAPI combatEngine;
25 @SuppressWarnings(
"unchecked")
27 Logger log = Logger.getLogger(c);
40 Global.factory = factory;
48 Global.soundPlayer = sound;
56 Global.settingsAPI = api;
68 Global.combatEngine = combatEngine;
72 Global.sectorAPI = api;
static void setCombatEngine(CombatEngineAPI combatEngine)
static SettingsAPI getSettings()
static SoundPlayerAPI getSoundPlayer()
static FactoryAPI getFactory()
static Logger getLogger(Class c)
static CombatEngineAPI getCombatEngine()
static void setFactory(FactoryAPI factory)
static SectorAPI getSectorAPI()
static void setSoundPlayer(SoundPlayerAPI sound)
static GameState getCurrentState()
static SettingsAPI getSettingsAPI()
static void setSector(SectorAPI api)
static void setSettings(SettingsAPI api)
static SectorAPI getSector()
GameState getCurrentState()