Uses of Class
de.extio.spacecraft.shared.model.client.settings.OptionsState
-
Packages that use OptionsState Package Description de.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules. -
-
Uses of OptionsState in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return OptionsState Modifier and Type Method Description OptionsState
OptionsModuleSettings. getEmbedState()
static OptionsState
OptionsState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionsState[]
OptionsState. 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 that return types with arguments of type OptionsState Modifier and Type Method Description EnumSet<OptionsState>
OptionsModuleSettings. getStates()
Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type OptionsState Modifier and Type Method Description void
OptionsModuleSettings. setEmbedState(OptionsState embedState)
Method parameters in de.extio.spacecraft.shared.model.client.settings with type arguments of type OptionsState Modifier and Type Method Description void
OptionsModuleSettings. setStates(EnumSet<OptionsState> states)
-