Uses of Interface
de.extio.spacecraft.shared.model.bo.AiOrchestrator
-
Packages that use AiOrchestrator Package Description de.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanics -
-
Uses of AiOrchestrator in de.extio.spacecraft.shared.model.bo
Methods in de.extio.spacecraft.shared.model.bo with parameters of type AiOrchestrator Modifier and Type Method Description List<Class<? extends AiBuildingBlock>>
AiSpacecraftManager. control(SpaceCraft spaceCraft, EntityNetworkDiscovery entityNetworkDiscovery, AiOrchestrator orchestrator, AiBuildingBlockManager aiBuildingBlockManager, GameSession gameSession)
void
AiBuildingBlock. setAiOrchestrator(AiOrchestrator aiOrchestrator)
void
AiSpacecraftManager. unregister(SpaceCraft spaceCraft, AiOrchestrator orchestrator, AiBuildingBlockManager aiBuildingBlockManager, GameSession gameSession)
-