mirror of
https://github.com/SimplexDevelopment/SimplexSS.git
synced 2025-07-02 07:06:41 +00:00
Added Bukkit communication with BukkitScheduler
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<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="declaration: package: io.github.simplex.impl, class: Main">
|
||||
<meta name="description" content="declaration: package: io.github.simplexdevelopment.impl, class: Main">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<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">
|
||||
@ -68,13 +68,13 @@ loadScripts(document, 'script');</script>
|
||||
<main role="main">
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">io.github.simplex.impl</a></div>
|
||||
<div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">io.github.simplexdevelopment.impl</a></div>
|
||||
<h1 title="Class Main" class="title">Class Main</h1>
|
||||
</div>
|
||||
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
|
||||
<div class="inheritance">org.bukkit.plugin.PluginBase
|
||||
<div class="inheritance">org.bukkit.plugin.java.JavaPlugin
|
||||
<div class="inheritance">io.github.simplex.impl.Main</div>
|
||||
<div class="inheritance">io.github.simplexdevelopment.impl.Main</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -101,10 +101,10 @@ loadScripts(document, 'script');</script>
|
||||
<div class="col-first even-row-color"><code>private reactor.core.publisher.Flux<reactor.core.Disposable></code></div>
|
||||
<div class="col-second even-row-color"><code><a href="#disposables" class="member-name-link">disposables</a></code></div>
|
||||
<div class="col-last even-row-color"> </div>
|
||||
<div class="col-first odd-row-color"><code><a href="../simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></code></div>
|
||||
<div class="col-first odd-row-color"><code><a href="../simplexss/ServicePool.html" title="class in io.github.simplexdevelopment.scheduler">ServicePool</a></code></div>
|
||||
<div class="col-second odd-row-color"><code><a href="#pool" class="member-name-link">pool</a></code></div>
|
||||
<div class="col-last odd-row-color"> </div>
|
||||
<div class="col-first even-row-color"><code>private <a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></code></div>
|
||||
<div class="col-first even-row-color"><code>private <a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplexdevelopment.impl">Main</a>></code></div>
|
||||
<div class="col-second even-row-color"><code><a href="#scheduler" class="member-name-link">scheduler</a></code></div>
|
||||
<div class="col-last even-row-color"> </div>
|
||||
</div>
|
||||
@ -134,7 +134,7 @@ loadScripts(document, 'script');</script>
|
||||
<div class="table-header col-first">Modifier and Type</div>
|
||||
<div class="table-header col-second">Method</div>
|
||||
<div class="table-header col-last">Description</div>
|
||||
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></code></div>
|
||||
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplexdevelopment.impl">Main</a>></code></div>
|
||||
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getScheduler()" class="member-name-link">getScheduler</a>()</code></div>
|
||||
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
|
||||
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
|
||||
@ -172,13 +172,13 @@ loadScripts(document, 'script');</script>
|
||||
<li>
|
||||
<section class="detail" id="pool">
|
||||
<h3>pool</h3>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></span> <span class="element-name">pool</span></div>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../simplexss/ServicePool.html" title="class in io.github.simplexdevelopment.scheduler">ServicePool</a></span> <span class="element-name">pool</span></div>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<section class="detail" id="scheduler">
|
||||
<h3>scheduler</h3>
|
||||
<div class="member-signature"><span class="modifiers">private</span> <span class="return-type"><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></span> <span class="element-name">scheduler</span></div>
|
||||
<div class="member-signature"><span class="modifiers">private</span> <span class="return-type"><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplexdevelopment.impl">Main</a>></span> <span class="element-name">scheduler</span></div>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
@ -236,7 +236,7 @@ loadScripts(document, 'script');</script>
|
||||
<li>
|
||||
<section class="detail" id="getScheduler()">
|
||||
<h3>getScheduler</h3>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></span> <span class="element-name">getScheduler</span>()</div>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplexdevelopment.scheduler">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplexdevelopment.impl">Main</a>></span> <span class="element-name">getScheduler</span>()</div>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user