Deploying to gh-pages from @ plan-player-analytics/Plan@e3bea9ee77 🚀

This commit is contained in:
AuroraLS3 2022-11-22 11:34:41 +00:00
parent a04e3d90b6
commit 7c18be3b0f
10 changed files with 158 additions and 55 deletions

View File

@ -96,9 +96,10 @@ implements <a href="../SubSystem.html" title="interface in com.djrapitops.plan">
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem)" class="member-name-link">TabCompleteCache</a><wbr>(<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem,com.djrapitops.plan.gathering.ServerSensor)" class="member-name-link">TabCompleteCache</a><wbr>(<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../storage/file/PlanFiles.html" title="class in com.djrapitops.plan.storage.file">PlanFiles</a>&nbsp;files,
<a href="../storage/database/DBSystem.html" title="class in com.djrapitops.plan.storage.database">DBSystem</a>&nbsp;dbSystem)</code></div>
<a href="../storage/database/DBSystem.html" title="class in com.djrapitops.plan.storage.database">DBSystem</a>&nbsp;dbSystem,
<a href="../gathering/ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;?&gt;&nbsp;serverSensor)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
@ -154,12 +155,13 @@ implements <a href="../SubSystem.html" title="interface in com.djrapitops.plan">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem)">
<section class="detail" id="&lt;init&gt;(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem,com.djrapitops.plan.gathering.ServerSensor)">
<h3>TabCompleteCache</h3>
<div class="member-signature"><span class="annotations">@Inject
</span><span class="modifiers">public</span>&nbsp;<span class="element-name">TabCompleteCache</span><wbr><span class="parameters">(<a href="../processing/Processing.html" title="class in com.djrapitops.plan.processing">Processing</a>&nbsp;processing,
<a href="../storage/file/PlanFiles.html" title="class in com.djrapitops.plan.storage.file">PlanFiles</a>&nbsp;files,
<a href="../storage/database/DBSystem.html" title="class in com.djrapitops.plan.storage.database">DBSystem</a>&nbsp;dbSystem)</span></div>
<a href="../storage/database/DBSystem.html" title="class in com.djrapitops.plan.storage.database">DBSystem</a>&nbsp;dbSystem,
<a href="../gathering/ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;?&gt;&nbsp;serverSensor)</span></div>
</section>
</li>
</ul>

View File

@ -120,20 +120,23 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;org.bukkit.World&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;org.bukkit.World&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Get the worlds running on the server platform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isPaperAvailable()" class="member-name-link">isPaperAvailable</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isPaperAvailable()" class="member-name-link">isPaperAvailable</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -242,6 +245,16 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;org.bukkit.World&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>

View File

@ -114,9 +114,12 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -178,6 +181,16 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;<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">Object</a>&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>

View File

@ -120,17 +120,20 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;cn.nukkit.level.Level&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;cn.nukkit.level.Level&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Get the worlds running on the server platform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -233,6 +236,16 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;cn.nukkit.level.Level&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>

View File

@ -106,17 +106,20 @@ loadScripts(document, 'script');</script>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="ServerSensor.html" title="type parameter in ServerSensor">W</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="ServerSensor.html" title="type parameter in ServerSensor">W</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Get the worlds running on the server platform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -179,6 +182,12 @@ loadScripts(document, 'script');</script>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getEntityCount</span><wbr><span class="parameters">(<a href="ServerSensor.html" title="type parameter in ServerSensor">W</a>&nbsp;world)</span></div>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
</section>
</li>
</ul>
</section>
</li>

View File

@ -120,17 +120,20 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;org.spongepowered.api.world.server.ServerWorld&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;org.spongepowered.api.world.server.ServerWorld&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Get the worlds running on the server platform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -233,6 +236,16 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;org.spongepowered.api.world.server.ServerWorld&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>

View File

@ -114,9 +114,12 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -178,6 +181,16 @@ implements <a href="ServerSensor.html" title="interface in com.djrapitops.plan.g
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;<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">Object</a>&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>

View File

@ -7696,6 +7696,20 @@ loadScripts(document, 'script');</script>
<dd>&nbsp;</dd>
<dt><a href="net/playeranalytics/plan/gathering/FabricSensor.html#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount()</a> - Method in class net.playeranalytics.plan.gathering.<a href="net/playeranalytics/plan/gathering/FabricSensor.html" title="class in net.playeranalytics.plan.gathering">FabricSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/BukkitSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/BukkitSensor.html" title="class in com.djrapitops.plan.gathering">BukkitSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/BungeeSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/BungeeSensor.html" title="class in com.djrapitops.plan.gathering">BungeeSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/NukkitSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/NukkitSensor.html" title="class in com.djrapitops.plan.gathering">NukkitSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/ServerSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in interface com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/SpongeSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/SpongeSensor.html" title="class in com.djrapitops.plan.gathering">SpongeSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/gathering/VelocitySensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class com.djrapitops.plan.gathering.<a href="com/djrapitops/plan/gathering/VelocitySensor.html" title="class in com.djrapitops.plan.gathering">VelocitySensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="net/playeranalytics/plan/gathering/FabricSensor.html#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames()</a> - Method in class net.playeranalytics.plan.gathering.<a href="net/playeranalytics/plan/gathering/FabricSensor.html" title="class in net.playeranalytics.plan.gathering">FabricSensor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/delivery/domain/datatransfer/FilterDto.html#getOptions()" class="member-name-link">getOptions()</a> - Method in class com.djrapitops.plan.delivery.domain.datatransfer.<a href="com/djrapitops/plan/delivery/domain/datatransfer/FilterDto.html" title="class in com.djrapitops.plan.delivery.domain.datatransfer">FilterDto</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/storage/database/queries/filter/Filter.html#getOptions()" class="member-name-link">getOptions()</a> - Method in interface com.djrapitops.plan.storage.database.queries.filter.<a href="com/djrapitops/plan/storage/database/queries/filter/Filter.html" title="interface in com.djrapitops.plan.storage.database.queries.filter">Filter</a></dt>
@ -16731,7 +16745,7 @@ loadScripts(document, 'script');</script>
<dd>
<div class="block">In charge of holding tab completion data for commands, as tab completion is done on server thread.</div>
</dd>
<dt><a href="com/djrapitops/plan/commands/TabCompleteCache.html#%3Cinit%3E(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem)" class="member-name-link">TabCompleteCache(Processing, PlanFiles, DBSystem)</a> - Constructor for class com.djrapitops.plan.commands.<a href="com/djrapitops/plan/commands/TabCompleteCache.html" title="class in com.djrapitops.plan.commands">TabCompleteCache</a></dt>
<dt><a href="com/djrapitops/plan/commands/TabCompleteCache.html#%3Cinit%3E(com.djrapitops.plan.processing.Processing,com.djrapitops.plan.storage.file.PlanFiles,com.djrapitops.plan.storage.database.DBSystem,com.djrapitops.plan.gathering.ServerSensor)" class="member-name-link">TabCompleteCache(Processing, PlanFiles, DBSystem, ServerSensor&lt;?&gt;)</a> - Constructor for class com.djrapitops.plan.commands.<a href="com/djrapitops/plan/commands/TabCompleteCache.html" title="class in com.djrapitops.plan.commands">TabCompleteCache</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/djrapitops/plan/extension/annotation/TabInfo.html" class="type-name-link" title="annotation interface in com.djrapitops.plan.extension.annotation">TabInfo</a> - Annotation Interface in <a href="com/djrapitops/plan/extension/annotation/package-summary.html">com.djrapitops.plan.extension.annotation</a></dt>
<dd>

File diff suppressed because one or more lines are too long

View File

@ -120,17 +120,20 @@ implements <a href="../../../../com/djrapitops/plan/gathering/ServerSensor.html"
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerCount()" class="member-name-link">getOnlinePlayerCount</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOnlinePlayerNames()" class="member-name-link">getOnlinePlayerNames</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;net.minecraft.server.world.ServerWorld&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTPS()" class="member-name-link">getTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;net.minecraft.server.world.ServerWorld&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getWorlds()" class="member-name-link">getWorlds</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Get the worlds running on the server platform.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#supportsDirectTPS()" class="member-name-link">supportsDirectTPS</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Check if server platform provides TPS calculation.</div>
</div>
</div>
@ -233,6 +236,16 @@ implements <a href="../../../../com/djrapitops/plan/gathering/ServerSensor.html"
</dl>
</section>
</li>
<li>
<section class="detail" id="getOnlinePlayerNames()">
<h3>getOnlinePlayerNames</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getOnlinePlayerNames</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../../../../com/djrapitops/plan/gathering/ServerSensor.html#getOnlinePlayerNames()">getOnlinePlayerNames</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/djrapitops/plan/gathering/ServerSensor.html" title="interface in com.djrapitops.plan.gathering">ServerSensor</a>&lt;net.minecraft.server.world.ServerWorld&gt;</code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>