mirror of
https://github.com/SimplexDevelopment/SimplexSS.git
synced 2025-07-01 06:36:41 +00:00
Added Bukkit communication with BukkitScheduler
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Tue Dec 13 17:23:54 CST 2022 -->
|
||||
<title>G-Index</title>
|
||||
<!-- Generated by javadoc (17) on Wed Dec 14 11:14:32 CST 2022 -->
|
||||
<title>F-Index</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2022-12-13">
|
||||
<meta name="description" content="index: G">
|
||||
<meta name="dc.created" content="2022-12-14">
|
||||
<meta name="description" content="index: F">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.min.css" title="Style">
|
||||
@ -50,61 +50,21 @@ loadScripts(document, 'script');</script>
|
||||
<div class="header">
|
||||
<h1>Index</h1>
|
||||
</div>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized Form</a>
|
||||
<h2 class="title" id="I:G">G</h2>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized Form</a>
|
||||
<h2 class="title" id="I:F">F</h2>
|
||||
<dl class="index">
|
||||
<dt><a href="../io/github/simplex/simplexss/ServiceManager.html#getAssociatedServicePool(io.github.simplex.api.IService)" class="member-name-link">getAssociatedServicePool(IService)</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServiceManager.html" title="class in io.github.simplex.simplexss">ServiceManager</a></dt>
|
||||
<dt><a href="../io/github/simplexdevelopment/api/Context.html#fluxFromCollection()" class="member-name-link">fluxFromCollection()</a> - Method in interface io.github.simplexdevelopment.api.<a href="../io/github/simplexdevelopment/api/Context.html" title="interface in io.github.simplexdevelopment.api">Context</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/ServicePool.html#getAssociatedServices()" class="member-name-link">getAssociatedServices()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></dt>
|
||||
<dt><a href="../io/github/simplexdevelopment/api/ISchedule.html#forceStart(io.github.simplexdevelopment.api.IService)" class="member-name-link">forceStart(IService)</a> - Method in interface io.github.simplexdevelopment.api.<a href="../io/github/simplexdevelopment/api/ISchedule.html" title="interface in io.github.simplexdevelopment.api">ISchedule</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/Context.html#getContext()" class="member-name-link">getContext()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/Context.html" title="interface in io.github.simplex.api">Context</a></dt>
|
||||
<dt><a href="../io/github/simplexdevelopment/scheduler/SchedulingSystem.html#forceStart(io.github.simplexdevelopment.api.IService)" class="member-name-link">forceStart(IService)</a> - Method in class io.github.simplexdevelopment.scheduler.<a href="../io/github/simplexdevelopment/scheduler/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getDefaultNamespacedKey()" class="member-name-link">getDefaultNamespacedKey()</a> - Static method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dt><a href="../io/github/simplexdevelopment/api/ISchedule.html#forceStop(io.github.simplexdevelopment.api.IService)" class="member-name-link">forceStop(IService)</a> - Method in interface io.github.simplexdevelopment.api.<a href="../io/github/simplexdevelopment/api/ISchedule.html" title="interface in io.github.simplexdevelopment.api">ISchedule</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/ServicePool.html#getDefaultNamespacedKey()" class="member-name-link">getDefaultNamespacedKey()</a> - Static method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/ExecutableService.html#getDelay()" class="member-name-link">getDelay()</a> - Method in class io.github.simplex.api.<a href="../io/github/simplex/api/ExecutableService.html" title="class in io.github.simplex.api">ExecutableService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getDelay()" class="member-name-link">getDelay()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/SchedulingSystem.html#getMainSchedulerThread()" class="member-name-link">getMainSchedulerThread()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/ExecutableService.html#getNamespacedKey()" class="member-name-link">getNamespacedKey()</a> - Method in class io.github.simplex.api.<a href="../io/github/simplex/api/ExecutableService.html" title="class in io.github.simplex.api">ExecutableService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getNamespacedKey()" class="member-name-link">getNamespacedKey()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/ExecutableService.html#getParentPool()" class="member-name-link">getParentPool()</a> - Method in class io.github.simplex.api.<a href="../io/github/simplex/api/ExecutableService.html" title="class in io.github.simplex.api">ExecutableService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getParentPool()" class="member-name-link">getParentPool()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/impl/ServiceImpl.html#getParentPool()" class="member-name-link">getParentPool()</a> - Method in class io.github.simplex.impl.<a href="../io/github/simplex/impl/ServiceImpl.html" title="class in io.github.simplex.impl">ServiceImpl</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/ExecutableService.html#getPeriod()" class="member-name-link">getPeriod()</a> - Method in class io.github.simplex.api.<a href="../io/github/simplex/api/ExecutableService.html" title="class in io.github.simplex.api">ExecutableService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getPeriod()" class="member-name-link">getPeriod()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/IService.html#getPlugin()" class="member-name-link">getPlugin()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/IService.html" title="interface in io.github.simplex.api">IService</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/impl/ServiceImpl.html#getPlugin()" class="member-name-link">getPlugin()</a> - Method in class io.github.simplex.impl.<a href="../io/github/simplex/impl/ServiceImpl.html" title="class in io.github.simplex.impl">ServiceImpl</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/SchedulingSystem.html#getProvidingPlugin()" class="member-name-link">getProvidingPlugin()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/SchedulingSystem.html#getRepeatingPools()" class="member-name-link">getRepeatingPools()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/impl/Main.html#getScheduler()" class="member-name-link">getScheduler()</a> - Method in class io.github.simplex.impl.<a href="../io/github/simplex/impl/Main.html" title="class in io.github.simplex.impl">Main</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/ServicePool.html#getScheduler()" class="member-name-link">getScheduler()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/ServicePool.html#getService(org.bukkit.NamespacedKey)" class="member-name-link">getService(NamespacedKey)</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/api/ISchedule.html#getServiceManager()" class="member-name-link">getServiceManager()</a> - Method in interface io.github.simplex.api.<a href="../io/github/simplex/api/ISchedule.html" title="interface in io.github.simplex.api">ISchedule</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/SchedulingSystem.html#getServiceManager()" class="member-name-link">getServiceManager()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="../io/github/simplex/simplexss/ServiceManager.html#getServicePools()" class="member-name-link">getServicePools()</a> - Method in class io.github.simplex.simplexss.<a href="../io/github/simplex/simplexss/ServiceManager.html" title="class in io.github.simplex.simplexss">ServiceManager</a></dt>
|
||||
<dt><a href="../io/github/simplexdevelopment/scheduler/SchedulingSystem.html#forceStop(io.github.simplexdevelopment.api.IService)" class="member-name-link">forceStop(IService)</a> - Method in class io.github.simplexdevelopment.scheduler.<a href="../io/github/simplexdevelopment/scheduler/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a></dt>
|
||||
<dd> </dd>
|
||||
</dl>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">O</a> <a href="index-12.html">P</a> <a href="index-13.html">Q</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized Form</a></main>
|
||||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <br><a href="../allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized Form</a></main>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user