Package | Description |
---|---|
com.comphenix.protocol.events |
Modifier and Type | Class and Description |
---|---|
class |
PacketOutputAdapter
Represents an adapter version of the output handler interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PacketOutputHandler> |
NetworkMarker.getOutputHandlers()
Retrieve every registered output handler in no particular order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NetworkMarker.addOutputHandler(PacketOutputHandler handler)
Enqueue the given output handler for managing how the current packet will be written to the network stream.
|
boolean |
NetworkMarker.removeOutputHandler(PacketOutputHandler handler)
Remove a given output handler from the serialization queue.
|