Interface BotServer.OnGameStart
-
- Enclosing class:
- BotServer
public static interface BotServer.OnGameStart
Game Starter interface for lambdas.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start(ConnectionHandler handler)
on game start
-
-
-
Method Detail
-
start
void start(ConnectionHandler handler)
on game start- Parameters:
handler
- connection handler
-
-