| Package | Description |
|---|---|
| net.tridentsdk.server.netty |
Contains the pipeline classes for connections to/from the server
|
| net.tridentsdk.server.netty.protocol |
Packet registry
|
| Modifier and Type | Field and Description |
|---|---|
protected Protocol.ClientStage |
ClientConnection.stage
The client stage during login
|
| Modifier and Type | Method and Description |
|---|---|
Protocol.ClientStage |
ClientConnection.stage()
Gets the current state of the connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnection.setStage(Protocol.ClientStage stage)
Sets the client state, should only be used by the ClientConnectionHandler
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ClientStage |
Protocol.ClientStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ClientStage[] |
Protocol.ClientStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Packet |
Protocol.getPacket(int id,
Protocol.ClientStage stage,
PacketDirection type) |
Copyright © 2016. All rights reserved.