Uses of Class
de.extio.spacecraft.shared.model.message.toboth.GameSessionServerPublishingMode
-
Packages that use GameSessionServerPublishingMode Package Description de.extio.spacecraft.shared.model.message.local Messages exchanged locally in-memory between game client and an embedded serverde.extio.spacecraft.shared.model.message.toboth Messages exchanged bidirectional between client and serverde.extio.spacecraft.shared.model.message.toclient Messages sent from server to client -
-
Uses of GameSessionServerPublishingMode in de.extio.spacecraft.shared.model.message.local
Methods in de.extio.spacecraft.shared.model.message.local that return GameSessionServerPublishingMode Modifier and Type Method Description GameSessionServerPublishingModeLocalGameSessionControlMessage. getServerPublishingMode()Methods in de.extio.spacecraft.shared.model.message.local with parameters of type GameSessionServerPublishingMode Modifier and Type Method Description voidLocalGameSessionControlMessage. setServerPublishingMode(GameSessionServerPublishingMode serverPublishingMode) -
Uses of GameSessionServerPublishingMode in de.extio.spacecraft.shared.model.message.toboth
Methods in de.extio.spacecraft.shared.model.message.toboth that return GameSessionServerPublishingMode Modifier and Type Method Description static GameSessionServerPublishingModeGameSessionServerPublishingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GameSessionServerPublishingMode[]GameSessionServerPublishingMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GameSessionServerPublishingMode in de.extio.spacecraft.shared.model.message.toclient
Methods in de.extio.spacecraft.shared.model.message.toclient that return GameSessionServerPublishingMode Modifier and Type Method Description GameSessionServerPublishingModeGameSessionUpdateMessage. getServerPublishingMode()Methods in de.extio.spacecraft.shared.model.message.toclient with parameters of type GameSessionServerPublishingMode Modifier and Type Method Description voidGameSessionUpdateMessage. setServerPublishingMode(GameSessionServerPublishingMode serverPublishingMode)
-