Update for Plex 0.5

This commit is contained in:
2022-02-22 01:43:56 -06:00
parent c8fbb6b7fd
commit 1d0c7098cc
169 changed files with 956 additions and 1628 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>PunishedPlayerEvent (Plex 1.0 Beta 4 API)</title>
<title>PunishedPlayerEvent (Plex 0.5 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: dev.plex.event, class: PunishedPlayerEvent">
@ -86,6 +86,7 @@ loadScripts(document, 'script');</script>
<div class="type-signature"><span class="modifiers">public abstract class </span><span class="element-name type-name-label">PunishedPlayerEvent</span>
<span class="extends-implements">extends org.bukkit.event.player.PlayerEvent
implements org.bukkit.event.Cancellable</span></div>
<div class="block">Superclass for punishment events</div>
</section>
<section class="summary">
<ul class="summary-list">
@ -109,10 +110,14 @@ implements org.bukkit.event.Cancellable</span></div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected boolean</code></div>
<div class="col-second even-row-color"><code><a href="#cancelled" class="member-name-link">cancelled</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-last even-row-color">
<div class="block">Whether the event was cancelled</div>
</div>
<div class="col-first odd-row-color"><code>protected <a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a></code></div>
<div class="col-second odd-row-color"><code><a href="#punishedPlayer" class="member-name-link">punishedPlayer</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-last odd-row-color">
<div class="block">The player who was punished</div>
</div>
</div>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-org.bukkit.event.player.PlayerEvent">Fields inherited from class&nbsp;org.bukkit.event.player.PlayerEvent</h3>
@ -130,7 +135,9 @@ implements org.bukkit.event.Cancellable</span></div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected </code></div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(dev.plex.player.PunishedPlayer)" class="member-name-link">PunishedPlayerEvent</a><wbr>(<a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a>&nbsp;punishedPlayer)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-last even-row-color">
<div class="block">Creates an event object</div>
</div>
</div>
</section>
</li>
@ -165,12 +172,14 @@ implements org.bukkit.event.Cancellable</span></div>
<section class="detail" id="punishedPlayer">
<h3>punishedPlayer</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type"><a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a></span>&nbsp;<span class="element-name">punishedPlayer</span></div>
<div class="block">The player who was punished</div>
</section>
</li>
<li>
<section class="detail" id="cancelled">
<h3>cancelled</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">cancelled</span></div>
<div class="block">Whether the event was cancelled</div>
</section>
</li>
</ul>
@ -185,6 +194,17 @@ implements org.bukkit.event.Cancellable</span></div>
<section class="detail" id="&lt;init&gt;(dev.plex.player.PunishedPlayer)">
<h3>PunishedPlayerEvent</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="element-name">PunishedPlayerEvent</span><wbr><span class="parameters">(<a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a>&nbsp;punishedPlayer)</span></div>
<div class="block">Creates an event object</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>punishedPlayer</code> - The player who was punished</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="../player/PunishedPlayer.html" title="class in dev.plex.player"><code>PunishedPlayer</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
</ul>