Moved folder

This commit is contained in:
Sauilitired
2014-11-16 11:14:40 +01:00
parent ebd058d4ac
commit d09d1bf728
285 changed files with 117415 additions and 0 deletions

View File

@ -0,0 +1,363 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>BlockWrapper</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "BlockWrapper";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/BlockWrapper.html"
target="_top">Frames</a></li>
<li><a href="BlockWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class BlockWrapper" class="title">Class BlockWrapper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.BlockWrapper</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">BlockWrapper</span>
extends java.lang.Object</pre>
<div class="block">Wrapper class for blocks, using
pure data rather than the object.
<p/>
Useful for NMS
</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>byte</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#data">data</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#id">id</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#x">x</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#y">y</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#z">z</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html#BlockWrapper(int,%20int,%20int,%20short,%20byte)">BlockWrapper</a></strong>(int&nbsp;x,
int&nbsp;y,
int&nbsp;z,
short&nbsp;id,
byte&nbsp;data)</code>
<div class="block">Constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<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="x">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>x</h4>
<pre>public final&nbsp;int x</pre>
</li>
</ul>
<a name="y">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>y</h4>
<pre>public final&nbsp;int y</pre>
</li>
</ul>
<a name="z">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>z</h4>
<pre>public final&nbsp;int z</pre>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>public final&nbsp;int id</pre>
</li>
</ul>
<a name="data">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>data</h4>
<pre>public final&nbsp;byte data</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BlockWrapper(int, int, int, short, byte)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BlockWrapper</h4>
<pre>public&nbsp;BlockWrapper(int&nbsp;x,
int&nbsp;y,
int&nbsp;z,
short&nbsp;id,
byte&nbsp;data)</pre>
<div class="block">Constructor</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>x</code> - X Loc Value</dd>
<dd><code>y</code> - Y Loc Value</dd>
<dd><code>z</code> - Z Loc Value</dd>
<dd><code>id</code> - Material ID</dd>
<dd><code>data</code> - Data Value</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/BlockWrapper.html"
target="_top">Frames</a></li>
<li><a href="BlockWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,966 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>Plot</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Plot";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/Plot.html" target="_top">Frames</a>
</li>
<li><a href="Plot.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class Plot" class="title">Class Plot</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.Plot</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Cloneable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">Plot</span>
extends java.lang.Object
implements java.lang.Cloneable</pre>
<div class="block">The plot class</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#countsTowardsMax">countsTowardsMax</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#delete">delete</a></strong></code>
<div class="block">Delete on next save cycle?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList&lt;java.util.UUID&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#denied">denied</a></strong></code>
<div class="block">List of denied players</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#deny_entry">deny_entry</a></strong></code>
<div class="block">Deny Entry</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#hasChanged">hasChanged</a></strong></code>
<div class="block">Has the plot changed since the last save cycle?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.ArrayList&lt;java.util.UUID&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#helpers">helpers</a></strong></code>
<div class="block">List of helpers (with plot permissions)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#id">id</a></strong></code>
<div class="block">plot ID</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.UUID</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#owner">owner</a></strong></code>
<div class="block">plot owner</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object">PlotSettings</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#settings">settings</a></strong></code>
<div class="block">External settings class</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.ArrayList&lt;java.util.UUID&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#trusted">trusted</a></strong></code>
<div class="block">List of trusted users (with plot permissions)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#world">world</a></strong></code>
<div class="block">plot world</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#Plot(com.intellectualcrafters.plot.object.PlotId,%20java.util.UUID,%20org.bukkit.block.Biome,%20java.util.ArrayList,%20java.util.ArrayList,%20java.util.ArrayList,%20java.lang.String,%20com.intellectualcrafters.plot.object.PlotHomePosition,%20com.intellectualcrafters.plot.flag.Flag[],%20java.lang.String,%20boolean[])">Plot</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id,
java.util.UUID&nbsp;owner,
org.bukkit.block.Biome&nbsp;plotBiome,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;helpers,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;trusted,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;denied,
java.lang.String&nbsp;alias,
<a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;position,
<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>[]&nbsp;flags,
java.lang.String&nbsp;world,
boolean[]&nbsp;merged)</code>
<div class="block">Constructor for saved plots</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#Plot(com.intellectualcrafters.plot.object.PlotId,%20java.util.UUID,%20org.bukkit.block.Biome,%20java.util.ArrayList,%20java.util.ArrayList,%20java.lang.String)">Plot</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id,
java.util.UUID&nbsp;owner,
org.bukkit.block.Biome&nbsp;plotBiome,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;helpers,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;denied,
java.lang.String&nbsp;world)</code>
<div class="block">Primary constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#addDenied(java.util.UUID)">addDenied</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Deny someone (use DBFunc.addDenied() as well)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#addHelper(java.util.UUID)">addHelper</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Add someone as a helper (use DBFunc as well)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#addTrusted(java.util.UUID)">addTrusted</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Add someone as a trusted user (use DBFunc as well)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#clear(org.bukkit.entity.Player)">clear</a></strong>(org.bukkit.entity.Player&nbsp;plr)</code>
<div class="block">Clear a plot</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#clone()">clone</a></strong>()</code>
<div class="block">Get a clone of the plot</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#deny_entry(org.bukkit.entity.Player)">deny_entry</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Should the player be allowed to enter?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#getDisplayName()">getDisplayName</a></strong>()</code>
<div class="block">Get plot display name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#getId()">getId</a></strong>()</code>
<div class="block">Get the plot ID</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.UUID</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#getOwner()">getOwner</a></strong>()</code>
<div class="block">Get the UUID of the owner</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.bukkit.World</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#getWorld()">getWorld</a></strong>()</code>
<div class="block">Get the plot World</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#hashCode()">hashCode</a></strong>()</code>
<div class="block">Get the plot hashcode</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#hasOwner()">hasOwner</a></strong>()</code>
<div class="block">Check if the plot has a set owner</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#hasRights(org.bukkit.entity.Player)">hasRights</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Check if the player is either the owner or on the helpers list</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#removeDenied(java.util.UUID)">removeDenied</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Remove a denied player (use DBFunc as well)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#removeHelper(java.util.UUID)">removeHelper</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Remove a helper (use DBFunc as well)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#removeTrusted(java.util.UUID)">removeTrusted</a></strong>(java.util.UUID&nbsp;uuid)</code>
<div class="block">Remove a trusted user (use DBFunc as well)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html#setOwner(org.bukkit.entity.Player)">setOwner</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Set the owner</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<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="id">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a> id</pre>
<div class="block">plot ID</div>
</li>
</ul>
<a name="world">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>world</h4>
<pre>public&nbsp;java.lang.String world</pre>
<div class="block">plot world</div>
</li>
</ul>
<a name="owner">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>owner</h4>
<pre>public&nbsp;java.util.UUID owner</pre>
<div class="block">plot owner</div>
</li>
</ul>
<a name="deny_entry">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deny_entry</h4>
<pre>public&nbsp;boolean deny_entry</pre>
<div class="block">Deny Entry</div>
</li>
</ul>
<a name="helpers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>helpers</h4>
<pre>public&nbsp;java.util.ArrayList&lt;java.util.UUID&gt; helpers</pre>
<div class="block">List of helpers (with plot permissions)</div>
</li>
</ul>
<a name="trusted">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trusted</h4>
<pre>public&nbsp;java.util.ArrayList&lt;java.util.UUID&gt; trusted</pre>
<div class="block">List of trusted users (with plot permissions)</div>
</li>
</ul>
<a name="denied">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>denied</h4>
<pre>public&nbsp;java.util.ArrayList&lt;java.util.UUID&gt; denied</pre>
<div class="block">List of denied players</div>
</li>
</ul>
<a name="settings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>settings</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object">PlotSettings</a> settings</pre>
<div class="block">External settings class</div>
</li>
</ul>
<a name="delete">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>public&nbsp;boolean delete</pre>
<div class="block">Delete on next save cycle?</div>
</li>
</ul>
<a name="hasChanged">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasChanged</h4>
<pre>public&nbsp;boolean hasChanged</pre>
<div class="block">Has the plot changed since the last save cycle?</div>
</li>
</ul>
<a name="countsTowardsMax">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>countsTowardsMax</h4>
<pre>public&nbsp;boolean countsTowardsMax</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Plot(com.intellectualcrafters.plot.object.PlotId, java.util.UUID, org.bukkit.block.Biome, java.util.ArrayList, java.util.ArrayList, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Plot</h4>
<pre>public&nbsp;Plot(<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id,
java.util.UUID&nbsp;owner,
org.bukkit.block.Biome&nbsp;plotBiome,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;helpers,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;denied,
java.lang.String&nbsp;world)</pre>
<div class="block">Primary constructor</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>id</code> -</dd>
<dd><code>owner</code> -</dd>
<dd><code>plotBiome</code> -</dd>
<dd><code>helpers</code> -</dd>
<dd><code>denied</code> -</dd>
</dl>
</li>
</ul>
<a name="Plot(com.intellectualcrafters.plot.object.PlotId, java.util.UUID, org.bukkit.block.Biome, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.lang.String, com.intellectualcrafters.plot.object.PlotHomePosition, com.intellectualcrafters.plot.flag.Flag[], java.lang.String, boolean[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Plot</h4>
<pre>public&nbsp;Plot(<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id,
java.util.UUID&nbsp;owner,
org.bukkit.block.Biome&nbsp;plotBiome,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;helpers,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;trusted,
java.util.ArrayList&lt;java.util.UUID&gt;&nbsp;denied,
java.lang.String&nbsp;alias,
<a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;position,
<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>[]&nbsp;flags,
java.lang.String&nbsp;world,
boolean[]&nbsp;merged)</pre>
<div class="block">Constructor for saved plots</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>id</code> -</dd>
<dd><code>owner</code> -</dd>
<dd><code>plotBiome</code> -</dd>
<dd><code>helpers</code> -</dd>
<dd><code>denied</code> -</dd>
<dd><code>merged</code> -</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="hasOwner()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasOwner</h4>
<pre>public&nbsp;boolean&nbsp;hasOwner()</pre>
<div class="block">Check if the plot has a set owner</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>false if there is no owner</dd>
</dl>
</li>
</ul>
<a name="hasRights(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasRights</h4>
<pre>public&nbsp;boolean&nbsp;hasRights(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Check if the player is either the owner or on the helpers list</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> -</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>true if the player is added as a helper or is the owner</dd>
</dl>
</li>
</ul>
<a name="deny_entry(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deny_entry</h4>
<pre>public&nbsp;boolean&nbsp;deny_entry(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Should the player be allowed to enter?</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> -</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>false if the player is allowed to enter</dd>
</dl>
</li>
</ul>
<a name="getOwner()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOwner</h4>
<pre>public&nbsp;java.util.UUID&nbsp;getOwner()</pre>
<div class="block">Get the UUID of the owner</div>
</li>
</ul>
<a name="setOwner(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOwner</h4>
<pre>public&nbsp;void&nbsp;setOwner(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Set the owner</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> -</dd>
</dl>
</li>
</ul>
<a name="getId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;getId()</pre>
<div class="block">Get the plot ID</div>
</li>
</ul>
<a name="getWorld()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorld</h4>
<pre>public&nbsp;org.bukkit.World&nbsp;getWorld()</pre>
<div class="block">Get the plot World</div>
</li>
</ul>
<a name="clone()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public&nbsp;java.lang.Object&nbsp;clone()
throws java.lang.CloneNotSupportedException</pre>
<div class="block">Get a clone of the plot</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt>
<dd></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.CloneNotSupportedException</code></dd>
</dl>
</li>
</ul>
<a name="addDenied(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDenied</h4>
<pre>public&nbsp;void&nbsp;addDenied(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Deny someone (use DBFunc.addDenied() as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="addHelper(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addHelper</h4>
<pre>public&nbsp;void&nbsp;addHelper(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Add someone as a helper (use DBFunc as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="addTrusted(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addTrusted</h4>
<pre>public&nbsp;void&nbsp;addTrusted(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Add someone as a trusted user (use DBFunc as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="getDisplayName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDisplayName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDisplayName()</pre>
<div class="block">Get plot display name</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>alias if set, else id</dd>
</dl>
</li>
</ul>
<a name="removeDenied(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeDenied</h4>
<pre>public&nbsp;void&nbsp;removeDenied(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Remove a denied player (use DBFunc as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="removeHelper(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeHelper</h4>
<pre>public&nbsp;void&nbsp;removeHelper(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Remove a helper (use DBFunc as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="removeTrusted(java.util.UUID)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeTrusted</h4>
<pre>public&nbsp;void&nbsp;removeTrusted(java.util.UUID&nbsp;uuid)</pre>
<div class="block">Remove a trusted user (use DBFunc as well)</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>uuid</code> -</dd>
</dl>
</li>
</ul>
<a name="clear(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public&nbsp;void&nbsp;clear(org.bukkit.entity.Player&nbsp;plr)</pre>
<div class="block">Clear a plot</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>plr</code> - initiator</dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<div class="block">Get the plot hashcode</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt>
<dd>integer. You can easily make this a character array <br>
xI = c[0]
x = c[1 -> xI...]
yI = c[xI ... + 1]
y = c[xI ... + 2 -> yI ...]
</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/Plot.html" target="_top">Frames</a>
</li>
<li><a href="Plot.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,297 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotBlock</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotBlock";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotBlock.html"
target="_top">Frames</a></li>
<li><a href="PlotBlock.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotBlock" class="title">Class PlotBlock</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotBlock</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlotBlock</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>byte</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html#data">data</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html#id">id</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html#PlotBlock(short,%20byte)">PlotBlock</a></strong>(short&nbsp;id,
byte&nbsp;data)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<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="id">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>public&nbsp;short id</pre>
</li>
</ul>
<a name="data">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>data</h4>
<pre>public&nbsp;byte data</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotBlock(short, byte)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotBlock</h4>
<pre>public&nbsp;PlotBlock(short&nbsp;id,
byte&nbsp;data)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotBlock.html"
target="_top">Frames</a></li>
<li><a href="PlotBlock.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,314 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotComment</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotComment";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotComment.html"
target="_top">Frames</a></li>
<li><a href="PlotComment.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotComment" class="title">Class PlotComment</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotComment</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlotComment</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html#comment">comment</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html#senderName">senderName</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html#tier">tier</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html#PlotComment(java.lang.String,%20java.lang.String,%20int)">PlotComment</a></strong>(java.lang.String&nbsp;comment,
java.lang.String&nbsp;senderName,
int&nbsp;tier)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<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="comment">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>comment</h4>
<pre>public final&nbsp;java.lang.String comment</pre>
</li>
</ul>
<a name="tier">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tier</h4>
<pre>public final&nbsp;int tier</pre>
</li>
</ul>
<a name="senderName">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>senderName</h4>
<pre>public final&nbsp;java.lang.String senderName</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotComment(java.lang.String, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotComment</h4>
<pre>public&nbsp;PlotComment(java.lang.String&nbsp;comment,
java.lang.String&nbsp;senderName,
int&nbsp;tier)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotComment.html"
target="_top">Frames</a></li>
<li><a href="PlotComment.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,336 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotGenerator</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotGenerator";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotGenerator.html" target="_top">Frames</a>
</li>
<li><a href="PlotGenerator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_org.bukkit.generator.ChunkGenerator">Nested</a>&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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotGenerator" class="title">Class PlotGenerator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.bukkit.generator.ChunkGenerator</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotGenerator</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/intellectualcrafters/plot/generator/WorldGenerator.html"
title="class in com.intellectualcrafters.plot.generator">WorldGenerator</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">PlotGenerator</span>
extends org.bukkit.generator.ChunkGenerator</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a
name="nested_classes_inherited_from_class_org.bukkit.generator.ChunkGenerator">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.bukkit.generator.ChunkGenerator</h3>
<code>org.bukkit.generator.ChunkGenerator.BiomeGrid</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html#PlotGenerator(java.lang.String)">PlotGenerator</a></strong>(java.lang.String&nbsp;world)</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html#getNewPlotWorld(java.lang.String)">getNewPlotWorld</a></strong>(java.lang.String&nbsp;world)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object">PlotManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html#getPlotManager()">getPlotManager</a></strong>()</code>&nbsp;
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_org.bukkit.generator.ChunkGenerator">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.bukkit.generator.ChunkGenerator</h3>
<code>canSpawn, generate, generateBlockSections, generateExtBlockSections,
getDefaultPopulators, getFixedSpawnLocation</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotGenerator(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotGenerator</h4>
<pre>public&nbsp;PlotGenerator(java.lang.String&nbsp;world)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getNewPlotWorld(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNewPlotWorld</h4>
<pre>public abstract&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;getNewPlotWorld(java.lang.String&nbsp;world)</pre>
</li>
</ul>
<a name="getPlotManager()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPlotManager</h4>
<pre>public abstract&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object">PlotManager</a>&nbsp;getPlotManager()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotGenerator.html" target="_top">Frames</a>
</li>
<li><a href="PlotGenerator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_org.bukkit.generator.ChunkGenerator">Nested</a>&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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,390 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotHomePosition</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotHomePosition";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotHomePosition.html" target="_top">Frames</a>
</li>
<li><a href="PlotHomePosition.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Enum PlotHomePosition" class="title">Enum PlotHomePosition</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&gt;
</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotHomePosition</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public enum <span class="strong">PlotHomePosition</span>
extends java.lang.Enum&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&gt;</pre>
<div class="block">Created by Citymonstret on 2014-08-05.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html#CENTER">CENTER</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html#DEFAULT">DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html#isMatching(java.lang.String)">isMatching</a></strong>(java.lang.String&nbsp;string)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>[]</code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.
</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal,
toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="CENTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CENTER</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a> CENTER</pre>
</li>
</ul>
<a name="DEFAULT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a> DEFAULT</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>[]&nbsp;values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (PlotHomePosition c : PlotHomePosition.values())
&nbsp; System.out.println(c);
</pre>
</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are
declared
</dd>
</dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no
constant with the specified name
</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="isMatching(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isMatching</h4>
<pre>public&nbsp;boolean&nbsp;isMatching(java.lang.String&nbsp;string)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotHomePosition.html" target="_top">Frames</a>
</li>
<li><a href="PlotHomePosition.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,416 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotId</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotId";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotId.html" target="_top">Frames</a>
</li>
<li><a href="PlotId.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotId" class="title">Class PlotId</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotId</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlotId</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>java.lang.Integer</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#x">x</a></strong></code>
<div class="block">x value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Integer</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#y">y</a></strong></code>
<div class="block">y value</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#PlotId(int,%20int)">PlotId</a></strong>(int&nbsp;x,
int&nbsp;y)</code>
<div class="block">PlotId class (PlotId x,y values do not correspond to Block
locations)
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String&nbsp;string)</code>
<div class="block">Get a Plot Id based on a string</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#hashCode()">hashCode</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html#toString()">toString</a></strong>()</code>&nbsp;
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="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>
</li>
</ul>
</div>
<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="x">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>x</h4>
<pre>public&nbsp;java.lang.Integer x</pre>
<div class="block">x value</div>
</li>
</ul>
<a name="y">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>y</h4>
<pre>public&nbsp;java.lang.Integer y</pre>
<div class="block">y value</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotId(int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotId</h4>
<pre>public&nbsp;PlotId(int&nbsp;x,
int&nbsp;y)</pre>
<div class="block">PlotId class (PlotId x,y values do not correspond to Block locations)
</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>x</code> - The plot x coordinate</dd>
<dd><code>y</code> - The plot y coordinate</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="fromString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromString</h4>
<pre>public static&nbsp;<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;fromString(java.lang.String&nbsp;string)</pre>
<div class="block">Get a Plot Id based on a string</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>string</code> - to create id from</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>null if the string is invalid</dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotId.html" target="_top">Frames</a>
</li>
<li><a href="PlotId.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,756 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotManager</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotManager";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotManager.html"
target="_top">Frames</a></li>
<li><a href="PlotManager.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotManager" class="title">Class PlotManager</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotManager</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/intellectualcrafters/plot/generator/DefaultPlotManager.html"
title="class in com.intellectualcrafters.plot.generator">DefaultPlotManager</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">PlotManager</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#PlotManager()">PlotManager</a></strong>()</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#clearPlot(org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot)">clearPlot</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#createRoadEast(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">createRoadEast</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#createRoadSouth(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">createRoadSouth</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#createRoadSouthEast(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">createRoadSouthEast</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#finishPlotMerge(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20java.util.ArrayList)">finishPlotMerge</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#finishPlotUnlink(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20java.util.ArrayList)">finishPlotUnlink</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract org.bukkit.Location</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#getPlotBottomLocAbs(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotId)">getPlotBottomLocAbs</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#getPlotId(com.intellectualcrafters.plot.object.PlotWorld,%20org.bukkit.Location)">getPlotId</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#getPlotIdAbs(com.intellectualcrafters.plot.object.PlotWorld,%20org.bukkit.Location)">getPlotIdAbs</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract org.bukkit.Location</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#getPlotTopLocAbs(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotId)">getPlotTopLocAbs</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract org.bukkit.Location</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#getSignLoc(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">getSignLoc</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#isInPlotAbs(com.intellectualcrafters.plot.object.PlotWorld,%20org.bukkit.Location,%20com.intellectualcrafters.plot.object.PlotId)">isInPlotAbs</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#removeRoadEast(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">removeRoadEast</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#removeRoadSouth(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">removeRoadSouth</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#removeRoadSouthEast(com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.Plot)">removeRoadSouthEast</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#setBiome(org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot,%20org.bukkit.block.Biome)">setBiome</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot,
org.bukkit.block.Biome&nbsp;biome)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#setFloor(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotId,%20com.intellectualcrafters.plot.object.PlotBlock[])">setFloor</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>[]&nbsp;block)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#setWall(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotId,%20com.intellectualcrafters.plot.object.PlotBlock)">setWall</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>&nbsp;block)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#setWallFilling(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotId,%20com.intellectualcrafters.plot.object.PlotBlock)">setWallFilling</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>&nbsp;block)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#startPlotMerge(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20java.util.ArrayList)">startPlotMerge</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html#startPlotUnlink(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotWorld,%20java.util.ArrayList)">startPlotUnlink</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</code>&nbsp;
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotManager()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotManager</h4>
<pre>public&nbsp;PlotManager()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPlotIdAbs(com.intellectualcrafters.plot.object.PlotWorld, org.bukkit.Location)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlotIdAbs</h4>
<pre>public abstract&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;getPlotIdAbs(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc)</pre>
</li>
</ul>
<a name="getPlotId(com.intellectualcrafters.plot.object.PlotWorld, org.bukkit.Location)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlotId</h4>
<pre>public abstract&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;getPlotId(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc)</pre>
</li>
</ul>
<a name="isInPlotAbs(com.intellectualcrafters.plot.object.PlotWorld, org.bukkit.Location, com.intellectualcrafters.plot.object.PlotId)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInPlotAbs</h4>
<pre>public abstract&nbsp;boolean&nbsp;isInPlotAbs(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
org.bukkit.Location&nbsp;loc,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</pre>
</li>
</ul>
<a name="getPlotBottomLocAbs(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.PlotId)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlotBottomLocAbs</h4>
<pre>public abstract&nbsp;org.bukkit.Location&nbsp;getPlotBottomLocAbs(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</pre>
</li>
</ul>
<a name="getPlotTopLocAbs(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.PlotId)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlotTopLocAbs</h4>
<pre>public abstract&nbsp;org.bukkit.Location&nbsp;getPlotTopLocAbs(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid)</pre>
</li>
</ul>
<a name="clearPlot(org.bukkit.World, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearPlot</h4>
<pre>public abstract&nbsp;boolean&nbsp;clearPlot(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="getSignLoc(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSignLoc</h4>
<pre>public abstract&nbsp;org.bukkit.Location&nbsp;getSignLoc(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="setWallFilling(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.PlotId, com.intellectualcrafters.plot.object.PlotBlock)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWallFilling</h4>
<pre>public abstract&nbsp;boolean&nbsp;setWallFilling(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>&nbsp;block)</pre>
</li>
</ul>
<a name="setWall(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.PlotId, com.intellectualcrafters.plot.object.PlotBlock)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWall</h4>
<pre>public abstract&nbsp;boolean&nbsp;setWall(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>&nbsp;block)</pre>
</li>
</ul>
<a name="setFloor(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.PlotId, com.intellectualcrafters.plot.object.PlotBlock[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFloor</h4>
<pre>public abstract&nbsp;boolean&nbsp;setFloor(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;plotid,
<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>[]&nbsp;block)</pre>
</li>
</ul>
<a name="setBiome(org.bukkit.World, com.intellectualcrafters.plot.object.Plot, org.bukkit.block.Biome)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBiome</h4>
<pre>public abstract&nbsp;boolean&nbsp;setBiome(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot,
org.bukkit.block.Biome&nbsp;biome)</pre>
</li>
</ul>
<a name="createRoadEast(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRoadEast</h4>
<pre>public abstract&nbsp;boolean&nbsp;createRoadEast(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="createRoadSouth(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRoadSouth</h4>
<pre>public abstract&nbsp;boolean&nbsp;createRoadSouth(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="createRoadSouthEast(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRoadSouthEast</h4>
<pre>public abstract&nbsp;boolean&nbsp;createRoadSouthEast(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="removeRoadEast(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeRoadEast</h4>
<pre>public abstract&nbsp;boolean&nbsp;removeRoadEast(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="removeRoadSouth(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeRoadSouth</h4>
<pre>public abstract&nbsp;boolean&nbsp;removeRoadSouth(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="removeRoadSouthEast(com.intellectualcrafters.plot.object.PlotWorld, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeRoadSouthEast</h4>
<pre>public abstract&nbsp;boolean&nbsp;removeRoadSouthEast(<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
<a name="startPlotMerge(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startPlotMerge</h4>
<pre>public abstract&nbsp;boolean&nbsp;startPlotMerge(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</pre>
</li>
</ul>
<a name="startPlotUnlink(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startPlotUnlink</h4>
<pre>public abstract&nbsp;boolean&nbsp;startPlotUnlink(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</pre>
</li>
</ul>
<a name="finishPlotMerge(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>finishPlotMerge</h4>
<pre>public abstract&nbsp;boolean&nbsp;finishPlotMerge(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</pre>
</li>
</ul>
<a name="finishPlotUnlink(org.bukkit.World, com.intellectualcrafters.plot.object.PlotWorld, java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>finishPlotUnlink</h4>
<pre>public abstract&nbsp;boolean&nbsp;finishPlotUnlink(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a>&nbsp;plotworld,
java.util.ArrayList&lt;<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&gt;&nbsp;plotIds)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotManager.html"
target="_top">Frames</a></li>
<li><a href="PlotManager.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,403 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotSelection</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotSelection";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotSelection.html" target="_top">Frames</a>
</li>
<li><a href="PlotSelection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotSelection" class="title">Class PlotSelection</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotSelection</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlotSelection</span>
extends java.lang.Object</pre>
<div class="block">Created 2014-10-12 for PlotSquared</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>static java.util.HashMap&lt;java.lang.String,<a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object">PlotSelection</a>&gt;</code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#currentSelection">currentSelection</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#PlotSelection(int,%20org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot)">PlotSelection</a></strong>(int&nbsp;width,
org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>[]</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#getBlocks()">getBlocks</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#getPlot()">getPlot</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#getWidth()">getWidth</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#paste(org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot)">paste</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html#swap(org.bukkit.World,%20com.intellectualcrafters.plot.object.PlotId,%20com.intellectualcrafters.plot.object.PlotId)">swap</a></strong>(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id1,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id2)</code>&nbsp;
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<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="currentSelection">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>currentSelection</h4>
<pre>public static&nbsp;java.util.HashMap&lt;java.lang.String,<a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object">PlotSelection</a>&gt; currentSelection</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotSelection(int, org.bukkit.World, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotSelection</h4>
<pre>public&nbsp;PlotSelection(int&nbsp;width,
org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="swap(org.bukkit.World, com.intellectualcrafters.plot.object.PlotId, com.intellectualcrafters.plot.object.PlotId)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>swap</h4>
<pre>public static&nbsp;boolean&nbsp;swap(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id1,
<a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a>&nbsp;id2)</pre>
</li>
</ul>
<a name="getBlocks()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBlocks</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a>[]&nbsp;getBlocks()</pre>
</li>
</ul>
<a name="getWidth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWidth</h4>
<pre>public&nbsp;int&nbsp;getWidth()</pre>
</li>
</ul>
<a name="getPlot()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlot</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;getPlot()</pre>
</li>
</ul>
<a name="paste(org.bukkit.World, com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>paste</h4>
<pre>public&nbsp;void&nbsp;paste(org.bukkit.World&nbsp;world,
<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotSelection.html" target="_top">Frames</a>
</li>
<li><a href="PlotSelection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,684 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotSettings</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotSettings";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotSettings.html"
target="_top">Frames</a></li>
<li><a href="PlotSettings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotSettings" class="title">Class PlotSettings</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotSettings</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">PlotSettings</span>
extends java.lang.Object</pre>
<div class="block">plot settings</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#PlotSettings(com.intellectualcrafters.plot.object.Plot)">PlotSettings</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</code>
<div class="block">Constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#addComment(com.intellectualcrafters.plot.object.PlotComment)">addComment</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&nbsp;comment)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#addFlag(com.intellectualcrafters.plot.flag.Flag)">addFlag</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>&nbsp;flag)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getAlias()">getAlias</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.bukkit.block.Biome</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getBiome()">getBiome</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;</code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getComments(int)">getComments</a></strong>(int&nbsp;tier)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a></code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getFlag(java.lang.String)">getFlag</a></strong>(java.lang.String&nbsp;flag)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Set&lt;<a
href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getFlags()">getFlags</a></strong>()</code>
<div class="block">Get all flags applied for the plot</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getJoinMessage()">getJoinMessage</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getLeaveMessage()">getLeaveMessage</a></strong>()</code>
<div class="block">Get the "farewell" flag value</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean[]</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getMerged()">getMerged</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getMerged(int)">getMerged</a></strong>(int&nbsp;direction)</code>
<div class="block"><b>Check if the plot is merged in a direction</b><br>
0 = North<br>
1 = East<br>
2 = South<br>
3 = West<br></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#getPosition()">getPosition</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#isMerged()">isMerged</a></strong>()</code>
<div class="block">Returns true if the plot is merged (i.e. if it's a mega plot)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#removeComment(com.intellectualcrafters.plot.object.PlotComment)">removeComment</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&nbsp;comment)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#removeComments(java.util.ArrayList)">removeComments</a></strong>(java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;&nbsp;comments)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setAlias(java.lang.String)">setAlias</a></strong>(java.lang.String&nbsp;alias)</code>
<div class="block">Set the plot alias</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setComments(java.util.ArrayList)">setComments</a></strong>(java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;&nbsp;comments)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setFlags(com.intellectualcrafters.plot.flag.Flag[])">setFlags</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>[]&nbsp;flags)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setMerged(boolean[])">setMerged</a></strong>(boolean[]&nbsp;merged)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setMerged(int,%20boolean)">setMerged</a></strong>(int&nbsp;direction,
boolean&nbsp;merged)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html#setPosition(com.intellectualcrafters.plot.object.PlotHomePosition)">setPosition</a></strong>(<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;position)</code>&nbsp;
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotSettings(com.intellectualcrafters.plot.object.Plot)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotSettings</h4>
<pre>public&nbsp;PlotSettings(<a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a>&nbsp;plot)</pre>
<div class="block">Constructor</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>plot</code> - object</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getMerged(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMerged</h4>
<pre>public&nbsp;boolean&nbsp;getMerged(int&nbsp;direction)</pre>
<div class="block"><b>Check if the plot is merged in a direction</b><br>
0 = North<br>
1 = East<br>
2 = South<br>
3 = West<br></div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>direction</code> - Direction to check</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>boolean merged</dd>
</dl>
</li>
</ul>
<a name="isMerged()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMerged</h4>
<pre>public&nbsp;boolean&nbsp;isMerged()</pre>
<div class="block">Returns true if the plot is merged (i.e. if it's a mega plot)</div>
</li>
</ul>
<a name="getMerged()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMerged</h4>
<pre>public&nbsp;boolean[]&nbsp;getMerged()</pre>
</li>
</ul>
<a name="setMerged(boolean[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMerged</h4>
<pre>public&nbsp;void&nbsp;setMerged(boolean[]&nbsp;merged)</pre>
</li>
</ul>
<a name="setMerged(int, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMerged</h4>
<pre>public&nbsp;void&nbsp;setMerged(int&nbsp;direction,
boolean&nbsp;merged)</pre>
</li>
</ul>
<a name="getBiome()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBiome</h4>
<pre>public&nbsp;org.bukkit.block.Biome&nbsp;getBiome()</pre>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>biome at plot loc</dd>
</dl>
</li>
</ul>
<a name="addFlag(com.intellectualcrafters.plot.flag.Flag)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFlag</h4>
<pre>public&nbsp;void&nbsp;addFlag(<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>&nbsp;flag)</pre>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>flag</code> - to add</dd>
</dl>
</li>
</ul>
<a name="getFlags()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFlags</h4>
<pre>public&nbsp;java.util.Set&lt;<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>&gt;&nbsp;getFlags()</pre>
<div class="block">Get all flags applied for the plot</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>flags</dd>
</dl>
</li>
</ul>
<a name="setFlags(com.intellectualcrafters.plot.flag.Flag[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFlags</h4>
<pre>public&nbsp;void&nbsp;setFlags(<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>[]&nbsp;flags)</pre>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>flags</code> -</dd>
</dl>
</li>
</ul>
<a name="getFlag(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFlag</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/flag/Flag.html"
title="class in com.intellectualcrafters.plot.flag">Flag</a>&nbsp;getFlag(java.lang.String&nbsp;flag)</pre>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>flag</code> -</dd>
<dt><span class="strong">Returns:</span></dt>
<dd></dd>
</dl>
</li>
</ul>
<a name="getPosition()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPosition</h4>
<pre>public&nbsp;<a href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;getPosition()</pre>
</li>
</ul>
<a name="setPosition(com.intellectualcrafters.plot.object.PlotHomePosition)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPosition</h4>
<pre>public&nbsp;void&nbsp;setPosition(<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a>&nbsp;position)</pre>
</li>
</ul>
<a name="getAlias()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAlias</h4>
<pre>public&nbsp;java.lang.String&nbsp;getAlias()</pre>
</li>
</ul>
<a name="setAlias(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAlias</h4>
<pre>public&nbsp;void&nbsp;setAlias(java.lang.String&nbsp;alias)</pre>
<div class="block">Set the plot alias</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>alias</code> - alias to be used</dd>
</dl>
</li>
</ul>
<a name="getJoinMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJoinMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getJoinMessage()</pre>
</li>
</ul>
<a name="getLeaveMessage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeaveMessage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getLeaveMessage()</pre>
<div class="block">Get the "farewell" flag value</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>Farewell flag</dd>
</dl>
</li>
</ul>
<a name="getComments(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComments</h4>
<pre>public&nbsp;java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;&nbsp;getComments(int&nbsp;tier)</pre>
</li>
</ul>
<a name="setComments(java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setComments</h4>
<pre>public&nbsp;void&nbsp;setComments(java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;&nbsp;comments)</pre>
</li>
</ul>
<a name="removeComment(com.intellectualcrafters.plot.object.PlotComment)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeComment</h4>
<pre>public&nbsp;void&nbsp;removeComment(<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&nbsp;comment)</pre>
</li>
</ul>
<a name="removeComments(java.util.ArrayList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeComments</h4>
<pre>public&nbsp;void&nbsp;removeComments(java.util.ArrayList&lt;<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&gt;&nbsp;comments)</pre>
</li>
</ul>
<a name="addComment(com.intellectualcrafters.plot.object.PlotComment)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>addComment</h4>
<pre>public&nbsp;void&nbsp;addComment(<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a>&nbsp;comment)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotSettings.html"
target="_top">Frames</a></li>
<li><a href="PlotSettings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,947 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>PlotWorld</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "PlotWorld";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotWorld.html"
target="_top">Frames</a></li>
<li><a href="PlotWorld.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class PlotWorld" class="title">Class PlotWorld</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.PlotWorld</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../com/intellectualcrafters/plot/generator/DefaultPlotWorld.html"
title="class in com.intellectualcrafters.plot.generator">DefaultPlotWorld</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">PlotWorld</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#AUTO_MERGE">AUTO_MERGE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#AUTO_MERGE_DEFAULT">AUTO_MERGE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.ArrayList&lt;org.bukkit.Material&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#BLOCKS">BLOCKS</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#DEFAULT_FLAGS">DEFAULT_FLAGS</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#DEFAULT_FLAGS_DEFAULT">DEFAULT_FLAGS_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#MERGE_PRICE">MERGE_PRICE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#MERGE_PRICE_DEFAULT">MERGE_PRICE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#MOB_SPAWNING">MOB_SPAWNING</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#MOB_SPAWNING_DEFAULT">MOB_SPAWNING_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.bukkit.block.Biome</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_BIOME">PLOT_BIOME</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.bukkit.block.Biome</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_BIOME_DEFAULT">PLOT_BIOME_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_CHAT">PLOT_CHAT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_CHAT_DEFAULT">PLOT_CHAT_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_PRICE">PLOT_PRICE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PLOT_PRICE_DEFAULT">PLOT_PRICE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PVE">PVE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PVE_DEFAULT">PVE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PVP">PVP</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PVP_DEFAULT">PVP_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_CLAIM_SPECIFY">SCHEMATIC_CLAIM_SPECIFY</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_CLAIM_SPECIFY_DEFAULT">SCHEMATIC_CLAIM_SPECIFY_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_FILE">SCHEMATIC_FILE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_FILE_DEFAULT">SCHEMATIC_FILE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_ON_CLAIM">SCHEMATIC_ON_CLAIM</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATIC_ON_CLAIM_DEFAULT">SCHEMATIC_ON_CLAIM_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATICS">SCHEMATICS</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SCHEMATICS_DEFAULT">SCHEMATICS_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SELL_PRICE">SELL_PRICE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SELL_PRICE_DEFAULT">SELL_PRICE_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_BREEDING">SPAWN_BREEDING</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_BREEDING_DEFAULT">SPAWN_BREEDING_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_CUSTOM">SPAWN_CUSTOM</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_CUSTOM_DEFAULT">SPAWN_CUSTOM_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_EGGS">SPAWN_EGGS</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#SPAWN_EGGS_DEFAULT">SPAWN_EGGS_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#USE_ECONOMY">USE_ECONOMY</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#USE_ECONOMY_DEFAULT">USE_ECONOMY_DEFAULT</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#worldname">worldname</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#PlotWorld(java.lang.String)">PlotWorld</a></strong>(java.lang.String&nbsp;worldname)</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config">ConfigurationNode</a>[]</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#getSettingNodes()">getSettingNodes</a></strong>()</code>
<div class="block">Used for the <b>/plot setup</b> command Return null if you do not want to
support this feature
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#loadConfiguration(org.bukkit.configuration.ConfigurationSection)">loadConfiguration</a></strong>(org.bukkit.configuration.ConfigurationSection&nbsp;config)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#loadDefaultConfiguration(org.bukkit.configuration.ConfigurationSection)">loadDefaultConfiguration</a></strong>(org.bukkit.configuration.ConfigurationSection&nbsp;config)</code>
<div class="block">When a world is created, the following method will be called for each</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html#saveConfiguration(org.bukkit.configuration.ConfigurationSection)">saveConfiguration</a></strong>(org.bukkit.configuration.ConfigurationSection&nbsp;config)</code>
<div class="block">Saving core plotworld settings</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<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="BLOCKS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCKS</h4>
<pre>public static&nbsp;java.util.ArrayList&lt;org.bukkit.Material&gt; BLOCKS</pre>
</li>
</ul>
<a name="AUTO_MERGE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_MERGE_DEFAULT</h4>
<pre>public static&nbsp;boolean AUTO_MERGE_DEFAULT</pre>
</li>
</ul>
<a name="MOB_SPAWNING_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_SPAWNING_DEFAULT</h4>
<pre>public static&nbsp;boolean MOB_SPAWNING_DEFAULT</pre>
</li>
</ul>
<a name="PLOT_BIOME_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_BIOME_DEFAULT</h4>
<pre>public static&nbsp;org.bukkit.block.Biome PLOT_BIOME_DEFAULT</pre>
</li>
</ul>
<a name="PLOT_CHAT_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_CHAT_DEFAULT</h4>
<pre>public static&nbsp;boolean PLOT_CHAT_DEFAULT</pre>
</li>
</ul>
<a name="SCHEMATIC_CLAIM_SPECIFY_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_CLAIM_SPECIFY_DEFAULT</h4>
<pre>public static&nbsp;boolean SCHEMATIC_CLAIM_SPECIFY_DEFAULT</pre>
</li>
</ul>
<a name="SCHEMATIC_ON_CLAIM_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_ON_CLAIM_DEFAULT</h4>
<pre>public static&nbsp;boolean SCHEMATIC_ON_CLAIM_DEFAULT</pre>
</li>
</ul>
<a name="SCHEMATIC_FILE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_FILE_DEFAULT</h4>
<pre>public static&nbsp;java.lang.String SCHEMATIC_FILE_DEFAULT</pre>
</li>
</ul>
<a name="SCHEMATICS_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATICS_DEFAULT</h4>
<pre>public static&nbsp;java.util.List&lt;java.lang.String&gt; SCHEMATICS_DEFAULT</pre>
</li>
</ul>
<a name="DEFAULT_FLAGS_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FLAGS_DEFAULT</h4>
<pre>public static&nbsp;java.util.List&lt;java.lang.String&gt; DEFAULT_FLAGS_DEFAULT</pre>
</li>
</ul>
<a name="USE_ECONOMY_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_ECONOMY_DEFAULT</h4>
<pre>public static&nbsp;boolean USE_ECONOMY_DEFAULT</pre>
</li>
</ul>
<a name="PLOT_PRICE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_PRICE_DEFAULT</h4>
<pre>public static&nbsp;double PLOT_PRICE_DEFAULT</pre>
</li>
</ul>
<a name="MERGE_PRICE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MERGE_PRICE_DEFAULT</h4>
<pre>public static&nbsp;double MERGE_PRICE_DEFAULT</pre>
</li>
</ul>
<a name="SELL_PRICE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELL_PRICE_DEFAULT</h4>
<pre>public static&nbsp;double SELL_PRICE_DEFAULT</pre>
</li>
</ul>
<a name="PVP_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PVP_DEFAULT</h4>
<pre>public static&nbsp;boolean PVP_DEFAULT</pre>
</li>
</ul>
<a name="PVE_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PVE_DEFAULT</h4>
<pre>public static&nbsp;boolean PVE_DEFAULT</pre>
</li>
</ul>
<a name="SPAWN_EGGS_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_EGGS_DEFAULT</h4>
<pre>public static&nbsp;boolean SPAWN_EGGS_DEFAULT</pre>
</li>
</ul>
<a name="SPAWN_CUSTOM_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_CUSTOM_DEFAULT</h4>
<pre>public static&nbsp;boolean SPAWN_CUSTOM_DEFAULT</pre>
</li>
</ul>
<a name="SPAWN_BREEDING_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_BREEDING_DEFAULT</h4>
<pre>public static&nbsp;boolean SPAWN_BREEDING_DEFAULT</pre>
</li>
</ul>
<a name="AUTO_MERGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_MERGE</h4>
<pre>public&nbsp;boolean AUTO_MERGE</pre>
</li>
</ul>
<a name="MOB_SPAWNING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_SPAWNING</h4>
<pre>public&nbsp;boolean MOB_SPAWNING</pre>
</li>
</ul>
<a name="PLOT_BIOME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_BIOME</h4>
<pre>public&nbsp;org.bukkit.block.Biome PLOT_BIOME</pre>
</li>
</ul>
<a name="PLOT_CHAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_CHAT</h4>
<pre>public&nbsp;boolean PLOT_CHAT</pre>
</li>
</ul>
<a name="SCHEMATIC_CLAIM_SPECIFY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_CLAIM_SPECIFY</h4>
<pre>public&nbsp;boolean SCHEMATIC_CLAIM_SPECIFY</pre>
</li>
</ul>
<a name="SCHEMATIC_ON_CLAIM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_ON_CLAIM</h4>
<pre>public&nbsp;boolean SCHEMATIC_ON_CLAIM</pre>
</li>
</ul>
<a name="SCHEMATIC_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_FILE</h4>
<pre>public&nbsp;java.lang.String SCHEMATIC_FILE</pre>
</li>
</ul>
<a name="SCHEMATICS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATICS</h4>
<pre>public&nbsp;java.util.List&lt;java.lang.String&gt; SCHEMATICS</pre>
</li>
</ul>
<a name="DEFAULT_FLAGS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FLAGS</h4>
<pre>public&nbsp;java.util.List&lt;java.lang.String&gt; DEFAULT_FLAGS</pre>
</li>
</ul>
<a name="USE_ECONOMY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_ECONOMY</h4>
<pre>public&nbsp;boolean USE_ECONOMY</pre>
</li>
</ul>
<a name="PLOT_PRICE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_PRICE</h4>
<pre>public&nbsp;double PLOT_PRICE</pre>
</li>
</ul>
<a name="MERGE_PRICE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MERGE_PRICE</h4>
<pre>public&nbsp;double MERGE_PRICE</pre>
</li>
</ul>
<a name="SELL_PRICE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELL_PRICE</h4>
<pre>public&nbsp;double SELL_PRICE</pre>
</li>
</ul>
<a name="PVP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PVP</h4>
<pre>public&nbsp;boolean PVP</pre>
</li>
</ul>
<a name="PVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PVE</h4>
<pre>public&nbsp;boolean PVE</pre>
</li>
</ul>
<a name="SPAWN_EGGS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_EGGS</h4>
<pre>public&nbsp;boolean SPAWN_EGGS</pre>
</li>
</ul>
<a name="SPAWN_CUSTOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_CUSTOM</h4>
<pre>public&nbsp;boolean SPAWN_CUSTOM</pre>
</li>
</ul>
<a name="SPAWN_BREEDING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPAWN_BREEDING</h4>
<pre>public&nbsp;boolean SPAWN_BREEDING</pre>
</li>
</ul>
<a name="worldname">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>worldname</h4>
<pre>public&nbsp;java.lang.String worldname</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PlotWorld(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlotWorld</h4>
<pre>public&nbsp;PlotWorld(java.lang.String&nbsp;worldname)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="loadDefaultConfiguration(org.bukkit.configuration.ConfigurationSection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadDefaultConfiguration</h4>
<pre>public&nbsp;void&nbsp;loadDefaultConfiguration(org.bukkit.configuration.ConfigurationSection&nbsp;config)</pre>
<div class="block">When a world is created, the following method will be called for each</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>config</code> -</dd>
</dl>
</li>
</ul>
<a name="loadConfiguration(org.bukkit.configuration.ConfigurationSection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadConfiguration</h4>
<pre>public abstract&nbsp;void&nbsp;loadConfiguration(org.bukkit.configuration.ConfigurationSection&nbsp;config)</pre>
</li>
</ul>
<a name="saveConfiguration(org.bukkit.configuration.ConfigurationSection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>saveConfiguration</h4>
<pre>public&nbsp;void&nbsp;saveConfiguration(org.bukkit.configuration.ConfigurationSection&nbsp;config)</pre>
<div class="block">Saving core plotworld settings</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>config</code> -</dd>
</dl>
</li>
</ul>
<a name="getSettingNodes()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getSettingNodes</h4>
<pre>public abstract&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config">ConfigurationNode</a>[]&nbsp;getSettingNodes()</pre>
<div class="block">Used for the <b>/plot setup</b> command Return null if you do not want to
support this feature
</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>ConfigurationNode[]</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/PlotWorld.html"
target="_top">Frames</a></li>
<li><a href="PlotWorld.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,378 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>StringWrapper</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "StringWrapper";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/Title.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/StringWrapper.html" target="_top">Frames</a>
</li>
<li><a href="StringWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class StringWrapper" class="title">Class StringWrapper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.StringWrapper</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">StringWrapper</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
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>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html#value">value</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html#StringWrapper(java.lang.String)">StringWrapper</a></strong>(java.lang.String&nbsp;value)</code>
<div class="block">Constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>
<div class="block">Check if a wrapped string equals another one</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html#hashCode()">hashCode</a></strong>()</code>
<div class="block">Get the hash value</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html#toString()">toString</a></strong>()</code>
<div class="block">Get the string value</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="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>
</li>
</ul>
</div>
<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="value">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>value</h4>
<pre>public&nbsp;java.lang.String value</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="StringWrapper(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>StringWrapper</h4>
<pre>public&nbsp;StringWrapper(java.lang.String&nbsp;value)</pre>
<div class="block">Constructor</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>value</code> - to wrap</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
<div class="block">Check if a wrapped string equals another one</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>obj</code> - to compare</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>true if obj equals the stored value</dd>
</dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<div class="block">Get the string value</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt>
<dd>string value</dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<div class="block">Get the hash value</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt>
<dd>has value</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/object/Title.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/StringWrapper.html" target="_top">Frames</a>
</li>
<li><a href="StringWrapper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&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><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>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,550 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>Title</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Title";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/Title.html" target="_top">Frames</a>
</li>
<li><a href="Title.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.intellectualcrafters.plot.object</div>
<h2 title="Class Title" class="title">Class Title</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.object.Title</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Title</span>
extends java.lang.Object</pre>
<div class="block">Minecraft 1.8 Title</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#Title(java.lang.String)">Title</a></strong>(java.lang.String&nbsp;title)</code>
<div class="block">Create a new 1.8 title</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#Title(java.lang.String,%20java.lang.String)">Title</a></strong>(java.lang.String&nbsp;title,
java.lang.String&nbsp;subtitle)</code>
<div class="block">Create a new 1.8 title</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#Title(java.lang.String,%20java.lang.String,%20int,%20int,%20int)">Title</a></strong>(java.lang.String&nbsp;title,
java.lang.String&nbsp;subtitle,
int&nbsp;fadeInTime,
int&nbsp;stayTime,
int&nbsp;fadeOutTime)</code>
<div class="block">Create a new 1.8 title</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#broadcast()">broadcast</a></strong>()</code>
<div class="block">Broadcast the title to all players</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#clearTitle(org.bukkit.entity.Player)">clearTitle</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Clear the title</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#resetTitle(org.bukkit.entity.Player)">resetTitle</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Reset the title settings</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#send(org.bukkit.entity.Player)">send</a></strong>(org.bukkit.entity.Player&nbsp;player)</code>
<div class="block">Send the title to a player</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setFadeInTime(int)">setFadeInTime</a></strong>(int&nbsp;time)</code>
<div class="block">Set title fade in time</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setFadeOutTime(int)">setFadeOutTime</a></strong>(int&nbsp;time)</code>
<div class="block">Set title fade out time</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setStayTime(int)">setStayTime</a></strong>(int&nbsp;time)</code>
<div class="block">Set title stay time</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setSubtitleColor(org.bukkit.ChatColor)">setSubtitleColor</a></strong>(org.bukkit.ChatColor&nbsp;color)</code>
<div class="block">Set the subtitle color</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setTimingsToSeconds()">setTimingsToSeconds</a></strong>()</code>
<div class="block">Set timings to seconds</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setTimingsToTicks()">setTimingsToTicks</a></strong>()</code>
<div class="block">Set timings to ticks</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/object/Title.html#setTitleColor(org.bukkit.ChatColor)">setTitleColor</a></strong>(org.bukkit.ChatColor&nbsp;color)</code>
<div class="block">Set the title color</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</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>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Title(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Title</h4>
<pre>public&nbsp;Title(java.lang.String&nbsp;title)</pre>
<div class="block">Create a new 1.8 title</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>title</code> - Title</dd>
</dl>
</li>
</ul>
<a name="Title(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Title</h4>
<pre>public&nbsp;Title(java.lang.String&nbsp;title,
java.lang.String&nbsp;subtitle)</pre>
<div class="block">Create a new 1.8 title</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>title</code> - Title text</dd>
<dd><code>subtitle</code> - Subtitle text</dd>
</dl>
</li>
</ul>
<a name="Title(java.lang.String, java.lang.String, int, int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Title</h4>
<pre>public&nbsp;Title(java.lang.String&nbsp;title,
java.lang.String&nbsp;subtitle,
int&nbsp;fadeInTime,
int&nbsp;stayTime,
int&nbsp;fadeOutTime)</pre>
<div class="block">Create a new 1.8 title</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>title</code> - Title text</dd>
<dd><code>subtitle</code> - Subtitle text</dd>
<dd><code>fadeInTime</code> - Fade in time</dd>
<dd><code>stayTime</code> - Stay on screen time</dd>
<dd><code>fadeOutTime</code> - Fade out time</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setTitleColor(org.bukkit.ChatColor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTitleColor</h4>
<pre>public&nbsp;void&nbsp;setTitleColor(org.bukkit.ChatColor&nbsp;color)</pre>
<div class="block">Set the title color</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>color</code> - Chat color</dd>
</dl>
</li>
</ul>
<a name="setSubtitleColor(org.bukkit.ChatColor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSubtitleColor</h4>
<pre>public&nbsp;void&nbsp;setSubtitleColor(org.bukkit.ChatColor&nbsp;color)</pre>
<div class="block">Set the subtitle color</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>color</code> - Chat color</dd>
</dl>
</li>
</ul>
<a name="setFadeInTime(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFadeInTime</h4>
<pre>public&nbsp;void&nbsp;setFadeInTime(int&nbsp;time)</pre>
<div class="block">Set title fade in time</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>time</code> - Time</dd>
</dl>
</li>
</ul>
<a name="setFadeOutTime(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFadeOutTime</h4>
<pre>public&nbsp;void&nbsp;setFadeOutTime(int&nbsp;time)</pre>
<div class="block">Set title fade out time</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>time</code> - Time</dd>
</dl>
</li>
</ul>
<a name="setStayTime(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStayTime</h4>
<pre>public&nbsp;void&nbsp;setStayTime(int&nbsp;time)</pre>
<div class="block">Set title stay time</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>time</code> - Time</dd>
</dl>
</li>
</ul>
<a name="setTimingsToTicks()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimingsToTicks</h4>
<pre>public&nbsp;void&nbsp;setTimingsToTicks()</pre>
<div class="block">Set timings to ticks</div>
</li>
</ul>
<a name="setTimingsToSeconds()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimingsToSeconds</h4>
<pre>public&nbsp;void&nbsp;setTimingsToSeconds()</pre>
<div class="block">Set timings to seconds</div>
</li>
</ul>
<a name="send(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>send</h4>
<pre>public&nbsp;void&nbsp;send(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Send the title to a player</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> - Player</dd>
</dl>
</li>
</ul>
<a name="broadcast()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>broadcast</h4>
<pre>public&nbsp;void&nbsp;broadcast()</pre>
<div class="block">Broadcast the title to all players</div>
</li>
</ul>
<a name="clearTitle(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clearTitle</h4>
<pre>public&nbsp;void&nbsp;clearTitle(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Clear the title</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> - Player</dd>
</dl>
</li>
</ul>
<a name="resetTitle(org.bukkit.entity.Player)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>resetTitle</h4>
<pre>public&nbsp;void&nbsp;resetTitle(org.bukkit.entity.Player&nbsp;player)</pre>
<div class="block">Reset the title settings</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>player</code> - Player</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/Title.html" target="_top">Frames</a>
</li>
<li><a href="Title.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.object</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../com/intellectualcrafters/plot/object/package-summary.html" target="classFrame">com.intellectualcrafters.plot.object</a>
</h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="BlockWrapper.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">BlockWrapper</a>
</li>
<li><a href="Plot.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">Plot</a></li>
<li><a href="PlotBlock.html" title="class in com.intellectualcrafters.plot.object"
target="classFrame">PlotBlock</a></li>
<li><a href="PlotComment.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotComment</a>
</li>
<li><a href="PlotGenerator.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotGenerator</a>
</li>
<li><a href="PlotId.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotId</a>
</li>
<li><a href="PlotManager.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotManager</a>
</li>
<li><a href="PlotSelection.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotSelection</a>
</li>
<li><a href="PlotSettings.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">PlotSettings</a>
</li>
<li><a href="PlotWorld.html" title="class in com.intellectualcrafters.plot.object"
target="classFrame">PlotWorld</a></li>
<li><a href="StringWrapper.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">StringWrapper</a>
</li>
<li><a href="Title.html" title="class in com.intellectualcrafters.plot.object" target="classFrame">Title</a>
</li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="PlotHomePosition.html" title="enum in com.intellectualcrafters.plot.object" target="classFrame">PlotHomePosition</a>
</li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,222 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.object</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "com.intellectualcrafters.plot.object";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/listeners/package-summary.html">Prev Package</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/util/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/package-summary.html" target="_top">Frames</a>
</li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;com.intellectualcrafters.plot.object</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0"
summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html"
title="class in com.intellectualcrafters.plot.object">BlockWrapper</a></td>
<td class="colLast">
<div class="block">Wrapper class for blocks, using
pure data rather than the object.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a></td>
<td class="colLast">
<div class="block">The plot class</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object">PlotBlock</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object">PlotComment</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object">PlotGenerator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object">PlotId</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object">PlotManager</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object">PlotSelection</a></td>
<td class="colLast">
<div class="block">Created 2014-10-12 for PlotSquared</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object">PlotSettings</a></td>
<td class="colLast">
<div class="block">plot settings</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object">StringWrapper</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/object/Title.html"
title="class in com.intellectualcrafters.plot.object">Title</a></td>
<td class="colLast">
<div class="block">Minecraft 1.8 Title</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0"
summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object">PlotHomePosition</a></td>
<td class="colLast">
<div class="block">Created by Citymonstret on 2014-08-05.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/listeners/package-summary.html">Prev Package</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/util/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/package-summary.html" target="_top">Frames</a>
</li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,195 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.object Class Hierarchy</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "com.intellectualcrafters.plot.object Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/listeners/package-tree.html">Prev</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/util/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/package-tree.html"
target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.intellectualcrafters.plot.object</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/BlockWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span
class="strong">BlockWrapper</span></a></li>
<li type="circle">org.bukkit.generator.ChunkGenerator
<ul>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotGenerator.html"
title="class in com.intellectualcrafters.plot.object"><span
class="strong">PlotGenerator</span></a></li>
</ul>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Plot</span></a>
(implements java.lang.Cloneable)
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotBlock.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">PlotBlock</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotComment.html"
title="class in com.intellectualcrafters.plot.object"><span
class="strong">PlotComment</span></a></li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotId.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">PlotId</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotManager.html"
title="class in com.intellectualcrafters.plot.object"><span
class="strong">PlotManager</span></a></li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotSelection.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">PlotSelection</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object"><span
class="strong">PlotSettings</span></a></li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">PlotWorld</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/StringWrapper.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">StringWrapper</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/Title.html"
title="class in com.intellectualcrafters.plot.object"><span class="strong">Title</span></a></li>
</ul>
</li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;,
java.io.Serializable)
<ul>
<li type="circle">com.intellectualcrafters.plot.object.<a
href="../../../../com/intellectualcrafters/plot/object/PlotHomePosition.html"
title="enum in com.intellectualcrafters.plot.object"><span class="strong">PlotHomePosition</span></a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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">
<ul class="navList">
<li><a href="../../../../com/intellectualcrafters/plot/listeners/package-tree.html">Prev</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/util/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/object/package-tree.html"
target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if (window == top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>