<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#ABILITIES">ABILITIES</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#ABILITIES">ABILITIES</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/concurrency/AbstractConcurrentListenerMultimap.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">AbstractConcurrentListenerMultimap</span></a><<ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html"title="type parameter in AbstractConcurrentListenerMultimap">TListener</a>> - Class in <ahref="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dd>
<divclass="block">A thread-safe implementation of a listener multimap.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html#AbstractConcurrentListenerMultimap()">AbstractConcurrentListenerMultimap()</a></span> - Constructor for class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html"title="class in com.comphenix.protocol.concurrency">AbstractConcurrentListenerMultimap</a></dt>
<dt><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html"title="class in com.comphenix.protocol.reflect.fuzzy"><spanclass="strong">AbstractFuzzyMatcher</span></a><<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html"title="type parameter in AbstractFuzzyMatcher">T</a>> - Class in <ahref="../com/comphenix/protocol/reflect/fuzzy/package-summary.html">com.comphenix.protocol.reflect.fuzzy</a></dt>
<dd>
<divclass="block">Represents a matcher for fields, methods, constructors and classes.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#AbstractFuzzyMatcher()">AbstractFuzzyMatcher()</a></span> - Constructor for class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html"title="class in com.comphenix.protocol.reflect.fuzzy"><spanclass="strong">AbstractFuzzyMember</span></a><<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html"title="type parameter in AbstractFuzzyMember">T</a> extends java.lang.reflect.Member> - Class in <ahref="../com/comphenix/protocol/reflect/fuzzy/package-summary.html">com.comphenix.protocol.reflect.fuzzy</a></dt>
<dd>
<divclass="block">Represents a matcher that matches members.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#AbstractFuzzyMember()">AbstractFuzzyMember()</a></span> - Constructor for class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#AbstractFuzzyMember(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember)">AbstractFuzzyMember(AbstractFuzzyMember<T>)</a></span> - Constructor for class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy"><spanclass="strong">AbstractFuzzyMember.Builder</span></a><<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html"title="type parameter in AbstractFuzzyMember.Builder">T</a> extends <ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a><?>> - Class in <ahref="../com/comphenix/protocol/reflect/fuzzy/package-summary.html">com.comphenix.protocol.reflect.fuzzy</a></dt>
<dd>
<divclass="block">Represents a builder of a fuzzy member contract.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html#AbstractFuzzyMember.Builder()">AbstractFuzzyMember.Builder()</a></span> - Constructor for class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember.Builder</a></dt>
<dt><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">AbstractIntervalTree</span></a><<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> extends java.lang.Comparable<<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a>>,<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TValue</a>> - Class in <ahref="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dd>
<divclass="block">Represents a generic store of intervals and associated values.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#AbstractIntervalTree()">AbstractIntervalTree()</a></span> - Constructor for class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree</a></dt>
<dd> </dd>
<dt><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">AbstractIntervalTree.EndPoint</span></a> - Class in <ahref="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dd>
<divclass="block">Represents a single end point (open, close or both) of a range.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html#AbstractIntervalTree.EndPoint(com.comphenix.protocol.concurrency.AbstractIntervalTree.State, TKey, TValue)">AbstractIntervalTree.EndPoint(AbstractIntervalTree.State, TKey, TValue)</a></span> - Constructor for class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></dt>
<dt><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.Entry.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">AbstractIntervalTree.Entry</span></a> - Class in <ahref="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dd>
<divclass="block">Represents a range and a value in this interval tree.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency"><spanclass="strong">AbstractIntervalTree.State</span></a> - Enum in <ahref="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtBase.html#accept(com.comphenix.protocol.wrappers.nbt.NbtVisitor)">accept(NbtVisitor)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtBase.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtBase</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/IntegerSet.html#add(int)">add(int)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/IntegerSet.html"title="class in com.comphenix.protocol.concurrency">IntegerSet</a></dt>
<dd>
<divclass="block">Add the given element to the set, or do nothing if it already exists.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#add(T)">add(T)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<divclass="block">Inserts the given element in the proper location.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/ChunkPosition.html#add(com.comphenix.protocol.wrappers.ChunkPosition)">add(ChunkPosition)</a></span> - Method in class com.comphenix.protocol.wrappers.<ahref="../com/comphenix/protocol/wrappers/ChunkPosition.html"title="class in com.comphenix.protocol.wrappers">ChunkPosition</a></dt>
<dd>
<divclass="block">Adds the current position and a given position together, producing a result position.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(com.comphenix.protocol.wrappers.nbt.NbtBase)">add(NbtBase<TType>)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a NBT list or NBT compound to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(java.lang.String)">add(String)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new string element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(byte)">add(byte)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new byte element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(short)">add(short)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new short element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(int)">add(int)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new integer element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(long)">add(long)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new long element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(double)">add(double)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new double element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(byte[])">add(byte[])</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new byte array element to the list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#add(int[])">add(int[])</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a new int array element to the list.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#ADD_EXP_ORB">ADD_EXP_ORB</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/concurrency/SortedCopyOnWriteArray.html#addAll(java.util.Collection)">addAll(Collection<? extends T>)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#addClosest(java.lang.Object)">addClosest(Object)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Add a value to a typed list by attempting to convert it to the nearest value.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#addEndPoint(TKey, TValue, com.comphenix.protocol.concurrency.AbstractIntervalTree.State)">addEndPoint(TKey, TValue, AbstractIntervalTree.State)</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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#addGlobalParameter(java.lang.String, java.lang.Object)">addGlobalParameter(String, Object)</a></span> - Method in class com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html"title="class in com.comphenix.protocol.error">DetailedErrorReporter</a></dt>
<dd>
<divclass="block">Adds the given global parameter.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html#addListener(TListener, com.comphenix.protocol.events.ListeningWhitelist)">addListener(TListener, ListeningWhitelist)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html"title="class in com.comphenix.protocol.concurrency">AbstractConcurrentListenerMultimap</a></dt>
<dd>
<divclass="block">Adds a listener to its requested list of packet recievers.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/packet/PacketInjector.html#addPacketHandler(int)">addPacketHandler(int)</a></span> - Method in interface com.comphenix.protocol.injector.packet.<ahref="../com/comphenix/protocol/injector/packet/PacketInjector.html"title="interface in com.comphenix.protocol.injector.packet">PacketInjector</a></dt>
<dd>
<divclass="block">Start intercepting packets with the given packet ID.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html#addPacketHandler(int)">addPacketHandler(int)</a></span> - Method in interface com.comphenix.protocol.injector.player.<ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html"title="interface in com.comphenix.protocol.injector.player">PlayerInjectionHandler</a></dt>
<divclass="block">Add an underlying packet handler of the given ID.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#addPacketListener(com.comphenix.protocol.events.PacketListener)">addPacketListener(PacketListener)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#addPacketListener(com.comphenix.protocol.events.PacketListener)">addPacketListener(PacketListener)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#addPrefix(java.lang.String, java.lang.String)">addPrefix(String, String)</a></span> - Method in class com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html"title="class in com.comphenix.protocol.error">DetailedErrorReporter</a></dt>
<dd>
<divclass="block">Adds the given prefix to every line in the text.</div>
<dt><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.html"title="class in com.comphenix.protocol.reflect.cloning"><spanclass="strong">AggregateCloner</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a></dt>
<dd>
<divclass="block">Implements a cloning procedure by trying multiple methods in turn until one is successful.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning"><spanclass="strong">AggregateCloner.Builder</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a></dt>
<dd>
<divclass="block">Represents a builder for aggregate (combined) cloners.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html#AggregateCloner.Builder()">AggregateCloner.Builder()</a></span> - Constructor for class com.comphenix.protocol.reflect.cloning.<ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.Builder</a></dt>
<dd>
<divclass="block">Create a new aggregate builder.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.BuilderParameters.html"title="class in com.comphenix.protocol.reflect.cloning"><spanclass="strong">AggregateCloner.BuilderParameters</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/cloning/package-summary.html">com.comphenix.protocol.reflect.cloning</a></dt>
<dd>
<divclass="block">Supplies the cloner factories with necessary parameters.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#and(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher)">and(AbstractFuzzyMatcher<T>)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html"title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a></dt>
<dd>
<divclass="block">Require that this and the given matcher be TRUE.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html#andThen(java.lang.Class)">andThen(Class<? extends Cloner>)</a></span> - Method in class com.comphenix.protocol.reflect.cloning.<ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.Builder</a></dt>
<dd>
<divclass="block">Add the next cloner that will be considered in turn.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html#andThen(com.google.common.base.Function)">andThen(Function<AggregateCloner.BuilderParameters, Cloner>)</a></span> - Method in class com.comphenix.protocol.reflect.cloning.<ahref="../com/comphenix/protocol/reflect/cloning/AggregateCloner.Builder.html"title="class in com.comphenix.protocol.reflect.cloning">AggregateCloner.Builder</a></dt>
<dd>
<divclass="block">Add the next cloner that will be considered in turn.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#apacheCommonsMissing">apacheCommonsMissing</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><ahref="../com/comphenix/protocol/Application.html"title="class in com.comphenix.protocol"><spanclass="strong">Application</span></a> - Class in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">Ignore this class.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Application.html#Application()">Application()</a></span> - Constructor for class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Application.html"title="class in com.comphenix.protocol">Application</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#ARM_ANIMATION">ARM_ANIMATION</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#ARM_ANIMATION">ARM_ANIMATION</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>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#asCollection()">asCollection()</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a></dt>
<dd>
<divclass="block">Retrieve each NBT tag in this list.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtFactory.html#asCompound(com.comphenix.protocol.wrappers.nbt.NbtBase)">asCompound(NbtBase<?>)</a></span> - Static method in class com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtFactory.html"title="class in com.comphenix.protocol.wrappers.nbt">NbtFactory</a></dt>
<dd>
<divclass="block">Attempt to cast this NBT tag as a compund.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtFactory.html#asList(com.comphenix.protocol.wrappers.nbt.NbtBase)">asList(NbtBase<?>)</a></span> - Static method in class com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtFactory.html"title="class in com.comphenix.protocol.wrappers.nbt">NbtFactory</a></dt>
<dd>
<divclass="block">Attempt to cast this NBT tag as a list.</div>
<dt><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async"><spanclass="strong">AsyncFilterManager</span></a> - Class in <ahref="../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a></dt>
<dd>
<divclass="block">Represents a filter manager for asynchronous packets.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html#AsyncFilterManager(com.comphenix.protocol.error.ErrorReporter, org.bukkit.scheduler.BukkitScheduler, com.comphenix.protocol.ProtocolManager)">AsyncFilterManager(ErrorReporter, BukkitScheduler, ProtocolManager)</a></span> - Constructor for class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dt><ahref="../com/comphenix/protocol/AsynchronousManager.html"title="interface in com.comphenix.protocol"><spanclass="strong">AsynchronousManager</span></a> - Interface in <ahref="../com/comphenix/protocol/package-summary.html">com.comphenix.protocol</a></dt>
<dd>
<divclass="block">Represents a asynchronous packet handler.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/async/AsyncListenerHandler.html"title="class in com.comphenix.protocol.async"><spanclass="strong">AsyncListenerHandler</span></a> - Class in <ahref="../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a></dt>
<dd>
<divclass="block">Represents a handler for an asynchronous event.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/async/AsyncMarker.html"title="class in com.comphenix.protocol.async"><spanclass="strong">AsyncMarker</span></a> - Class in <ahref="../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a></dt>
<dd>
<divclass="block">Contains information about the packet that is being processed by asynchronous listeners.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async"><spanclass="strong">AsyncRunnable</span></a> - Interface in <ahref="../com/comphenix/protocol/async/package-summary.html">com.comphenix.protocol.async</a></dt>
<dd>
<divclass="block">A runnable representing a asynchronous event listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#ATTACH_ENTITY">ATTACH_ENTITY</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>