ProtocolLib/src/main/java/com/comphenix/protocol/package-info.java

15 lines
464 B
Java
Raw Normal View History

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