Package | Description |
---|---|
com.comphenix.protocol |
Contains classes for retrieving the main
ProtocolMananger object. |
com.comphenix.protocol.async |
Modifier and Type | Interface and Description |
---|---|
interface |
ProtocolManager
Represents an API for accessing the Minecraft protocol.
|
Modifier and Type | Method and Description |
---|---|
PacketStream |
AsynchronousManager.getPacketStream()
Retrieve the default packet stream.
|
Modifier and Type | Method and Description |
---|---|
PacketStream |
AsyncMarker.getPacketStream()
Retrieve the packet stream responsible for transmitting this packet.
|
PacketStream |
AsyncFilterManager.getPacketStream() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncMarker.setPacketStream(PacketStream packetStream)
Sets the output packet stream responsible for transmitting this packet.
|