Package com.comphenix.protocol


package com.comphenix.protocol
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();