public interface AgentRegistrar
| Modifier and Type | Method and Description |
|---|---|
void |
registerAgents(WorldModel<? extends Entity> world,
Config config,
ComponentManager manager)
Process a WorldModel and Config and tell the ComponentManager which entities are agent-controlled and what they can see on connection.
|
void registerAgents(WorldModel<? extends Entity> world, Config config, ComponentManager manager) throws KernelException
world - The WorldModel.config - The Config.manager - The ComponentManager.KernelException - If there is a problem registering agents.