| Package | Description |
|---|---|
| com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
| com.comphenix.protocol.injector |
| Modifier and Type | Method and Description |
|---|---|
PlayerInjectHooks |
ProtocolConfig.getDefaultMethod()
Retrieve the default injection method.
|
PlayerInjectHooks |
ProtocolConfig.getInjectionMethod()
Retrieve the injection method that has been set in the configuration, or use a default value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolConfig.setInjectionMethod(PlayerInjectHooks hook)
Set the starting injection method to use.
|
| Modifier and Type | Method and Description |
|---|---|
static PlayerInjectHooks |
PlayerInjectHooks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerInjectHooks[] |
PlayerInjectHooks.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.