| Interface | Description |
|---|---|
| Packet |
A packet of data that is writable or readable.
|
| Syncable |
| Class | Description |
|---|---|
| NetworkManager |
A central network manager.
|
| Enum | Description |
|---|---|
| NetworkTarget.Side |
A side specifies the current scope of the execution environment.
|
| Exception | Description |
|---|---|
| NetworkException | |
| NetworkTarget.IllegalSideException |
An IllegalSideException indicates that a piece of code was called from
the wrong
NetworkTarget.Side. |
| Annotation Type | Description |
|---|---|
| NetworkTarget |
A NetworkTarget specifies the target of a
Packet or event. |
| Sided |
Sided is used to mark methods, classes and other types in order to clarify
that it should only be used on the specified side.
|
| Sync |
An annotation applied to fields that can be synchronized between server and
client.
|