<li><ahref="../../../../com/comphenix/protocol/utility/StreamSerializer.html"title="class in com.comphenix.protocol.utility"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility"><spanclass="strong">Next Class</span></a></li>
<tdclass="colLast"><code><strong><ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a></strong></code>
<divclass="block">Represents a backwards compatible Bukkit task.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a></code></td>
<divclass="block">Schedule a given task for a single asynchronous execution.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a></code></td>
<divclass="block">Schedule a given task for asynchronous execution.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a></code></td>
<pre>public static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a> runAsynchronouslyOnce(org.bukkit.plugin.Plugin plugin,
<divclass="block">Schedule a given task for a single asynchronous execution.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plugin</code> - - the owner plugin.</dd><dd><code>runnable</code> - - the task to run.</dd><dd><code>firstDelay</code> - - the amount of time to wait until executing the task.</dd>
<pre>public static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a> runAsynchronouslyRepeat(org.bukkit.plugin.Plugin plugin,
<divclass="block">Schedule a given task for multiple asynchronous executions.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plugin</code> - - the owner plugin.</dd><dd><code>runnable</code> - - the task to run.</dd><dd><code>firstDelay</code> - - the amount of time to wait until executing the task for the first time.</dd><dd><code>repeatDelay</code> - - the amount of time inbetween each execution. If less than zero, the task is only executed once.</dd>
<pre>public static <ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility">WrappedScheduler.TaskWrapper</a> runAsynchronouslyRepeat(org.bukkit.plugin.Plugin plugin,
<divclass="block">Schedule a given task for asynchronous execution.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plugin</code> - - the owner plugin.</dd><dd><code>scheduler</code> - - the current Bukkit scheduler.</dd><dd><code>runnable</code> - - the task to run.</dd><dd><code>firstDelay</code> - - the amount of time to wait until executing the task for the first time.</dd><dd><code>repeatDelay</code> - - the amount of time inbetween each execution. If less than zero, the task is only executed once.</dd>
<li><ahref="../../../../com/comphenix/protocol/utility/StreamSerializer.html"title="class in com.comphenix.protocol.utility"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/utility/WrappedScheduler.TaskWrapper.html"title="interface in com.comphenix.protocol.utility"><spanclass="strong">Next Class</span></a></li>