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>PunishedPlayerMuteEvent (Plex 1.0 Beta 4 API)</title>
<title>PunishedPlayerMuteEvent (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: PunishedPlayerMuteEvent">
@ -88,6 +88,7 @@ loadScripts(document, 'script');</script>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">PunishedPlayerMuteEvent</span>
<span class="extends-implements">extends <a href="PunishedPlayerEvent.html" title="class in dev.plex.event">PunishedPlayerEvent</a>
implements org.bukkit.event.Cancellable</span></div>
<div class="block">Event that is called when a player is frozen or unfrozen</div>
</section>
<section class="summary">
<ul class="summary-list">
@ -115,7 +116,7 @@ implements org.bukkit.event.Cancellable</span></div>
<div class="col-first odd-row-color"><code>private final boolean</code></div>
<div class="col-second odd-row-color"><code><a href="#muted" class="member-name-link">muted</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Status of the Punished Player being frozen before the event's occurrence.</div>
<div class="block">New muted state of the player</div>
</div>
</div>
<div class="inherited-list">
@ -136,7 +137,9 @@ implements org.bukkit.event.Cancellable</span></div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(dev.plex.player.PunishedPlayer,boolean)" class="member-name-link">PunishedPlayerMuteEvent</a><wbr>(<a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a>&nbsp;punishedPlayer,
boolean&nbsp;muted)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-last even-row-color">
<div class="block">Creates a new event instance</div>
</div>
</div>
</section>
</li>
@ -193,7 +196,7 @@ implements org.bukkit.event.Cancellable</span></div>
<section class="detail" id="muted">
<h3>muted</h3>
<div class="member-signature"><span class="modifiers">private final</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">muted</span></div>
<div class="block">Status of the Punished Player being frozen before the event's occurrence.</div>
<div class="block">New muted state of the player</div>
</section>
</li>
</ul>
@ -209,6 +212,12 @@ implements org.bukkit.event.Cancellable</span></div>
<h3>PunishedPlayerMuteEvent</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">PunishedPlayerMuteEvent</span><wbr><span class="parameters">(<a href="../player/PunishedPlayer.html" title="class in dev.plex.player">PunishedPlayer</a>&nbsp;punishedPlayer,
boolean&nbsp;muted)</span></div>
<div class="block">Creates a new event instance</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>punishedPlayer</code> - The player who was punished</dd>
<dd><code>muted</code> - The new muted status</dd>
</dl>
</section>
</li>
</ul>