Uses of Package
de.extio.spacecraft.shared.model.entity.builtin.composite
-
Packages that use de.extio.spacecraft.shared.model.entity.builtin.composite Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanicsde.extio.spacecraft.shared.model.client.game Data objects representing a game session on client sidede.extio.spacecraft.shared.model.entity.builtin.composite Builtin composite entity implementations and interfaces for custom implementationsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
Classes in de.extio.spacecraft.shared.model.entity.builtin.composite used by de.extio.spacecraft.shared.bo Class Description SpaceCraft SpaceCraft is the base class for all ships in this game.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary (big) stations.SpaceObject SpaceShip SpaceShip is the class of your choice for ships manned by players.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary stations.SpaceStation SpaceStation is a specialization of SpaceShip for space stations that may be entered by players.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary stations. -
Classes in de.extio.spacecraft.shared.model.entity.builtin.composite used by de.extio.spacecraft.shared.model.bo Class Description SpaceCraft SpaceCraft is the base class for all ships in this game.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary (big) stations. -
Classes in de.extio.spacecraft.shared.model.entity.builtin.composite used by de.extio.spacecraft.shared.model.client.game Class Description SpaceShip SpaceShip is the class of your choice for ships manned by players.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary stations. -
Classes in de.extio.spacecraft.shared.model.entity.builtin.composite used by de.extio.spacecraft.shared.model.entity.builtin.composite Class Description HasAttackerInfo HasServerEntityGroupsCache ImageSurfaceCompositeEntity Image surfaces are showing an area of a tileset in the game worldInfoCompositeEntity InfoCompositeEntity is non-physical and mainly used as container for markers and scriptsSpaceCraft SpaceCraft is the base class for all ships in this game.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary (big) stations.SpaceShip SpaceShip is the class of your choice for ships manned by players.
When to use which type:
* SpaceCraft: Ships controlled by AI, cannot spawn on a player slot in a game session
* SpaceShip: Ships controlled by players or AI, can spawn on a player slot in a game session (but only needs to if players join the ship)
* SpaceStation: Specialization of SpaceShip for stationary stations. -
Classes in de.extio.spacecraft.shared.model.entity.builtin.composite used by de.extio.spacecraft.shared.model.entity.builtin.live Class Description InfoCompositeEntity InfoCompositeEntity is non-physical and mainly used as container for markers and scripts