Uses of Class
de.extio.spacecraft.shared.model.managers.MainMenuLaunchEntry
-
Packages that use MainMenuLaunchEntry Package Description de.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules.de.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystems -
-
Uses of MainMenuLaunchEntry in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return MainMenuLaunchEntry Modifier and Type Method Description MainMenuLaunchEntry
MainMenuModuleSettings. getLastLaunched()
Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type MainMenuLaunchEntry Modifier and Type Method Description void
MainMenuModuleSettings. setLastLaunched(MainMenuLaunchEntry lastLaunched)
-
Uses of MainMenuLaunchEntry in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type MainMenuLaunchEntry Modifier and Type Method Description List<MainMenuLaunchEntry>
MenuLaunchEntry. getMainMenuLaunchEntries()
Method parameters in de.extio.spacecraft.shared.model.managers with type arguments of type MainMenuLaunchEntry Modifier and Type Method Description void
MenuLaunchEntry. setMainMenuLaunchEntries(List<MainMenuLaunchEntry> mainMenuLaunchEntries)
Constructors in de.extio.spacecraft.shared.model.managers with parameters of type MainMenuLaunchEntry Constructor Description MainMenuLaunchEntry(MainMenuLaunchEntry other)
-