Package | Description |
---|---|
com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
Modifier and Type | Class and Description |
---|---|
static class |
PacketType.Handshake.Client
Incoming packets.
|
static class |
PacketType.Handshake.Server
An empty enum, as the server will not send any packets in this protocol.
|
static class |
PacketType.Legacy.Client
Incoming packets.
|
static class |
PacketType.Legacy.Server
Outgoing packets.
|
static class |
PacketType.Login.Client
Incoming packets.
|
static class |
PacketType.Login.Server
Outgoing packets.
|
static class |
PacketType.Play.Client
Incoming packets.
|
static class |
PacketType.Play.Server
Outgoing packets.
|
static class |
PacketType.Status.Client
Incoming packets.
|
static class |
PacketType.Status.Server
Outgoing packets.
|
Modifier and Type | Method and Description |
---|---|
static ObjectEnum<PacketType> |
PacketType.getObjectEnum(PacketType type)
Retrieve the correct object enum from a specific packet type.
|