Compiled fresh javadocs.

This commit is contained in:
ProSavage
2018-12-06 16:11:20 -06:00
parent 9ed7fb0302
commit e3f3f2a471
337 changed files with 3566 additions and 3470 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Mon Nov 19 01:29:51 CST 2018 -->
<!-- Generated by javadoc (1.8.0_191) on Thu Dec 06 16:05:49 CST 2018 -->
<title>FactionPlayerEvent</title>
<meta name="date" content="2018-11-19">
<meta content="2018-12-06" name="date">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -74,13 +74,13 @@ var activeTableTab = "activeTableTab";
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.bukkit.event.Event">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
@@ -118,7 +118,28 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/massivecraft/factions/event/FactionRelationWishEvent.html" title="class in com.massivecraft.factions.event">FactionRelationWishEvent</a>, <a href="../../../../com/massivecraft/factions/event/FactionRenameEvent.html" title="class in com.massivecraft.factions.event">FactionRenameEvent</a>, <a href="../../../../com/massivecraft/factions/event/FPlayerEnteredFactionEvent.html" title="class in com.massivecraft.factions.event">FPlayerEnteredFactionEvent</a>, <a href="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.html" title="class in com.massivecraft.factions.event">FPlayerJoinEvent</a>, <a href="../../../../com/massivecraft/factions/event/FPlayerLeaveEvent.html" title="class in com.massivecraft.factions.event">FPlayerLeaveEvent</a>, <a href="../../../../com/massivecraft/factions/event/FPlayerStoppedFlying.html" title="class in com.massivecraft.factions.event">FPlayerStoppedFlying</a>, <a href="../../../../com/massivecraft/factions/event/LandClaimEvent.html" title="class in com.massivecraft.factions.event">LandClaimEvent</a>, <a href="../../../../com/massivecraft/factions/event/LandUnclaimAllEvent.html" title="class in com.massivecraft.factions.event">LandUnclaimAllEvent</a>, <a href="../../../../com/massivecraft/factions/event/LandUnclaimEvent.html" title="class in com.massivecraft.factions.event">LandUnclaimEvent</a>, <a href="../../../../com/massivecraft/factions/event/PowerLossEvent.html" title="class in com.massivecraft.factions.event">PowerLossEvent</a></dd>
<dd><a href="../../../../com/massivecraft/factions/event/FactionRelationWishEvent.html"
title="class in com.massivecraft.factions.event">FactionRelationWishEvent</a>, <a
href="../../../../com/massivecraft/factions/event/FactionRenameEvent.html"
title="class in com.massivecraft.factions.event">FactionRenameEvent</a>, <a
href="../../../../com/massivecraft/factions/event/FPlayerEnteredFactionEvent.html"
title="class in com.massivecraft.factions.event">FPlayerEnteredFactionEvent</a>, <a
href="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.html"
title="class in com.massivecraft.factions.event">FPlayerJoinEvent</a>, <a
href="../../../../com/massivecraft/factions/event/FPlayerLeaveEvent.html"
title="class in com.massivecraft.factions.event">FPlayerLeaveEvent</a>, <a
href="../../../../com/massivecraft/factions/event/FPlayerStoppedFlying.html"
title="class in com.massivecraft.factions.event">FPlayerStoppedFlying</a>, <a
href="../../../../com/massivecraft/factions/event/LandClaimEvent.html"
title="class in com.massivecraft.factions.event">LandClaimEvent</a>, <a
href="../../../../com/massivecraft/factions/event/LandUnclaimAllEvent.html"
title="class in com.massivecraft.factions.event">LandUnclaimAllEvent</a>, <a
href="../../../../com/massivecraft/factions/event/LandUnclaimEvent.html"
title="class in com.massivecraft.factions.event">LandUnclaimEvent</a>, <a
href="../../../../com/massivecraft/factions/event/PowerLossEvent.html"
title="class in com.massivecraft.factions.event">PowerLossEvent</a>, <a
href="../../../../com/massivecraft/factions/event/PowerRegenEvent.html"
title="class in com.massivecraft.factions.event">PowerRegenEvent</a></dd>
</dl>
<hr>
<br>
@@ -145,6 +166,30 @@ extends <a href="../../../../com/massivecraft/factions/event/FactionEvent.html"
<code>org.bukkit.event.Event.Result</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary"
summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../com/massivecraft/factions/FPlayer.html"
title="interface in com.massivecraft.factions">FPlayer</a></code>
</td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../com/massivecraft/factions/event/FactionPlayerEvent.html#fPlayer">fPlayer</a></span></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
@@ -210,6 +255,24 @@ extends <a href="../../../../com/massivecraft/factions/event/FactionEvent.html"
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="fPlayer">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fPlayer</h4>
<pre>protected final&nbsp;<a href="../../../../com/massivecraft/factions/FPlayer.html"
title="interface in com.massivecraft.factions">FPlayer</a> fPlayer</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
@@ -296,13 +359,13 @@ extends <a href="../../../../com/massivecraft/factions/event/FactionEvent.html"
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.bukkit.event.Event">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>