Package | Description |
---|---|
com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
com.comphenix.protocol.async | |
com.comphenix.protocol.injector | |
com.comphenix.protocol.utility |
Modifier and Type | Method and Description |
---|---|
static ProtocolManager |
ProtocolLibrary.getProtocolManager()
Retrieves the packet protocol manager.
|
Modifier and Type | Method and Description |
---|---|
ProtocolManager |
AsyncFilterManager.getManager()
Retrieve the protocol manager.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncFilterManager.setManager(ProtocolManager manager)
Set the associated protocol manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalManager
Yields access to the internal hook configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
DelayedPacketManager
A protocol manager that delays all packet listener registrations and unregistrations until
an underlying protocol manager can be constructed.
|
class |
PacketFilterManager |
Constructor and Description |
---|
ChatExtensions(ProtocolManager manager) |