Saber-Factions/javadoc/com/massivecraft/factions/FLocation.html

735 lines
26 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Fri Nov 01 13:30:56 CDT 2019 -->
<title>FLocation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2019-11-01">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<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>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FLocation";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":10,"i5":9,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":9,"i21":9,"i22":10,"i23":10,"i24":10,"i25":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<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>Field&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="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></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">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.massivecraft.factions</a></div>
<h2 title="Class FLocation" class="title">Class FLocation</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.massivecraft.factions.FLocation</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.io.Serializable</code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">FLocation</span>
extends java.lang.Object
implements java.io.Serializable</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../serialized-form.html#com.massivecraft.factions.FLocation">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<div class="memberSummary">
<table>
<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>
</tr>
<tbody>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">FLocation</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(com.massivecraft.factions.FPlayer)">FLocation</a></span>&#8203;(<a href="FPlayer.html" title="interface in com.massivecraft.factions">FPlayer</a>&nbsp;fplayer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,int,int)">FLocation</a></span>&#8203;(java.lang.String&nbsp;worldName,
int&nbsp;x,
int&nbsp;z)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.bukkit.block.Block)">FLocation</a></span>&#8203;(org.bukkit.block.Block&nbsp;block)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.bukkit.entity.Player)">FLocation</a></span>&#8203;(org.bukkit.entity.Player&nbsp;player)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.bukkit.Location)">FLocation</a></span>&#8203;(org.bukkit.Location&nbsp;location)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t1" class="tableTab" onclick="show(1);">Static Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t4" class="tableTab" onclick="show(8);">Concrete Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#blockToChunk(int)">blockToChunk</a></span>&#8203;(int&nbsp;blockVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#blockToRegion(int)">blockToRegion</a></span>&#8203;(int&nbsp;blockVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#chunkToBlock(int)">chunkToBlock</a></span>&#8203;(int&nbsp;chunkVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#chunkToRegion(int)">chunkToRegion</a></span>&#8203;(int&nbsp;chunkVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#equals(java.lang.Object)">equals</a></span>&#8203;(java.lang.Object&nbsp;obj)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code>static <a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fromString(java.lang.String)">fromString</a></span>&#8203;(java.lang.String&nbsp;string)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><code>static java.util.HashSet&lt;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getArea(com.massivecraft.factions.FLocation,com.massivecraft.factions.FLocation)">getArea</a></span>&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;from,
<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;to)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code>org.bukkit.Chunk</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChunk()">getChunk</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code>java.util.Set&lt;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCircle(double)">getCircle</a></span>&#8203;(double&nbsp;radius)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCoordString()">getCoordString</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i10">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDistanceSquaredTo(com.massivecraft.factions.FLocation)">getDistanceSquaredTo</a></span>&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;that)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i11">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDistanceTo(com.massivecraft.factions.FLocation)">getDistanceTo</a></span>&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;that)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i12">
<td class="colFirst"><code><a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRelative(int,int)">getRelative</a></span>&#8203;(int&nbsp;dx,
int&nbsp;dz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i13">
<td class="colFirst"><code>org.bukkit.World</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getWorld()">getWorld</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i14">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getWorldName()">getWorldName</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i15">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getX()">getX</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i16">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getZ()">getZ</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i17">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hashCode()">hashCode</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i18">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isInChunk(org.bukkit.Location)">isInChunk</a></span>&#8203;(org.bukkit.Location&nbsp;loc)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i19">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isOutsideWorldBorder(int)">isOutsideWorldBorder</a></span>&#8203;(int&nbsp;buffer)</code></th>
<td class="colLast">
<div class="block">Checks if the chunk represented by this FLocation is outside the world border</div>
</td>
</tr>
<tr class="altColor" id="i20">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#regionToBlock(int)">regionToBlock</a></span>&#8203;(int&nbsp;regionVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i21">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#regionToChunk(int)">regionToChunk</a></span>&#8203;(int&nbsp;regionVal)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i22">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setWorldName(java.lang.String)">setWorldName</a></span>&#8203;(java.lang.String&nbsp;worldName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i23">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setX(int)">setX</a></span>&#8203;(int&nbsp;x)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i24">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setZ(int)">setZ</a></span>&#8203;(int&nbsp;z)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i25">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation()</pre>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String,int,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation&#8203;(java.lang.String&nbsp;worldName,
int&nbsp;x,
int&nbsp;z)</pre>
</li>
</ul>
<a id="&lt;init&gt;(org.bukkit.Location)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation&#8203;(org.bukkit.Location&nbsp;location)</pre>
</li>
</ul>
<a id="&lt;init&gt;(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation&#8203;(org.bukkit.entity.Player&nbsp;player)</pre>
</li>
</ul>
<a id="&lt;init&gt;(com.massivecraft.factions.FPlayer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation&#8203;(<a href="FPlayer.html" title="interface in com.massivecraft.factions">FPlayer</a>&nbsp;fplayer)</pre>
</li>
</ul>
<a id="&lt;init&gt;(org.bukkit.block.Block)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FLocation</h4>
<pre>public&nbsp;FLocation&#8203;(org.bukkit.block.Block&nbsp;block)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="fromString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromString</h4>
<pre class="methodSignature">public static&nbsp;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;fromString&#8203;(java.lang.String&nbsp;string)</pre>
</li>
</ul>
<a id="blockToChunk(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>blockToChunk</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;blockToChunk&#8203;(int&nbsp;blockVal)</pre>
</li>
</ul>
<a id="blockToRegion(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>blockToRegion</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;blockToRegion&#8203;(int&nbsp;blockVal)</pre>
</li>
</ul>
<a id="chunkToRegion(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>chunkToRegion</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;chunkToRegion&#8203;(int&nbsp;chunkVal)</pre>
</li>
</ul>
<a id="chunkToBlock(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>chunkToBlock</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;chunkToBlock&#8203;(int&nbsp;chunkVal)</pre>
</li>
</ul>
<a id="regionToBlock(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>regionToBlock</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;regionToBlock&#8203;(int&nbsp;regionVal)</pre>
</li>
</ul>
<a id="regionToChunk(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>regionToChunk</h4>
<pre class="methodSignature">public static&nbsp;int&nbsp;regionToChunk&#8203;(int&nbsp;regionVal)</pre>
</li>
</ul>
<a id="getArea(com.massivecraft.factions.FLocation,com.massivecraft.factions.FLocation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArea</h4>
<pre class="methodSignature">public static&nbsp;java.util.HashSet&lt;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&gt;&nbsp;getArea&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;from,
<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;to)</pre>
</li>
</ul>
<a id="getChunk()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChunk</h4>
<pre class="methodSignature">public&nbsp;org.bukkit.Chunk&nbsp;getChunk()</pre>
</li>
</ul>
<a id="getWorldName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorldName</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;getWorldName()</pre>
</li>
</ul>
<a id="setWorldName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWorldName</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setWorldName&#8203;(java.lang.String&nbsp;worldName)</pre>
</li>
</ul>
<a id="getWorld()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorld</h4>
<pre class="methodSignature">public&nbsp;org.bukkit.World&nbsp;getWorld()</pre>
</li>
</ul>
<a id="getX()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getX</h4>
<pre class="methodSignature">public&nbsp;long&nbsp;getX()</pre>
</li>
</ul>
<a id="setX(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setX</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setX&#8203;(int&nbsp;x)</pre>
</li>
</ul>
<a id="getZ()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getZ</h4>
<pre class="methodSignature">public&nbsp;long&nbsp;getZ()</pre>
</li>
</ul>
<a id="setZ(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setZ</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setZ&#8203;(int&nbsp;z)</pre>
</li>
</ul>
<a id="getCoordString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCoordString</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;getCoordString()</pre>
</li>
</ul>
<a id="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a id="getRelative(int,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRelative</h4>
<pre class="methodSignature">public&nbsp;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;getRelative&#8203;(int&nbsp;dx,
int&nbsp;dz)</pre>
</li>
</ul>
<a id="getDistanceTo(com.massivecraft.factions.FLocation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDistanceTo</h4>
<pre class="methodSignature">public&nbsp;double&nbsp;getDistanceTo&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;that)</pre>
</li>
</ul>
<a id="getDistanceSquaredTo(com.massivecraft.factions.FLocation)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDistanceSquaredTo</h4>
<pre class="methodSignature">public&nbsp;double&nbsp;getDistanceSquaredTo&#8203;(<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;that)</pre>
</li>
</ul>
<a id="isInChunk(org.bukkit.Location)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInChunk</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isInChunk&#8203;(org.bukkit.Location&nbsp;loc)</pre>
</li>
</ul>
<a id="isOutsideWorldBorder(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOutsideWorldBorder</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isOutsideWorldBorder&#8203;(int&nbsp;buffer)</pre>
<div class="block">Checks if the chunk represented by this FLocation is outside the world border</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>buffer</code> - the number of chunks from the border that will be treated as "outside"</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this location is outside of the border</dd>
</dl>
</li>
</ul>
<a id="getCircle(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCircle</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;<a href="FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&gt;&nbsp;getCircle&#8203;(double&nbsp;radius)</pre>
</li>
</ul>
<a id="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a id="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;equals&#8203;(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<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>Field&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="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>