Uses of Class
de.extio.spacecraft.shared.model.managers.ShipClass
-
Packages that use ShipClass Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server sidede.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystemsde.extio.spacecraft.shared.model.message.toboth Messages exchanged bidirectional between client and server -
-
Uses of ShipClass in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type ShipClass Modifier and Type Method Description List<SpaceShipValidationComplaint>
SpaceShipValidator. validate(AbstractCompositeEntity compositeEntity, ShipClass shipClass, SpaceShipValidationOptions options)
-
Uses of ShipClass in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return ShipClass Modifier and Type Method Description ShipClass
ShipClassManager. getShipClass(String internalName)
Methods in de.extio.spacecraft.shared.managers that return types with arguments of type ShipClass Modifier and Type Method Description List<ShipClass>
ShipClassManager. getShipClasses()
Method parameters in de.extio.spacecraft.shared.managers with type arguments of type ShipClass Modifier and Type Method Description void
ShipClassManager. load(List<ShipClass> shipClasses)
-
Uses of ShipClass in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return ShipClass Modifier and Type Method Description ShipClass
GameSession. getGameModeGlobalShipClass()
Methods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type ShipClass Modifier and Type Method Description void
GameSession. setGameModeGlobalShipClass(ShipClass gameModeGlobalShipClass)
When setting a global ship class, SpaceshipValidator will validate all ships against this class instead of the class that is stored in the ship. -
Uses of ShipClass in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type ShipClass Modifier and Type Method Description List<ShipClass>
ShipClasses. getShipClasses()
Method parameters in de.extio.spacecraft.shared.model.managers with type arguments of type ShipClass Modifier and Type Method Description void
ShipClasses. setShipClasses(List<ShipClass> shipClasses)
-
Uses of ShipClass in de.extio.spacecraft.shared.model.message.toboth
Methods in de.extio.spacecraft.shared.model.message.toboth that return types with arguments of type ShipClass Modifier and Type Method Description List<ShipClass>
ShipClassDefinitionMessage. getShipClasses()
Method parameters in de.extio.spacecraft.shared.model.message.toboth with type arguments of type ShipClass Modifier and Type Method Description void
ShipClassDefinitionMessage. setShipClasses(List<ShipClass> shipClasses)
-