Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.live.CrewEntity
-
Packages that use CrewEntity Package Description de.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanicsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of CrewEntity in de.extio.spacecraft.shared.model.bo
Method parameters in de.extio.spacecraft.shared.model.bo with type arguments of type CrewEntity Modifier and Type Method Description void
AiCrewManager. manageCrew(GameSession gameSession, SpaceCraft spaceCraft, EntityNetworkDiscovery entityNetworkDiscovery, List<CrewEntity> crew, AiBuildingBlockManager aiBuildingBlockManager)
-
Uses of CrewEntity in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type CrewEntity Modifier and Type Method Description boolean
CrewEntityActionProvider. serverExecuteCrewEntityAction(CrewEntity crewEntity, GameSession gameSession)
Executes custom entity action
-