| Package | Description |
|---|---|
| com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
| com.comphenix.protocol.async | |
| com.comphenix.protocol.events |
| 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 | Method and Description |
|---|---|
void |
ScheduledPacket.schedule(PacketStream stream)
Schedule the packet transmission or reception.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.