<dt><ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events"><spanclass="strong">PacketAdapter</span></a> - Class in <ahref="../com/comphenix/protocol/events/package-summary.html">com.comphenix.protocol.events</a></dt>
<dd>
<divclass="block">Represents a packet listener with useful constructors.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, java.lang.Integer...)">PacketAdapter(Plugin, ConnectionSide, Integer...)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener with default priority.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.events.ListenerPriority, java.util.Set)">PacketAdapter(Plugin, ConnectionSide, ListenerPriority, Set<Integer>)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.injector.GamePhase, java.util.Set)">PacketAdapter(Plugin, ConnectionSide, GamePhase, Set<Integer>)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.events.ListenerPriority, com.comphenix.protocol.injector.GamePhase, java.util.Set)">PacketAdapter(Plugin, ConnectionSide, ListenerPriority, GamePhase, Set<Integer>)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.events.ListenerPriority, java.lang.Integer...)">PacketAdapter(Plugin, ConnectionSide, ListenerPriority, Integer...)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.injector.GamePhase, java.lang.Integer...)">PacketAdapter(Plugin, ConnectionSide, GamePhase, Integer...)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#PacketAdapter(org.bukkit.plugin.Plugin, com.comphenix.protocol.events.ConnectionSide, com.comphenix.protocol.events.ListenerPriority, com.comphenix.protocol.injector.GamePhase, java.lang.Integer...)">PacketAdapter(Plugin, ConnectionSide, ListenerPriority, GamePhase, Integer...)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Initialize a packet listener for a single connection side.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/injector/PacketConstructor.html"title="class in com.comphenix.protocol.injector"><spanclass="strong">PacketConstructor</span></a> - Class in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<divclass="block">A packet constructor that uses an internal Minecraft.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/injector/PacketConstructor.Unwrapper.html"title="interface in com.comphenix.protocol.injector"><spanclass="strong">PacketConstructor.Unwrapper</span></a> - Interface in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<divclass="block">Represents a unwrapper for a constructor parameter.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events"><spanclass="strong">PacketContainer</span></a> - Class in <ahref="../com/comphenix/protocol/events/package-summary.html">com.comphenix.protocol.events</a></dt>
<dd>
<divclass="block">Represents a Minecraft packet indirectly.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#PacketContainer(int)">PacketContainer(int)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Creates a packet container for a new packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#PacketContainer(int, net.minecraft.server.Packet)">PacketContainer(int, Packet)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Creates a packet container for an existing packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#PacketContainer(int, net.minecraft.server.Packet, com.comphenix.protocol.reflect.StructureModifier)">PacketContainer(int, Packet, StructureModifier<Object>)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Creates a packet container for an existing packet.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events"><spanclass="strong">PacketEvent</span></a> - Class in <ahref="../com/comphenix/protocol/events/package-summary.html">com.comphenix.protocol.events</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#PacketEvent(java.lang.Object)">PacketEvent(Object)</a></span> - Constructor for class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Use the static constructors to create instances of this event.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector"><spanclass="strong">PacketFilterManager</span></a> - Class in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#PacketFilterManager(java.lang.ClassLoader, org.bukkit.Server, com.comphenix.protocol.injector.DelayedSingleTask, com.comphenix.protocol.error.ErrorReporter)">PacketFilterManager(ClassLoader, Server, DelayedSingleTask, ErrorReporter)</a></span> - Constructor for class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<divclass="block">Only create instances of this class if protocol lib is disabled.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/injector/PacketFilterManager.PlayerInjectHooks.html"title="enum in com.comphenix.protocol.injector"><spanclass="strong">PacketFilterManager.PlayerInjectHooks</span></a> - Enum in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<divclass="block">Sets the inject hook type.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/events/PacketListener.html"title="interface in com.comphenix.protocol.events"><spanclass="strong">PacketListener</span></a> - Interface in <ahref="../com/comphenix/protocol/events/package-summary.html">com.comphenix.protocol.events</a></dt>
<dd>
<divclass="block">Represents a listener that recieves notifications when packets are sent or recieved.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/Packets.html"title="class in com.comphenix.protocol"><spanclass="strong">Packets</span></a> - Class in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">List of known packet IDs since 1.3.2.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.html#Packets()">Packets()</a></span> - Constructor for class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.html"title="class in com.comphenix.protocol">Packets</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol"><spanclass="strong">Packets.Client</span></a> - Class in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">List of packets sent by the client.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol"><spanclass="strong">Packets.Server</span></a> - Class in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">List of packets sent only by the server.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/PacketStream.html"title="interface in com.comphenix.protocol"><spanclass="strong">PacketStream</span></a> - Interface in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">Represents a object capable of sending or receiving packets.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PICKUP_SPAWN">PICKUP_SPAWN</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#PLACE">PLACE</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PLAY_NOTE_BLOCK">PLAY_NOTE_BLOCK</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PLAYER_INFO">PLAYER_INFO</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#PLAYER_LOOK">PLAYER_LOOK</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PLAYER_LOOK">PLAYER_LOOK</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#PLAYER_LOOK_MOVE">PLAYER_LOOK_MOVE</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PLAYER_LOOK_MOVE">PLAYER_LOOK_MOVE</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#PLAYER_POSITION">PLAYER_POSITION</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#PLAYER_POSITION">PLAYER_POSITION</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html"title="class in com.comphenix.protocol.injector.player"><spanclass="strong">PlayerInjectionHandler</span></a> - Class in <ahref="../com/comphenix/protocol/injector/player/package-summary.html">com.comphenix.protocol.injector.player</a></dt>
<dd>
<divclass="block">Responsible for injecting into a player's sendPacket method.</div>
<dt><ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html"title="class in com.comphenix.protocol.injector"><spanclass="strong">PlayerLoggedOutException</span></a> - Exception in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<divclass="block">Invoked when attempting to use a player that has already logged out.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html#PlayerLoggedOutException()">PlayerLoggedOutException()</a></span> - Constructor for exception com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html"title="class in com.comphenix.protocol.injector">PlayerLoggedOutException</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html#PlayerLoggedOutException(java.lang.String, java.lang.Throwable)">PlayerLoggedOutException(String, Throwable)</a></span> - Constructor for exception com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html"title="class in com.comphenix.protocol.injector">PlayerLoggedOutException</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html#PlayerLoggedOutException(java.lang.String)">PlayerLoggedOutException(String)</a></span> - Constructor for exception com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html"title="class in com.comphenix.protocol.injector">PlayerLoggedOutException</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html#PlayerLoggedOutException(java.lang.Throwable)">PlayerLoggedOutException(Throwable)</a></span> - Constructor for exception com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PlayerLoggedOutException.html"title="class in com.comphenix.protocol.injector">PlayerLoggedOutException</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#plugin">plugin</a></span> - Variable in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/DelayedSingleTask.html#plugin">plugin</a></span> - Variable in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/DelayedSingleTask.html"title="class in com.comphenix.protocol.injector">DelayedSingleTask</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#PLUGIN_NAME">PLUGIN_NAME</a></span> - Static variable in class com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html"title="class in com.comphenix.protocol.error">DetailedErrorReporter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/metrics/Updater.html#pluginFile(java.lang.String)">pluginFile(String)</a></span> - Method in class com.comphenix.protocol.metrics.<ahref="../com/comphenix/protocol/metrics/Updater.html"title="class in com.comphenix.protocol.metrics">Updater</a></dt>
<dd>
<divclass="block">Check if the name of a jar is one of the plugins currently installed, used for extracting the correct files out of a zip.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#pluginReference">pluginReference</a></span> - Variable in class com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html"title="class in com.comphenix.protocol.error">DetailedErrorReporter</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#prefix">prefix</a></span> - Variable in class com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html"title="class in com.comphenix.protocol.error">DetailedErrorReporter</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">PrettyPrinter</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/package-summary.html">com.comphenix.protocol.reflect</a></dt>
<dd>
<divclass="block">Used to print the content of an arbitrary class.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html#PrettyPrinter()">PrettyPrinter()</a></span> - Constructor for class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html"title="class in com.comphenix.protocol.reflect">PrettyPrinter</a></dt>
<dt><ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html"title="class in com.comphenix.protocol.reflect.instances"><spanclass="strong">PrimitiveGenerator</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a></dt>
<dd>
<divclass="block">Provides constructors for primtive types, wrappers, arrays and strings.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html#PrimitiveGenerator(java.lang.String)">PrimitiveGenerator(String)</a></span> - Constructor for class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html"title="class in com.comphenix.protocol.reflect.instances">PrimitiveGenerator</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html#printObject(java.lang.Object, java.lang.Class, java.lang.Class)">printObject(Object, Class<?>, Class<?>)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html"title="class in com.comphenix.protocol.reflect">PrettyPrinter</a></dt>
<divclass="block">Print the content of an object.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html#printObject(java.lang.Object, java.lang.Class, java.lang.Class, int)">printObject(Object, Class<?>, Class<?>, int)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html"title="class in com.comphenix.protocol.reflect">PrettyPrinter</a></dt>
<dd>
<divclass="block">Print the content of an object.</div>
<dt><ahref="../com/comphenix/protocol/injector/PrioritizedListener.html"title="class in com.comphenix.protocol.injector"><spanclass="strong">PrioritizedListener</span></a><<ahref="../com/comphenix/protocol/injector/PrioritizedListener.html"title="type parameter in PrioritizedListener">TListener</a>> - Class in <ahref="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<divclass="block">Represents a listener with a priority.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PrioritizedListener.html#PrioritizedListener(TListener, com.comphenix.protocol.events.ListenerPriority)">PrioritizedListener(TListener, ListenerPriority)</a></span> - Constructor for class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PrioritizedListener.html"title="class in com.comphenix.protocol.injector">PrioritizedListener</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html#processPacket(org.bukkit.entity.Player, net.minecraft.server.Packet)">processPacket(Player, Packet)</a></span> - Method in class com.comphenix.protocol.injector.player.<ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html"title="class in com.comphenix.protocol.injector.player">PlayerInjectionHandler</a></dt>
<dd>
<divclass="block">Process a packet as if it were sent by the given player.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/ProtocolLibrary.html"title="class in com.comphenix.protocol"><spanclass="strong">ProtocolLibrary</span></a> - Class in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">The main entry point for ProtocolLib.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolLibrary.html#ProtocolLibrary()">ProtocolLibrary()</a></span> - Constructor for class com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolLibrary.html"title="class in com.comphenix.protocol">ProtocolLibrary</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol"><spanclass="strong">ProtocolManager</span></a> - Interface in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">Represents an API for accessing the Minecraft protocol.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#put(TKey, TKey, TValue)">put(TKey, TKey, TValue)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree</a></dt>
<dd>
<divclass="block">Associates a given interval of keys with a certain value.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#putAll(com.comphenix.protocol.concurrency.AbstractIntervalTree)">putAll(AbstractIntervalTree<TKey, TValue>)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree</a></dt>
<dd>
<divclass="block">Inserts every range from the given tree into the current tree.</div>