Saber-Factions/javadoc/com/massivecraft/factions/zcore/persist/json/JSONFaction.html

297 lines
28 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
2018-08-29 07:09:18 +02:00
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Fri Nov 01 13:30:56 CDT 2019 -->
2018-08-29 07:09:18 +02:00
<title>JSONFaction</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-11-01">
2018-08-29 07:09:18 +02:00
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
2018-08-29 07:09:18 +02:00
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
2018-08-29 07:09:18 +02:00
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JSONFaction";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
2018-08-29 07:09:18 +02:00
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
2018-08-29 07:09:18 +02:00
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
2018-08-29 07:09:18 +02:00
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
2018-08-29 07:09:18 +02:00
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
2018-08-29 07:09:18 +02:00
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
</div>
<a id="skip.navbar.top">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
2018-08-29 07:09:18 +02:00
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
2018-08-29 07:09:18 +02:00
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
2018-08-29 07:09:18 +02:00
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.massivecraft.factions.zcore.persist.json</a></div>
2018-08-29 07:09:18 +02:00
<h2 title="Class JSONFaction" class="title">Class JSONFaction</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">com.massivecraft.factions.zcore.persist.MemoryFaction</a></li>
2018-08-29 07:09:18 +02:00
<li>
<ul class="inheritance">
<li>com.massivecraft.factions.zcore.persist.json.JSONFaction</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="../../../Faction.html" title="interface in com.massivecraft.factions">Faction</a></code>, <code><a href="../../../iface/EconomyParticipator.html" title="interface in com.massivecraft.factions.iface">EconomyParticipator</a></code>, <code><a href="../../../iface/RelationParticipator.html" title="interface in com.massivecraft.factions.iface">RelationParticipator</a></code></dd>
2018-08-29 07:09:18 +02:00
</dl>
<hr>
<pre>public class <span class="typeNameLabel">JSONFaction</span>
extends <a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">MemoryFaction</a></pre>
2018-08-29 07:09:18 +02:00
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
2018-08-29 07:09:18 +02:00
<ul class="blockList">
<li class="blockList"><a id="field.summary">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.com.massivecraft.factions.zcore.persist.MemoryFaction">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;com.massivecraft.factions.zcore.persist.<a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">MemoryFaction</a></h3>
<code><a href="../MemoryFaction.html#altinvites">altinvites</a>, <a href="../MemoryFaction.html#alts">alts</a>, <a href="../MemoryFaction.html#announcements">announcements</a>, <a href="../MemoryFaction.html#bans">bans</a>, <a href="../MemoryFaction.html#checkpoint">checkpoint</a>, <a href="../MemoryFaction.html#claimOwnership">claimOwnership</a>, <a href="../MemoryFaction.html#defaultRole">defaultRole</a>, <a href="../MemoryFaction.html#description">description</a>, <a href="../MemoryFaction.html#discord">discord</a>, <a href="../MemoryFaction.html#foundedDate">foundedDate</a>, <a href="../MemoryFaction.html#fplayers">fplayers</a>, <a href="../MemoryFaction.html#home">home</a>, <a href="../MemoryFaction.html#id">id</a>, <a href="../MemoryFaction.html#invites">invites</a>, <a href="../MemoryFaction.html#lastPlayerLoggedOffTime">lastPlayerLoggedOffTime</a>, <a href="../MemoryFaction.html#maxVaults">maxVaults</a>, <a href="../MemoryFaction.html#money">money</a>, <a href="../MemoryFaction.html#open">open</a>, <a href="../MemoryFaction.html#paypal">paypal</a>, <a href="../MemoryFaction.html#peaceful">peaceful</a>, <a href="../MemoryFaction.html#peacefulExplosionsEnabled">peacefulExplosionsEnabled</a>, <a href="../MemoryFaction.html#permanent">permanent</a>, <a href="../MemoryFaction.html#permanentPower">permanentPower</a>, <a href="../MemoryFaction.html#permissions">permissions</a>, <a href="../MemoryFaction.html#player">player</a>, <a href="../MemoryFaction.html#powerBoost">powerBoost</a>, <a href="../MemoryFaction.html#relationWish">relationWish</a>, <a href="../MemoryFaction.html#rules">rules</a>, <a href="../MemoryFaction.html#tag">tag</a>, <a href="../MemoryFaction.html#tnt">tnt</a>, <a href="../MemoryFaction.html#upgrades">upgrades</a>, <a href="../MemoryFaction.html#vault">vault</a>, <a href="../MemoryFaction.html#warpPasswords">warpPasswords</a>, <a href="../MemoryFaction.html#warps">warps</a></code></li>
2018-08-29 07:09:18 +02:00
</ul>
</li>
</ul>
</section>
2018-08-29 07:09:18 +02:00
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
2018-08-29 07:09:18 +02:00
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Constructor Summary</h3>
<div class="memberSummary">
<table>
2018-08-29 07:09:18 +02:00
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
2018-08-29 07:09:18 +02:00
</tr>
<tbody>
2018-08-29 07:09:18 +02:00
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">JSONFaction</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
2018-08-29 07:09:18 +02:00
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.massivecraft.factions.zcore.persist.MemoryFaction)">JSONFaction</a></span>&#8203;(<a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">MemoryFaction</a>&nbsp;arg0)</code></th>
<td class="colLast">&nbsp;</td>
2018-08-29 07:09:18 +02:00
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String)">JSONFaction</a></span>&#8203;(java.lang.String&nbsp;id)</code></th>
<td class="colLast">&nbsp;</td>
2018-08-29 07:09:18 +02:00
</tr>
</tbody>
2018-08-29 07:09:18 +02:00
</table>
</div>
2018-08-29 07:09:18 +02:00
</li>
</ul>
</section>
2018-08-29 07:09:18 +02:00
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
2018-08-29 07:09:18 +02:00
<ul class="blockList">
<li class="blockList"><a id="method.summary">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.com.massivecraft.factions.zcore.persist.MemoryFaction">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.massivecraft.factions.zcore.persist.<a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">MemoryFaction</a></h3>
<code><a href="../MemoryFaction.html#addAltPlayer(com.massivecraft.factions.FPlayer)">addAltPlayer</a>, <a href="../MemoryFaction.html#addAnnouncement(com.massivecraft.factions.FPlayer,java.lang.String)">addAnnouncement</a>, <a href="../MemoryFaction.html#addFPlayer(com.massivecraft.factions.FPlayer)">addFPlayer</a>, <a href="../MemoryFaction.html#addRule(java.lang.String)">addRule</a>, <a href="../MemoryFaction.html#addTnt(int)">addTnt</a>, <a href="../MemoryFaction.html#altInvite(com.massivecraft.factions.FPlayer)">altInvite</a>, <a href="../MemoryFaction.html#altInvited(com.massivecraft.factions.FPlayer)">altInvited</a>, <a href="../MemoryFaction.html#ban(com.massivecraft.factions.FPlayer,com.massivecraft.factions.FPlayer)">ban</a>, <a href="../MemoryFaction.html#checkPerms()">checkPerms</a>, <a href="../MemoryFaction.html#clearAllClaimOwnership()">clearAllClaimOwnership</a>, <a href="../MemoryFaction.html#clearClaimOwnership(com.massivecraft.factions.FLocation)">clearClaimOwnership</a>, <a href="../MemoryFaction.html#clearClaimOwnership(com.massivecraft.factions.FPlayer)">clearClaimOwnership</a>, <a href="../MemoryFaction.html#clearRules()">clearRules</a>, <a href="../MemoryFaction.html#clearWarps()">clearWarps</a>, <a href="../MemoryFaction.html#confirmValidHome()">confirmValidHome</a>, <a href="../MemoryFaction.html#deinvite(com.massivecraft.factions.FPlayer)">deinvite</a>, <a href="../MemoryFaction.html#deinviteAllAlts()">deinviteAllAlts</a>, <a href="../MemoryFaction.html#deinviteAlt(com.massivecraft.factions.FPlayer)">deinviteAlt</a>, <a href="../MemoryFaction.html#describeTo(com.massivecraft.factions.iface.RelationParticipator)">describeTo</a>, <a href="../MemoryFaction.html#describeTo(com.massivecraft.factions.iface.RelationParticipator,boolean)">describeTo</a>, <a href="../MemoryFaction.html#disband(org.bukkit.entity.Player)">disband</a>, <a href="../MemoryFaction.html#disband(org.bukkit.entity.Player,com.massivecraft.factions.event.FactionDisbandEvent.PlayerDisbandReason)">disband</a>, <a href="../MemoryFaction.html#doesLocationHaveOwnersSet(com.massivecraft.factions.FLocation)">doesLocationHaveOwnersSet</a>, <a href="../MemoryFaction.html#getAccess(com.massivecraft.factions.FPlayer,com.massivecraft.factions.zcore.fperms.PermissableAction)">getAccess</a>, <a href="../MemoryFaction.html#getAccess(com.massivecraft.factions.zcore.fperms.Permissable,com.massivecraft.factions.zcore.fperms.PermissableAction)">getAccess</a>, <a href="../MemoryFaction.html#getAccountId()">getAccountId</a>, <a href="../MemoryFaction.html#getAllClaims()">getAllClaims</a>, <a href="../MemoryFaction.html#getAltInvites()">getAltInvites</a>, <a href="../MemoryFaction.html#getAltPlayers()">getAltPlayers</a>, <a href="../MemoryFaction.html#getAnnouncements()">getAnnouncements</a>, <a href="../MemoryFaction.html#getBannedPlayers()">getBannedPlayers</a>, <a href="../MemoryFaction.html#getBanner()">getBanner</a>, <a href="../MemoryFaction.html#getBufferCheckMinutes()">getBufferCheckMinutes</a>, <a href="../MemoryFaction.html#getBufferNotifyChannelId()">getBufferNotifyChannelId</a>, <a href="../MemoryFaction.html#getCheckpoint()">getCheckpoint</a>, <a href="../MemoryFaction.html#getChecks()">getChecks</a>, <a href="../MemoryFaction.html#getChestInventory()">getChestInventory</a>, <a href="../MemoryFaction.html#getClaimOwnership()">getClaimOwnership</a>, <a href="../MemoryFaction.html#getColorTo(com.massivecraft.factions.iface.RelationParticipator)">getColorTo</a>, <a href="../MemoryFaction.html#getComparisonTag()">getComparisonTag</a>, <a href="../MemoryFaction.html#getCompletedMissions()">getCompletedMissions</a>, <a href="../MemoryFaction.html#getCountOfClaimsWithOwners()">getCountOfClaimsWithOwners</a>, <a href="../MemoryFaction.html#getDeaths()">getDeaths</a>, <a href="../MemoryFaction.html#getDefaultRole()">getDefaultRole</a>, <a href="../MemoryFaction.html#getDescription()">getDescription</a>, <a href="../MemoryFaction.html#getDiscord()">getDiscord</a>, <a href="../MemoryFaction.html#getFactionChatChannelId()">getFactionChatChannelId</a>
2018-08-29 07:09:18 +02:00
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
2018-08-29 07:09:18 +02:00
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
2018-08-29 07:09:18 +02:00
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(com.massivecraft.factions.zcore.persist.MemoryFaction)">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSONFaction</h4>
<pre>public&nbsp;JSONFaction&#8203;(<a href="../MemoryFaction.html" title="class in com.massivecraft.factions.zcore.persist">MemoryFaction</a>&nbsp;arg0)</pre>
2018-08-29 07:09:18 +02:00
</li>
</ul>
<a id="&lt;init&gt;()">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JSONFaction</h4>
<pre>public&nbsp;JSONFaction()</pre>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String)">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JSONFaction</h4>
<pre>public&nbsp;JSONFaction&#8203;(java.lang.String&nbsp;id)</pre>
2018-08-29 07:09:18 +02:00
</li>
</ul>
</li>
</ul>
</section>
2018-08-29 07:09:18 +02:00
</li>
</ul>
</div>
</div>
</main>
2018-08-29 07:09:18 +02:00
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
2018-08-29 07:09:18 +02:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
2018-08-29 07:09:18 +02:00
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
2018-08-29 07:09:18 +02:00
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
2018-08-29 07:09:18 +02:00
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
2018-08-29 07:09:18 +02:00
<!-- -->
</a>
2018-08-29 07:09:18 +02:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
2018-08-29 07:09:18 +02:00
</body>
</html>