Uses of Class
de.extio.spacecraft.shared.model.game.GameModeDefShipSlot
-
Packages that use GameModeDefShipSlot Package Description de.extio.spacecraft.shared.model.client.game Data objects representing a game session on client sidede.extio.spacecraft.shared.model.game Enums and data objects for aspects of a game sessionde.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server sidede.extio.spacecraft.shared.model.message.toclient Messages sent from server to client -
-
Uses of GameModeDefShipSlot in de.extio.spacecraft.shared.model.client.game
Methods in de.extio.spacecraft.shared.model.client.game that return GameModeDefShipSlot Modifier and Type Method Description GameModeDefShipSlot
GameSessionShipSlot. getShipSlotDef()
Methods in de.extio.spacecraft.shared.model.client.game with parameters of type GameModeDefShipSlot Modifier and Type Method Description void
GameSessionShipSlot. setShipSlotDef(GameModeDefShipSlot shipSlotDef)
-
Uses of GameModeDefShipSlot in de.extio.spacecraft.shared.model.game
Methods in de.extio.spacecraft.shared.model.game that return types with arguments of type GameModeDefShipSlot Modifier and Type Method Description List<GameModeDefShipSlot>
GameModeDef. getShipSlots()
Defines ship slots.Method parameters in de.extio.spacecraft.shared.model.game with type arguments of type GameModeDefShipSlot Modifier and Type Method Description void
GameModeDef. setShipSlots(List<GameModeDefShipSlot> shipSlots)
Constructors in de.extio.spacecraft.shared.model.game with parameters of type GameModeDefShipSlot Constructor Description GameModeDefShipSlot(GameModeDefShipSlot other)
-
Uses of GameModeDefShipSlot in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return GameModeDefShipSlot Modifier and Type Method Description GameModeDefShipSlot
GameSessionShipSlot. getShipSlotDef()
Methods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type GameModeDefShipSlot Modifier and Type Method Description void
GameSessionShipSlot. setShipSlotDef(GameModeDefShipSlot shipSlotDef)
-
Uses of GameModeDefShipSlot in de.extio.spacecraft.shared.model.message.toclient
Methods in de.extio.spacecraft.shared.model.message.toclient that return GameModeDefShipSlot Modifier and Type Method Description GameModeDefShipSlot
GameSessionUpdateMessageShipSlot. getShipSlotDef()
Methods in de.extio.spacecraft.shared.model.message.toclient with parameters of type GameModeDefShipSlot Modifier and Type Method Description void
GameSessionUpdateMessageShipSlot. setShipSlotDef(GameModeDefShipSlot shipSlotDef)
-