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