Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/Javadoc/index-files/index-17.html

312 Zeilen
28 KiB
HTML

2012-09-18 17:27:59 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
2012-10-01 05:01:08 +02:00
<!-- Generated by javadoc (version 1.7.0_07) on Mon Oct 01 05:00:24 CEST 2012 -->
2012-09-18 17:27:59 +02:00
<title>S-Index</title>
2012-10-01 05:01:08 +02:00
<meta name="date" content="2012-10-01">
2012-09-18 17:27:59 +02:00
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="S-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-16.html">Prev Letter</a></li>
<li><a href="index-18.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
<li><a href="index-17.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/VolatileField.html#saveValue()">saveValue()</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/VolatileField.html" title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<div class="block">Ensure that the current value is still set after this class has been garbaged collected.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncFilterManager.html#scheduleAsyncTask(org.bukkit.plugin.Plugin, java.lang.Runnable)">scheduleAsyncTask(Plugin, Runnable)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncFilterManager.html" title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<div class="block">Used to create a default asynchronous task.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#scheduleCompilation(java.util.Map, java.lang.Class)">scheduleCompilation(Map&lt;Class, StructureModifier&gt;, Class)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Ensure that the indirectly given structure modifier is eventually compiled.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#scheduleCompilation(com.comphenix.protocol.reflect.StructureModifier, com.comphenix.protocol.reflect.compiler.CompileListener)">scheduleCompilation(StructureModifier&lt;TKey&gt;, CompileListener&lt;TKey&gt;)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Ensure that the given structure modifier is eventually compiled.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/events/PacketAdapter.html#sendingWhitelist">sendingWhitelist</a></span> - Variable in class com.comphenix.protocol.events.<a href="../com/comphenix/protocol/events/PacketAdapter.html" title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>&nbsp;</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncMarker.html#sendPacket(com.comphenix.protocol.events.PacketEvent)">sendPacket(PacketEvent)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<div class="block">Transmit a given packet to the current packet stream.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncFilterManager.html#sendProcessedPackets(int, boolean)">sendProcessedPackets(int, boolean)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncFilterManager.html" title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<div class="block">Send any due packets, or clean up packets that have expired.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/injector/NetworkServerInjector.html#sendServerPacket(net.minecraft.server.Packet, boolean)">sendServerPacket(Packet, boolean)</a></span> - Method in class com.comphenix.protocol.injector.<a href="../com/comphenix/protocol/injector/NetworkServerInjector.html" title="class in com.comphenix.protocol.injector">NetworkServerInjector</a></dt>
<dd>&nbsp;</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/injector/PacketFilterManager.html#sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)">sendServerPacket(Player, PacketContainer)</a></span> - Method in class com.comphenix.protocol.injector.<a href="../com/comphenix/protocol/injector/PacketFilterManager.html" title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/injector/PacketFilterManager.html#sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer, boolean)">sendServerPacket(Player, PacketContainer, boolean)</a></span> - Method in class com.comphenix.protocol.injector.<a href="../com/comphenix/protocol/injector/PacketFilterManager.html" title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>&nbsp;</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/PacketStream.html#sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)">sendServerPacket(Player, PacketContainer)</a></span> - Method in interface com.comphenix.protocol.<a href="../com/comphenix/protocol/PacketStream.html" title="interface in com.comphenix.protocol">PacketStream</a></dt>
2012-09-18 17:27:59 +02:00
<dd>
<div class="block">Send a packet to the given player.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/PacketStream.html#sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer, boolean)">sendServerPacket(Player, PacketContainer, boolean)</a></span> - Method in interface com.comphenix.protocol.<a href="../com/comphenix/protocol/PacketStream.html" title="interface in com.comphenix.protocol">PacketStream</a></dt>
2012-09-18 17:27:59 +02:00
<dd>
<div class="block">Send a packet to the given player.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Client.html#SET_CREATIVE_SLOT">SET_CREATIVE_SLOT</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Client.html" title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Server.html#SET_CREATIVE_SLOT">SET_CREATIVE_SLOT</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Server.html#SET_EXPERIENCE">SET_EXPERIENCE</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Server.html#SET_SLOT">SET_SLOT</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>&nbsp;</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncMarker.html#setAsyncCancelled(boolean)">setAsyncCancelled(boolean)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<div class="block">Set whether or not the asynchronous handling should be cancelled.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/events/PacketEvent.html#setAsyncMarker(com.comphenix.protocol.async.AsyncMarker)">setAsyncMarker(AsyncMarker)</a></span> - Method in class com.comphenix.protocol.events.<a href="../com/comphenix/protocol/events/PacketEvent.html" title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<div class="block">Set the asynchronous marker.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/MethodUtils.html#setCacheMethods(boolean)">setCacheMethods(boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/MethodUtils.html" title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<div class="block">Set whether methods should be cached for greater performance or not,
default is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/events/PacketEvent.html#setCancelled(boolean)">setCancelled(boolean)</a></span> - Method in class com.comphenix.protocol.events.<a href="../com/comphenix/protocol/events/PacketEvent.html" title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<div class="block">Sets whether or not the packet should be cancelled.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/StructureModifier.html#setConverter(com.comphenix.protocol.reflect.EquivalentConverter)">setConverter(EquivalentConverter&lt;TField&gt;)</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<div class="block">Set the current object converter.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#setEnabled(boolean)">setEnabled(boolean)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Sets whether or not the background compiler is enabled.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/FuzzyReflection.html#setForceAccess(boolean)">setForceAccess(boolean)</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/FuzzyReflection.html" title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<div class="block">Sets whether or not not to override any scope restrictions.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/VolatileField.html#setForceAccess(boolean)">setForceAccess(boolean)</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/VolatileField.html" title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<div class="block">Sets whether or not not to override any scope restrictions.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#setInstance(com.comphenix.protocol.reflect.compiler.BackgroundCompiler)">setInstance(BackgroundCompiler)</a></span> - Static method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Sets the single background compiler we're using.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncMarker.html#setNewSendingIndex(long)">setNewSendingIndex(long)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<div class="block">Sets the desired sending order after processing has completed.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/events/PacketEvent.html#setPacket(com.comphenix.protocol.events.PacketContainer)">setPacket(PacketContainer)</a></span> - Method in class com.comphenix.protocol.events.<a href="../com/comphenix/protocol/events/PacketEvent.html" title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<div class="block">Replace the packet that will be sent to the player.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncMarker.html#setPacketStream(com.comphenix.protocol.PacketStream)">setPacketStream(PacketStream)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<div class="block">Sets the output packet stream responsible for transmitting this packet.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/injector/PacketFilterManager.html#setPlayerHook(com.comphenix.protocol.injector.PacketFilterManager.PlayerInjectHooks)">setPlayerHook(PacketFilterManager.PlayerInjectHooks)</a></span> - Method in class com.comphenix.protocol.injector.<a href="../com/comphenix/protocol/injector/PacketFilterManager.html" title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>
<div class="block">Sets how the server packets are read.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncMarker.html#setTimeout(long)">setTimeout(long)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncMarker.html" title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<div class="block">Set the time the packet will be forcefully rejected.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/VolatileField.html#setValue(java.lang.Object)">setValue(Object)</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/VolatileField.html" title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<div class="block">Sets the current value.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#SHUTDOWN_DELAY_MS">SHUTDOWN_DELAY_MS</a></span> - Static variable in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#shutdownAll()">shutdownAll()</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Clean up after ourselves using the default timeout.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#shutdownAll(long, java.util.concurrent.TimeUnit)">shutdownAll(long, TimeUnit)</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<a href="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html" title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<div class="block">Clean up after ourselves.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncFilterManager.html#signalPacketUpdate(com.comphenix.protocol.events.PacketEvent)">signalPacketUpdate(PacketEvent)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncFilterManager.html" title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<div class="block">Signal that a packet is ready to be transmitted.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncFilterManager.html#signalProcessingDone(com.comphenix.protocol.events.PacketEvent)">signalProcessingDone(PacketEvent)</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncFilterManager.html" title="class in com.comphenix.protocol.async">AsyncFilterManager</a></dt>
<dd>
<div class="block">Signal that a packet has finished processing.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#size()">size()</a></span> - Method in class com.comphenix.protocol.concurrency.<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<div class="block">Retrieve the size of the list.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/StructureModifier.html#size()">size()</a></span> - Method in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<div class="block">Retrieve the number of readable types.</div>
</dd>
<dt><a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="class in com.comphenix.protocol.concurrency"><span class="strong">SortedCopyOnWriteArray</span></a>&lt;<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="type parameter in SortedCopyOnWriteArray">T</a> extends java.lang.Comparable&lt;<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="type parameter in SortedCopyOnWriteArray">T</a>&gt;&gt; - Class in <a href="../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></dt>
<dd>
<div class="block">An implicitly sorted array list that preserves insertion order and maintains duplicates.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#SortedCopyOnWriteArray()">SortedCopyOnWriteArray()</a></span> - Constructor for class com.comphenix.protocol.concurrency.<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<div class="block">Construct an empty sorted array.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#SortedCopyOnWriteArray(java.util.Collection)">SortedCopyOnWriteArray(Collection&lt;T&gt;)</a></span> - Constructor for class com.comphenix.protocol.concurrency.<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<div class="block">Create a sorted array from the given list.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#SortedCopyOnWriteArray(java.util.Collection, boolean)">SortedCopyOnWriteArray(Collection&lt;T&gt;, boolean)</a></span> - Constructor for class com.comphenix.protocol.concurrency.<a href="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html" title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<div class="block">Create a sorted array from the given list.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Server.html#SPAWN_POSITION">SPAWN_POSITION</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>&nbsp;</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/async/AsyncListenerHandler.html#start()">start()</a></span> - Method in class com.comphenix.protocol.async.<a href="../com/comphenix/protocol/async/AsyncListenerHandler.html" title="class in com.comphenix.protocol.async">AsyncListenerHandler</a></dt>
<dd>
<div class="block">Start the asynchronous listener using the Bukkit scheduler.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/Packets.Server.html#STATISTIC">STATISTIC</a></span> - Static variable in class com.comphenix.protocol.<a href="../com/comphenix/protocol/Packets.Server.html" title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/comphenix/protocol/metrics/Statistics.html" title="class in com.comphenix.protocol.metrics"><span class="strong">Statistics</span></a> - Class in <a href="../com/comphenix/protocol/metrics/package-summary.html">com.comphenix.protocol.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/metrics/Statistics.html#Statistics(org.bukkit.plugin.Plugin)">Statistics(Plugin)</a></span> - Constructor for class com.comphenix.protocol.metrics.<a href="../com/comphenix/protocol/metrics/Statistics.html" title="class in com.comphenix.protocol.metrics">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html#STRING_DEFAULT">STRING_DEFAULT</a></span> - Static variable in class com.comphenix.protocol.reflect.instances.<a href="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html" title="class in com.comphenix.protocol.reflect.instances">PrimitiveGenerator</a></dt>
<dd>
<div class="block">Default value for Strings.</div>
</dd>
<dt><a href="../com/comphenix/protocol/injector/StructureCache.html" title="class in com.comphenix.protocol.injector"><span class="strong">StructureCache</span></a> - Class in <a href="../com/comphenix/protocol/injector/package-summary.html">com.comphenix.protocol.injector</a></dt>
<dd>
<div class="block">Caches structure modifiers.</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/injector/StructureCache.html#StructureCache()">StructureCache()</a></span> - Constructor for class com.comphenix.protocol.injector.<a href="../com/comphenix/protocol/injector/StructureCache.html" title="class in com.comphenix.protocol.injector">StructureCache</a></dt>
<dd>&nbsp;</dd>
2012-10-01 05:01:08 +02:00
<dt><a href="../com/comphenix/protocol/reflect/compiler/StructureCompiler.html" title="class in com.comphenix.protocol.reflect.compiler"><span class="strong">StructureCompiler</span></a> - Class in <a href="../com/comphenix/protocol/reflect/compiler/package-summary.html">com.comphenix.protocol.reflect.compiler</a></dt>
<dd>
<div class="block">Represents a StructureModifier compiler.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/events/PacketContainer.html#structureModifier">structureModifier</a></span> - Variable in class com.comphenix.protocol.events.<a href="../com/comphenix/protocol/events/PacketContainer.html" title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect"><span class="strong">StructureModifier</span></a>&lt;<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="type parameter in StructureModifier">TField</a>&gt; - Class in <a href="../com/comphenix/protocol/reflect/package-summary.html">com.comphenix.protocol.reflect</a></dt>
2012-10-01 05:01:08 +02:00
<dd>
<div class="block">Provides list-oriented access to the fields of a Minecraft packet.</div>
</dd>
2012-09-18 17:27:59 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/StructureModifier.html#StructureModifier(java.lang.Class, java.lang.Class, boolean)">StructureModifier(Class, Class, boolean)</a></span> - Constructor for class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<div class="block">Creates a structure modifier.</div>
</dd>
2012-10-01 05:01:08 +02:00
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/StructureModifier.html#StructureModifier()">StructureModifier()</a></span> - Constructor for class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<div class="block">Consumers of this method should call "initialize".</div>
</dd>
<dt><span class="strong"><a href="../com/comphenix/protocol/reflect/StructureModifier.html#subtypeCache">subtypeCache</a></span> - Variable in class com.comphenix.protocol.reflect.<a href="../com/comphenix/protocol/reflect/StructureModifier.html" title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>&nbsp;</dd>
2012-09-18 17:27:59 +02:00
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">K</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-16.html">Prev Letter</a></li>
<li><a href="index-18.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li>
<li><a href="index-17.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>