ProtocolLib/src/main/java/com/comphenix/protocol/package-info.java
2018-09-22 17:48:06 -04:00

15 lines
464 B
Java

/**
* Contains classes for retrieving the main ProtocolMananger object.
* <p>
* This allows plugins to reliably and easily read and modify the packet stream of any CraftBukkit-derivative
* (or specifically compatible) Minecraft-server.
* <p>
* This manager can be retrieved throught a static method in ProtocolLibrary:
* <pre>
* {@code
* ProtocolManager manager = ProtocolLibrary.getProtocolManager();
* }
* </pre>
*/
package com.comphenix.protocol;