Skip navigation links

Package com.comphenix.protocol

Contains classes for retrieving the main ProtocolMananger object.

See: Description

Package com.comphenix.protocol Description

Contains classes for retrieving the main ProtocolMananger object.

This allows plugins to reliably and easily read and modify the packet stream of any CraftBukkit-derivative (or specifically compatible) Minecraft-server.

This manager can be retrieved throught a static method in ProtocolLibrary:

 
 ProtocolManager manager = ProtocolLibrary.getProtocolManager();
 
 
Skip navigation links

Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.