PlotSquared/doc/index-files/index-1.html
2014-11-16 11:14:40 +01:00

522 lines
32 KiB
HTML

<!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:56 CET 2014 -->
<title>A-Index</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 = "A-Index";
}
//-->
</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>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a
href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a
href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a
href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a
href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a
href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a
href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a
href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a
href="index-24.html">X</a>&nbsp;<a href="index-25.html">Y</a>&nbsp;<a href="index-26.html">Z</a>&nbsp;<a
name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="../com/intellectualcrafters/plot/database/AbstractDB.html"
title="class in com.intellectualcrafters.plot.database"><span class="strong">AbstractDB</span></a> -
Class in <a href="../com/intellectualcrafters/plot/database/package-summary.html">com.intellectualcrafters.plot.database</a>
</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/database/AbstractDB.html#AbstractDB()">AbstractDB()</a></span>
- Constructor for class com.intellectualcrafters.plot.database.<a
href="../com/intellectualcrafters/plot/database/AbstractDB.html"
title="class in com.intellectualcrafters.plot.database">AbstractDB</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/intellectualcrafters/plot/flag/AbstractFlag.html"
title="class in com.intellectualcrafters.plot.flag"><span class="strong">AbstractFlag</span></a> - Class
in
<a href="../com/intellectualcrafters/plot/flag/package-summary.html">com.intellectualcrafters.plot.flag</a>
</dt>
<dd>
<div class="block">Created 2014-09-23 for PlotSquared</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/flag/AbstractFlag.html#AbstractFlag(java.lang.String)">AbstractFlag(String)</a></span>
- Constructor for class com.intellectualcrafters.plot.flag.<a
href="../com/intellectualcrafters/plot/flag/AbstractFlag.html"
title="class in com.intellectualcrafters.plot.flag">AbstractFlag</a></dt>
<dd>
<div class="block">AbstractFlag is a parameter used in creating a new Flag</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/json/JSONObject.html#accumulate(java.lang.String,%20java.lang.Object)">accumulate(String,
Object)</a></span> - Method in class com.intellectualcrafters.json.<a
href="../com/intellectualcrafters/json/JSONObject.html" title="class in com.intellectualcrafters.json">JSONObject</a>
</dt>
<dd>
<div class="block">Accumulate values under a key.</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/jnbt/ListTagBuilder.html#add(com.intellectualcrafters.jnbt.Tag)">add(Tag)</a></span>
- Method in class com.intellectualcrafters.jnbt.<a
href="../com/intellectualcrafters/jnbt/ListTagBuilder.html"
title="class in com.intellectualcrafters.jnbt">ListTagBuilder</a></dt>
<dd>
<div class="block">Add the given tag.</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/Logger.html#add(com.intellectualcrafters.plot.util.Logger.LogLevel,%20java.lang.String)">add(Logger.LogLevel,
String)</a></span> - Static method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/Logger.html"
title="class in com.intellectualcrafters.plot.util">Logger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/UUIDHandler.html#add(com.intellectualcrafters.plot.object.StringWrapper,%20java.util.UUID)">add(StringWrapper,
UUID)</a></span> - Static method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/UUIDHandler.html"
title="class in com.intellectualcrafters.plot.util">UUIDHandler</a></dt>
<dd>
<div class="block">Add a set to the cache</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/TranslationFile.html#add(java.lang.String,%20java.lang.String)">add(String,
String)</a></span> - Method in class com.intellectualsites.translation.<a
href="../com/intellectualsites/translation/TranslationFile.html"
title="class in com.intellectualsites.translation">TranslationFile</a></dt>
<dd>
<div class="block">Add a value</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/YamlTranslationFile.html#add(java.lang.String,%20java.lang.String)">add(String,
String)</a></span> - Method in class com.intellectualsites.translation.<a
href="../com/intellectualsites/translation/YamlTranslationFile.html"
title="class in com.intellectualsites.translation">YamlTranslationFile</a></dt>
<dd>
<div class="block">Add a translation</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/jnbt/ListTagBuilder.html#addAll(java.util.Collection)">addAll(Collection&lt;?
extends Tag&gt;)</a></span> - Method in class com.intellectualcrafters.jnbt.<a
href="../com/intellectualcrafters/jnbt/ListTagBuilder.html"
title="class in com.intellectualcrafters.jnbt">ListTagBuilder</a></dt>
<dd>
<div class="block">Add all the tags in the given list.</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/object/PlotSettings.html#addComment(com.intellectualcrafters.plot.object.PlotComment)">addComment(PlotComment)</a></span>
- Method in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object">PlotSettings</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/object/Plot.html#addDenied(java.util.UUID)">addDenied(UUID)</a></span>
- Method in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a></dt>
<dd>
<div class="block">Deny someone (use DBFunc.addDenied() as well)</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/listeners/EntityListener.html#addEntity(org.bukkit.entity.Entity,%20com.intellectualcrafters.plot.object.Plot)">addEntity(Entity,
Plot)</a></span> - Static method in class com.intellectualcrafters.plot.listeners.<a
href="../com/intellectualcrafters/plot/listeners/EntityListener.html"
title="class in com.intellectualcrafters.plot.listeners">EntityListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/api/PlotAPI.html#addFlag(com.intellectualcrafters.plot.flag.AbstractFlag)">addFlag(AbstractFlag)</a></span>
- Method in class com.intellectualcrafters.plot.api.<a
href="../com/intellectualcrafters/plot/api/PlotAPI.html"
title="class in com.intellectualcrafters.plot.api">PlotAPI</a></dt>
<dd>
<div class="block">Register a flag for use in plots</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/flag/FlagManager.html#addFlag(com.intellectualcrafters.plot.flag.AbstractFlag)">addFlag(AbstractFlag)</a></span>
- Static method in class com.intellectualcrafters.plot.flag.<a
href="../com/intellectualcrafters/plot/flag/FlagManager.html"
title="class in com.intellectualcrafters.plot.flag">FlagManager</a></dt>
<dd>
<div class="block">Register an AbstractFlag with PlotSquared</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/listeners/WorldGuardListener.html#addFlag(org.bukkit.entity.Player,%20org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot,%20java.lang.String,%20java.lang.String)">addFlag(Player,
World, Plot, String, String)</a></span> - Method in class com.intellectualcrafters.plot.listeners.<a
href="../com/intellectualcrafters/plot/listeners/WorldGuardListener.html"
title="class in com.intellectualcrafters.plot.listeners">WorldGuardListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/object/PlotSettings.html#addFlag(com.intellectualcrafters.plot.flag.Flag)">addFlag(Flag)</a></span>
- Method in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/PlotSettings.html"
title="class in com.intellectualcrafters.plot.object">PlotSettings</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/Metrics.html#addGraph(com.intellectualcrafters.plot.util.Metrics.Graph)">addGraph(Metrics.Graph)</a></span>
- Method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/Metrics.html"
title="class in com.intellectualcrafters.plot.util">Metrics</a></dt>
<dd>
<div class="block">Add a Graph object to BukkitMetrics that represents data for the plugin
that should be sent to the backend
</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/object/Plot.html#addHelper(java.util.UUID)">addHelper(UUID)</a></span>
- Method in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a></dt>
<dd>
<div class="block">Add someone as a helper (use DBFunc as well)</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/bukkit/BukkitTranslation.html#addMaterials(com.intellectualsites.translation.TranslationManager)">addMaterials(TranslationManager)</a></span>
- Static method in class com.intellectualsites.translation.bukkit.<a
href="../com/intellectualsites/translation/bukkit/BukkitTranslation.html"
title="class in com.intellectualsites.translation.bukkit">BukkitTranslation</a></dt>
<dd>
<div class="block">Add material names to the translation list
Will default to a somewhat friendly name
</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/Metrics.Graph.html#addPlotter(com.intellectualcrafters.plot.util.Metrics.Plotter)">addPlotter(Metrics.Plotter)</a></span>
- Method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/Metrics.Graph.html"
title="class in com.intellectualcrafters.plot.util">Metrics.Graph</a></dt>
<dd>
<div class="block">Add a plotter to the graph, which will be used to plot entries</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/api/PlotAPI.html#addPlotWorld(java.lang.String,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotManager)">addPlotWorld(String,
PlotWorld, PlotManager)</a></span> - Method in class com.intellectualcrafters.plot.api.<a
href="../com/intellectualcrafters/plot/api/PlotAPI.html"
title="class in com.intellectualcrafters.plot.api">PlotAPI</a></dt>
<dd>
<div class="block">Add a plotoworld</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/PlotMain.html#addPlotWorld(java.lang.String,%20com.intellectualcrafters.plot.object.PlotWorld,%20com.intellectualcrafters.plot.object.PlotManager)">addPlotWorld(String,
PlotWorld, PlotManager)</a></span> - Static method in class com.intellectualcrafters.plot.<a
href="../com/intellectualcrafters/plot/PlotMain.html" title="class in com.intellectualcrafters.plot">PlotMain</a>
</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/TranslationManager.html#addTranslation(com.intellectualsites.translation.TranslationObject,%20com.intellectualsites.translation.TranslationAsset)">addTranslation(TranslationObject,
TranslationAsset)</a></span> - Method in class com.intellectualsites.translation.<a
href="../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/TranslationManager.html#addTranslation(java.lang.String,%20com.intellectualsites.translation.TranslationAsset)">addTranslation(String,
TranslationAsset)</a></span> - Method in class com.intellectualsites.translation.<a
href="../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualsites/translation/TranslationManager.html#addTranslationObject(com.intellectualsites.translation.TranslationObject)">addTranslationObject(TranslationObject)</a></span>
- Method in class com.intellectualsites.translation.<a
href="../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></dt>
<dd>
<div class="block">Add an object</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/object/Plot.html#addTrusted(java.util.UUID)">addTrusted(UUID)</a></span>
- Method in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/Plot.html"
title="class in com.intellectualcrafters.plot.object">Plot</a></dt>
<dd>
<div class="block">Add someone as a trusted user (use DBFunc as well)</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/PlotHelper.html#adjustWall(org.bukkit.entity.Player,%20com.intellectualcrafters.plot.object.Plot,%20com.intellectualcrafters.plot.object.PlotBlock)">adjustWall(Player,
Plot, PlotBlock)</a></span> - Static method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/PlotHelper.html"
title="class in com.intellectualcrafters.plot.util">PlotHelper</a></dt>
<dd>
<div class="block">Adjusts a plot wall</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/PlotHelper.html#adjustWallFilling(org.bukkit.entity.Player,%20com.intellectualcrafters.plot.object.Plot,%20com.intellectualcrafters.plot.object.PlotBlock)">adjustWallFilling(Player,
Plot, PlotBlock)</a></span> - Static method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/PlotHelper.html"
title="class in com.intellectualcrafters.plot.util">PlotHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/api/PlotAPI.html#ADMIN_PERMISSION">ADMIN_PERMISSION</a></span>
- Static variable in class com.intellectualcrafters.plot.api.<a
href="../com/intellectualcrafters/plot/api/PlotAPI.html"
title="class in com.intellectualcrafters.plot.api">PlotAPI</a></dt>
<dd>
<div class="block">Admin Permission</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/PlotMain.html#ADMIN_PERMISSION">ADMIN_PERMISSION</a></span>
- Static variable in class com.intellectualcrafters.plot.<a
href="../com/intellectualcrafters/plot/PlotMain.html"
title="class in com.intellectualcrafters.plot">PlotMain</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/commands/SubCommand.html#alias">alias</a></span> - Variable in
class com.intellectualcrafters.plot.commands.<a
href="../com/intellectualcrafters/plot/commands/SubCommand.html"
title="class in com.intellectualcrafters.plot.commands">SubCommand</a></dt>
<dd>
<div class="block">Alias</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/commands/Merge.html#aliases">aliases</a></span> - Static variable
in class com.intellectualcrafters.plot.commands.<a
href="../com/intellectualcrafters/plot/commands/Merge.html"
title="class in com.intellectualcrafters.plot.commands">Merge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/commands/Set.html#aliases">aliases</a></span>
- Static variable in class com.intellectualcrafters.plot.commands.<a
href="../com/intellectualcrafters/plot/commands/Set.html"
title="class in com.intellectualcrafters.plot.commands">Set</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/listeners/PlotPlusListener.Interval.html#amount">amount</a></span>
- Variable in class com.intellectualcrafters.plot.listeners.<a
href="../com/intellectualcrafters/plot/listeners/PlotPlusListener.Interval.html"
title="class in com.intellectualcrafters.plot.listeners">PlotPlusListener.Interval</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/json/XML.html#AMP">AMP</a></span> - Static
variable in class com.intellectualcrafters.json.<a href="../com/intellectualcrafters/json/XML.html"
title="class in com.intellectualcrafters.json">XML</a>
</dt>
<dd>
<div class="block">The Character '&amp;'.</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/config/Settings.html#API_URL">API_URL</a></span> - Static
variable in class com.intellectualcrafters.plot.config.<a
href="../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config">Settings</a></dt>
<dd>
<div class="block">API Location</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/json/XML.html#APOS">APOS</a></span> - Static
variable in class com.intellectualcrafters.json.<a href="../com/intellectualcrafters/json/XML.html"
title="class in com.intellectualcrafters.json">XML</a>
</dt>
<dd>
<div class="block">The Character '''.</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/json/JSONObject.html#append(java.lang.String,%20java.lang.Object)">append(String,
Object)</a></span> - Method in class com.intellectualcrafters.json.<a
href="../com/intellectualcrafters/json/JSONObject.html" title="class in com.intellectualcrafters.json">JSONObject</a>
</dt>
<dd>
<div class="block">Append values to the array under a key.</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/json/JSONWriter.html#array()">array()</a></span> -
Method in class com.intellectualcrafters.json.<a href="../com/intellectualcrafters/json/JSONWriter.html"
title="class in com.intellectualcrafters.json">JSONWriter</a>
</dt>
<dd>
<div class="block">Begin appending a new array.</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/jnbt/CompoundTag.html#asDouble(java.lang.String)">asDouble(String)</a></span>
- Method in class com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/CompoundTag.html"
title="class in com.intellectualcrafters.jnbt">CompoundTag</a>
</dt>
<dd>
<div class="block">Get a double named with the given key, even if it's another
type of number.
</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/jnbt/ListTag.html#asDouble(int)">asDouble(int)</a></span>
- Method in class com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/ListTag.html"
title="class in com.intellectualcrafters.jnbt">ListTag</a>
</dt>
<dd>
<div class="block">Get a double named with the given index, even if it's another
type of number.
</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/jnbt/CompoundTag.html#asInt(java.lang.String)">asInt(String)</a></span>
- Method in class com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/CompoundTag.html"
title="class in com.intellectualcrafters.jnbt">CompoundTag</a>
</dt>
<dd>
<div class="block">Get an int named with the given key, even if it's another
type of number.
</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/jnbt/ListTag.html#asInt(int)">asInt(int)</a></span> - Method in class
com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/ListTag.html"
title="class in com.intellectualcrafters.jnbt">ListTag</a></dt>
<dd>
<div class="block">Get an int named with the given index, even if it's another
type of number.
</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/jnbt/CompoundTag.html#asLong(java.lang.String)">asLong(String)</a></span>
- Method in class com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/CompoundTag.html"
title="class in com.intellectualcrafters.jnbt">CompoundTag</a>
</dt>
<dd>
<div class="block">Get a long named with the given key, even if it's another
type of number.
</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/jnbt/ListTag.html#asLong(int)">asLong(int)</a></span> - Method in
class com.intellectualcrafters.jnbt.<a href="../com/intellectualcrafters/jnbt/ListTag.html"
title="class in com.intellectualcrafters.jnbt">ListTag</a></dt>
<dd>
<div class="block">Get a long named with the given index, even if it's another
type of number.
</div>
</dd>
<dt><a href="../com/intellectualcrafters/plot/commands/Auto.html"
title="class in com.intellectualcrafters.plot.commands"><span class="strong">Auto</span></a> - Class in
<a href="../com/intellectualcrafters/plot/commands/package-summary.html">com.intellectualcrafters.plot.commands</a>
</dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/commands/Auto.html#Auto()">Auto()</a></span>
- Constructor for class com.intellectualcrafters.plot.commands.<a
href="../com/intellectualcrafters/plot/commands/Auto.html"
title="class in com.intellectualcrafters.plot.commands">Auto</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/config/Settings.html#AUTO_CLEAR">AUTO_CLEAR</a></span> - Static
variable in class com.intellectualcrafters.plot.config.<a
href="../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config">Settings</a></dt>
<dd>
<div class="block">Auto clear enabled</div>
</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/config/Settings.html#AUTO_CLEAR_DAYS">AUTO_CLEAR_DAYS</a></span>
- Static variable in class com.intellectualcrafters.plot.config.<a
href="../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config">Settings</a></dt>
<dd>
<div class="block">Days until a plot gets cleared</div>
</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/object/PlotWorld.html#AUTO_MERGE">AUTO_MERGE</a></span> -
Variable in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="../com/intellectualcrafters/plot/object/PlotWorld.html#AUTO_MERGE_DEFAULT">AUTO_MERGE_DEFAULT</a></span>
- Static variable in class com.intellectualcrafters.plot.object.<a
href="../com/intellectualcrafters/plot/object/PlotWorld.html"
title="class in com.intellectualcrafters.plot.object">PlotWorld</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a
href="../com/intellectualcrafters/plot/util/PlotHelper.html#autoMerge(org.bukkit.World,%20com.intellectualcrafters.plot.object.Plot,%20org.bukkit.entity.Player)">autoMerge(World,
Plot, Player)</a></span> - Static method in class com.intellectualcrafters.plot.util.<a
href="../com/intellectualcrafters/plot/util/PlotHelper.html"
title="class in com.intellectualcrafters.plot.util">PlotHelper</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a
href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a
href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a
href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a
href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a
href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a
href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a
href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a
href="index-25.html">Y</a>&nbsp;<a href="index-26.html">Z</a>&nbsp;</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>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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>