| Modifier and Type | Method and Description |
|---|---|
Message |
NetcodeClient.receive()
Receive the next message synchronously and wait if no message is ready.
|
Message |
NetcodeClient.tryReceive()
Receive the next message synchronously if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandler.handleMessage(Message msg) |
default void |
MessageHandler.handlePrivateMessage(Message msg,
java.lang.String from)
handles private messages
Since 2.0.0 it is possible to define separate handlers for private messages.
|
Copyright © 2018. All Rights Reserved.