/** * 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: *

 * {@code
 * ProtocolManager manager = ProtocolLibrary.getProtocolManager();
 * }
 * 
*/ package com.comphenix.protocol;