Package | Description |
---|---|
com.comphenix.protocol | |
com.comphenix.protocol.async | |
com.comphenix.protocol.injector |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PacketFilterManager |