| Interface | Description |
|---|---|
| ClientboundPacketType |
Interface to be implemented by server outgoing packet type enums,
representing PLAY state packets, ordered by their packet id.
|
| PacketType |
Interface representing PLAY state packets, ordered by their packet id.
|
| ServerboundPacketType |
Interface to be implemented by server incoming packet type enums,
representing PLAY state packets, ordered by their packet id.
|
| Class | Description |
|---|---|
| Protocol<C1 extends ClientboundPacketType,C2 extends ClientboundPacketType,S1 extends ServerboundPacketType,S2 extends ServerboundPacketType> |
Abstract protocol class handling packet transformation between two protocol versions.
|
| Protocol.Packet | |
| Protocol.ProtocolPacket | |
| ProtocolPipeline | |
| ProtocolRegistry | |
| ProtocolVersion | |
| SimpleProtocol |
Dummy protocol class for when you do not need any of the
existing packet type enums or automated channel mappings.
|
| VersionRange |
| Enum | Description |
|---|---|
| SimpleProtocol.DummyPacketTypes |
Copyright © 2016–2021. All rights reserved.