<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html#read(int)">read(int)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html"title="class in com.comphenix.protocol.reflect.compiler">CompiledStructureModifier</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#read(int)">read(int)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Reads the value of a field given its index.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readField(java.lang.reflect.Field, java.lang.Object)">readField(Field, Object)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read an accessible Field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readField(java.lang.reflect.Field, java.lang.Object, boolean)">readField(Field, Object, boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read a Field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readField(java.lang.Object, java.lang.String)">readField(Object, String)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read the named public field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readField(java.lang.Object, java.lang.String, boolean)">readField(Object, String, boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read the named field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html#readGenerated(int)">readGenerated(int)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html"title="class in com.comphenix.protocol.reflect.compiler">CompiledStructureModifier</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html#readReflected(int)">readReflected(int)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<ahref="../com/comphenix/protocol/reflect/compiler/CompiledStructureModifier.html"title="class in com.comphenix.protocol.reflect.compiler">CompiledStructureModifier</a></dt>
<dd>
<divclass="block">Read the given field index using reflection.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#readSafely(int)">readSafely(int)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Reads the value of a field if and ONLY IF it exists.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readStaticField(java.lang.reflect.Field)">readStaticField(Field)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read an accessible static Field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readStaticField(java.lang.reflect.Field, boolean)">readStaticField(Field, boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read a static Field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readStaticField(java.lang.Class, java.lang.String)">readStaticField(Class, String)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read the named public static field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#readStaticField(java.lang.Class, java.lang.String, boolean)">readStaticField(Class, String, boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Read the named static field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#receivingWhitelist">receivingWhitelist</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/PacketStream.html#recieveClientPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)">recieveClientPacket(Player, PacketContainer)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/PacketStream.html"title="interface in com.comphenix.protocol">PacketStream</a></dt>
<dd>
<divclass="block">Simulate recieving a certain packet from a given player.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/PacketStream.html#recieveClientPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer, boolean)">recieveClientPacket(Player, PacketContainer, boolean)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/PacketStream.html"title="interface in com.comphenix.protocol">PacketStream</a></dt>
<dd>
<divclass="block">Simulate recieving a certain packet from a given player.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html#RECURSE_DEPTH">RECURSE_DEPTH</a></span> - Static variable in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrettyPrinter.html"title="class in com.comphenix.protocol.reflect">PrettyPrinter</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/IntEnum.html#registerAll()">registerAll()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect">IntEnum</a></dt>
<dd>
<divclass="block">Registers every public int field as a member.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html#registerAsyncHandler(com.comphenix.protocol.events.PacketListener)">registerAsyncHandler(PacketListener)</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html#registerAsyncHandler(com.comphenix.protocol.events.PacketListener, boolean)">registerAsyncHandler(PacketListener, boolean)</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<divclass="block">Registers an asynchronous packet handler.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/AsynchronousManager.html#registerAsyncHandler(com.comphenix.protocol.events.PacketListener)">registerAsyncHandler(PacketListener)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/AsynchronousManager.html"title="interface in com.comphenix.protocol">AsynchronousManager</a></dt>
<dd>
<divclass="block">Registers an asynchronous packet handler.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/IntEnum.html#registerMember(int, java.lang.String)">registerMember(int, String)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect">IntEnum</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html#registerTimeoutHandler(com.comphenix.protocol.events.PacketListener)">registerTimeoutHandler(PacketListener)</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/AsynchronousManager.html#registerTimeoutHandler(com.comphenix.protocol.events.PacketListener)">registerTimeoutHandler(PacketListener)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/AsynchronousManager.html"title="interface in com.comphenix.protocol">AsynchronousManager</a></dt>
<dd>
<divclass="block">Register a synchronous listener that handles packets when they time out.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#REL_ENTITY_MOVE">REL_ENTITY_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.Server.html#REL_ENTITY_MOVE_LOOK">REL_ENTITY_MOVE_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>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolLibrary.html#reloadConfig()">reloadConfig()</a></span> - Method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolLibrary.html"title="class in com.comphenix.protocol">ProtocolLibrary</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#remove(TKey, TKey)">remove(TKey, TKey)</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">Removes every interval that intersects with the given range.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#remove(TKey, TKey, boolean)">remove(TKey, TKey, boolean)</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">Removes every interval that intersects with the given range.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/IntegerSet.html#remove(int)">remove(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">Remove the given element from the set, or do nothing if it's already removed.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#remove(java.lang.Object)">remove(Object)</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">Removes from the list by making a new list with every element except the one given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#remove(int)">remove(int)</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">Removes from the list by making a copy of every element except the one with the given index.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtCompound.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface com.comphenix.protocol.wrappers.nbt.<ahref="../com/comphenix/protocol/wrappers/nbt/NbtCompound.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtCompound</a></dt>
<dd>
<divclass="block">Remove the NBT element that is associated with the given key.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/nbt/NbtList.html#remove(java.lang.Object)">remove(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">Remove a given object from the list.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#REMOVE_MOB_EFFECT">REMOVE_MOB_EFFECT</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#removeAll(java.util.Collection)">removeAll(Collection<?>)</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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/AbstractConcurrentListenerMultimap.html#removeListener(TListener, com.comphenix.protocol.events.ListeningWhitelist)">removeListener(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">Removes the given listener from the packet event list.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/wrappers/WrappedDataWatcher.html#removeObject(int)">removeObject(int)</a></span> - Method in class com.comphenix.protocol.wrappers.<ahref="../com/comphenix/protocol/wrappers/WrappedDataWatcher.html"title="class in com.comphenix.protocol.wrappers">WrappedDataWatcher</a></dt>
<dd>
<divclass="block">Remove a given object from the underlying DataWatcher.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#removePacketListener(com.comphenix.protocol.events.PacketListener)">removePacketListener(PacketListener)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Removes a given packet listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#removePacketListeners(org.bukkit.plugin.Plugin)">removePacketListeners(Plugin)</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Removes every listener associated with the given plugin.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncFilterManager.html#removePlayer(org.bukkit.entity.Player)">removePlayer(Player)</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncFilterManager.html"title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<divclass="block">Clean up after a given player has logged out.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/metrics/Metrics.Graph.html#removePlotter(com.comphenix.protocol.metrics.Metrics.Plotter)">removePlotter(Metrics.Plotter)</a></span> - Method in class com.comphenix.protocol.metrics.<ahref="../com/comphenix/protocol/metrics/Metrics.Graph.html"title="class in com.comphenix.protocol.metrics">Metrics.Graph</a></dt>
<dd>
<divclass="block">Remove a plotter from the graph</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportDetailed(java.lang.Object, java.lang.String, java.lang.Throwable, java.lang.Object...)">reportDetailed(Object, String, Throwable, 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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/ErrorReporter.html#reportDetailed(java.lang.Object, java.lang.String, java.lang.Throwable, java.lang.Object...)">reportDetailed(Object, String, Throwable, Object...)</a></span> - Method in interface com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/ErrorReporter.html"title="interface in com.comphenix.protocol.error">ErrorReporter</a></dt>
<dd>
<divclass="block">Prints a detailed error report about an unhandled exception.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportMinimal(org.bukkit.plugin.Plugin, java.lang.String, java.lang.Throwable, java.lang.Object...)">reportMinimal(Plugin, String, Throwable, 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>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportMinimal(org.bukkit.plugin.Plugin, java.lang.String, java.lang.Throwable)">reportMinimal(Plugin, String, Throwable)</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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/ErrorReporter.html#reportMinimal(org.bukkit.plugin.Plugin, java.lang.String, java.lang.Throwable)">reportMinimal(Plugin, String, Throwable)</a></span> - Method in interface com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/ErrorReporter.html"title="interface in com.comphenix.protocol.error">ErrorReporter</a></dt>
<dd>
<divclass="block">Prints a small minimal error report about an exception from another plugin.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportMinimalNoSpam(org.bukkit.plugin.Plugin, java.lang.String, java.lang.Throwable)">reportMinimalNoSpam(Plugin, String, Throwable)</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>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportWarning(java.lang.Object, java.lang.String)">reportWarning(Object, 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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/DetailedErrorReporter.html#reportWarning(java.lang.Object, java.lang.String, java.lang.Throwable)">reportWarning(Object, String, Throwable)</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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/ErrorReporter.html#reportWarning(java.lang.Object, java.lang.String)">reportWarning(Object, String)</a></span> - Method in interface com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/ErrorReporter.html"title="interface in com.comphenix.protocol.error">ErrorReporter</a></dt>
<dd>
<divclass="block">Prints a warning message from the current plugin.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/error/ErrorReporter.html#reportWarning(java.lang.Object, java.lang.String, java.lang.Throwable)">reportWarning(Object, String, Throwable)</a></span> - Method in interface com.comphenix.protocol.error.<ahref="../com/comphenix/protocol/error/ErrorReporter.html"title="interface in com.comphenix.protocol.error">ErrorReporter</a></dt>
<dd>
<divclass="block">Prints a warning message from the current plugin.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html#requireModifier(int)">requireModifier(int)</a></span> - Method in 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><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyFieldContract.Builder.html#requireModifier(int)">requireModifier(int)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyFieldContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyFieldContract.Builder</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html#requireModifier(int)">requireModifier(int)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract.Builder</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/metrics/Metrics.Plotter.html#reset()">reset()</a></span> - Method in class com.comphenix.protocol.metrics.<ahref="../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a></dt>
<dd>
<divclass="block">Called after the website graphs have been updated</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#RESPAWN">RESPAWN</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>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#RESPAWN">RESPAWN</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#retainAll(java.util.Collection)">retainAll(Collection<?>)</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/reflect/fuzzy/FuzzyMethodContract.Builder.html#returnDerivedOf(java.lang.Class)">returnDerivedOf(Class<?>)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract.Builder</a></dt>
<dd>
<divclass="block">Set the expected super class of the return type for every matching method.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html#returnTypeExact(java.lang.Class)">returnTypeExact(Class<?>)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract.Builder</a></dt>
<dd>
<divclass="block">Set the return type of a matching method exactly.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html#returnTypeMatches(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher)">returnTypeMatches(AbstractFuzzyMatcher<Class<?>>)</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract.Builder</a></dt>
<dd>
<divclass="block">Set a matcher that must match the return type of a matching method.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html#returnTypeVoid()">returnTypeVoid()</a></span> - Method in class com.comphenix.protocol.reflect.fuzzy.<ahref="../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.Builder.html"title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract.Builder</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#revertValue()">revertValue()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Revert to the previously set value.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/utility/WrappedScheduler.html#runAsynchronouslyOnce(org.bukkit.plugin.Plugin, java.lang.Runnable, long)">runAsynchronouslyOnce(Plugin, Runnable, long)</a></span> - Static method in class com.comphenix.protocol.utility.<ahref="../com/comphenix/protocol/utility/WrappedScheduler.html"title="class in com.comphenix.protocol.utility">WrappedScheduler</a></dt>
<dd>
<divclass="block">Schedule a given task for a single asynchronous execution.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/utility/WrappedScheduler.html#runAsynchronouslyRepeat(org.bukkit.plugin.Plugin, java.lang.Runnable, long, long)">runAsynchronouslyRepeat(Plugin, Runnable, long, long)</a></span> - Static method in class com.comphenix.protocol.utility.<ahref="../com/comphenix/protocol/utility/WrappedScheduler.html"title="class in com.comphenix.protocol.utility">WrappedScheduler</a></dt>
<dd>
<divclass="block">Schedule a given task for multiple asynchronous executions.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/utility/WrappedScheduler.html#runAsynchronouslyRepeat(org.bukkit.plugin.Plugin, org.bukkit.scheduler.BukkitScheduler, java.lang.Runnable, long, long)">runAsynchronouslyRepeat(Plugin, BukkitScheduler, Runnable, long, long)</a></span> - Static method in class com.comphenix.protocol.utility.<ahref="../com/comphenix/protocol/utility/WrappedScheduler.html"title="class in com.comphenix.protocol.utility">WrappedScheduler</a></dt>
<dd>
<divclass="block">Schedule a given task for asynchronous execution.</div>