public static interface InternalServer.InternalServerListener
Modifier and Type | Method and Description |
---|---|
void |
handleException(java.lang.Exception e)
Called when the server encountered a fatal exception
while accepting incoming player connections.
|
void |
handlePlayerJoin(Player player)
Called when a new player joined the server.
|
void handlePlayerJoin(Player player)
player
- The player that joined.void handleException(java.lang.Exception e)
e
- The exception that occurred.