Uses of Class
de.extio.spacecraft.shared.model.client.settings.ShipSelectionModuleSettings.ShipSelectionModuleMode
-
Packages that use ShipSelectionModuleSettings.ShipSelectionModuleMode Package Description de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem.de.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules. -
-
Uses of ShipSelectionModuleSettings.ShipSelectionModuleMode in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return ShipSelectionModuleSettings.ShipSelectionModuleMode Modifier and Type Method Description ShipSelectionModuleSettings.ShipSelectionModuleMode
ShipSelectionEvent. getShipSelectionModuleMode()
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type ShipSelectionModuleSettings.ShipSelectionModuleMode Constructor Description ShipSelectionEvent(StorageItemDescriptor storageItemDescriptor, ShipSelectionModuleSettings.ShipSelectionModuleMode shipSelectionModuleMode)
-
Uses of ShipSelectionModuleSettings.ShipSelectionModuleMode in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return ShipSelectionModuleSettings.ShipSelectionModuleMode Modifier and Type Method Description ShipSelectionModuleSettings.ShipSelectionModuleMode
ShipSelectionModuleSettings. getShipSelectionModuleMode()
static ShipSelectionModuleSettings.ShipSelectionModuleMode
ShipSelectionModuleSettings.ShipSelectionModuleMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShipSelectionModuleSettings.ShipSelectionModuleMode[]
ShipSelectionModuleSettings.ShipSelectionModuleMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type ShipSelectionModuleSettings.ShipSelectionModuleMode Modifier and Type Method Description void
ShipSelectionModuleSettings. setShipSelectionModuleMode(ShipSelectionModuleSettings.ShipSelectionModuleMode shipSelectionModuleMode)
-