Uses of Class
de.extio.spacecraft.shared.module.ServerModuleType
-
Packages that use ServerModuleType Package Description de.extio.spacecraft.shared.module Interfaces and business objects for the module subsystem.de.extio.spacecraft.shared.server Managers for the game server. -
-
Uses of ServerModuleType in de.extio.spacecraft.shared.module
Methods in de.extio.spacecraft.shared.module that return ServerModuleType Modifier and Type Method Description ServerModuleType
ServerModule. getServerModuleType()
static ServerModuleType
ServerModuleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerModuleType[]
ServerModuleType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServerModuleType in de.extio.spacecraft.shared.server
Methods in de.extio.spacecraft.shared.server with parameters of type ServerModuleType Modifier and Type Method Description void
ServerModuleManager. activateByType(ServerModuleType... serverModuleTypes)
-