ShopChest/javadoc/index-all.html
2016-08-03 17:39:41 +02:00

1328 lines
153 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_74) on Wed Aug 03 16:35:58 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (ShopChest 1.9.1 API)</title>
<meta name="date" content="2016-08-03">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (ShopChest 1.9.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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>Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;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="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#add-java.lang.String-java.lang.String-">add(String, String)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Add a value to a list in the config.yml.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#addGraph-de.epiceric.shopchest.utils.Metrics.Graph-">addGraph(Metrics.Graph)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">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="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#addPlotter-de.epiceric.shopchest.utils.Metrics.Plotter-">addPlotter(Metrics.Plotter)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">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="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#addShop-de.epiceric.shopchest.shop.Shop-">addShop(Shop)</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>
<div class="block">Adds a shop to the database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#addShop-de.epiceric.shopchest.shop.Shop-boolean-">addShop(Shop, boolean)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Add a shop</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#allow_broken_items">allow_broken_items</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether players are allowed to sell/buy broken items</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#auto_reload_time">auto_reload_time</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The time between automatic shop reloads (if set to 0, the timer will be disabled)</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#blacklist">blacklist</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">List containing items, of which players can't create a shop
If this list contains an item (e.g "STONE", "STONE:1"), it's in the blacklist.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#buildHeader--">buildHeader()</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#buy_greater_or_equal_sell">buy_greater_or_equal_sell</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether the buy price of a shop must be greater than or equal the sell price</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.html#check--">check()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.html" title="class in de.epiceric.shopchest.utils">UpdateChecker</a></dt>
<dd>
<div class="block">Check if an update is needed</div>
</dd>
<dt><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">ChestProtectListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#ChestProtectListener-de.epiceric.shopchest.ShopChest-">ChestProtectListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/ClearLagListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">ClearLagListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ClearLagListener.html#ClearLagListener--">ClearLagListener()</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ClearLagListener.html" title="class in de.epiceric.shopchest.listeners">ClearLagListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">ClickType</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#ClickType-de.epiceric.shopchest.utils.ClickType.EnumClickType-">ClickType(ClickType.EnumClickType)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#ClickType-de.epiceric.shopchest.utils.ClickType.EnumClickType-org.bukkit.inventory.ItemStack-double-double-de.epiceric.shopchest.shop.Shop.ShopType-">ClickType(ClickType.EnumClickType, ItemStack, double, double, Shop.ShopType)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/ClickType.EnumClickType.html" title="enum in de.epiceric.shopchest.utils"><span class="typeNameLink">ClickType.EnumClickType</span></a> - Enum in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config"><span class="typeNameLink">Config</span></a> - Class in <a href="de/epiceric/shopchest/config/package-summary.html">de.epiceric.shopchest.config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#Config-de.epiceric.shopchest.ShopChest-">Config(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#connection">connection</a></span> - Variable in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#createGraph-java.lang.String-">createGraph(String)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Construct and create a Graph that can be used to separate specific plotters to their own graphs on the metrics
website.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#createImaginaryShop-org.bukkit.OfflinePlayer-org.bukkit.inventory.ItemStack-org.bukkit.Location-double-double-de.epiceric.shopchest.shop.Shop.ShopType-">createImaginaryShop(OfflinePlayer, ItemStack, Location, double, double, Shop.ShopType)</a></span> - Static method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql"><span class="typeNameLink">Database</span></a> - Class in <a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#Database-de.epiceric.shopchest.ShopChest-">Database(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/sql/Database.DatabaseType.html" title="enum in de.epiceric.shopchest.sql"><span class="typeNameLink">Database.DatabaseType</span></a> - Enum in <a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/sql/Database.ShopInfo.html" title="enum in de.epiceric.shopchest.sql"><span class="typeNameLink">Database.ShopInfo</span></a> - Enum in <a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_mysql_database">database_mysql_database</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The database used for ShopChest's MySQL database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_mysql_host">database_mysql_host</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The hostname used in ShopChest's MySQL database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_mysql_password">database_mysql_password</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The password used in ShopChest's MySQL database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_mysql_port">database_mysql_port</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The port used for ShopChest's MySQL database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_mysql_username">database_mysql_username</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The username used in ShopChest's MySQL database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#database_type">database_type</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The database type used for ShopChest.</div>
</dd>
<dt><a href="de/epiceric/shopchest/package-summary.html">de.epiceric.shopchest</a> - package de.epiceric.shopchest</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/config/package-summary.html">de.epiceric.shopchest.config</a> - package de.epiceric.shopchest.config</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a> - package de.epiceric.shopchest.event</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a> - package de.epiceric.shopchest.language</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a> - package de.epiceric.shopchest.listeners</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/package-summary.html">de.epiceric.shopchest.nms</a> - package de.epiceric.shopchest.nms</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_10_R1/package-summary.html">de.epiceric.shopchest.nms.v1_10_R1</a> - package de.epiceric.shopchest.nms.v1_10_R1</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R1/package-summary.html">de.epiceric.shopchest.nms.v1_8_R1</a> - package de.epiceric.shopchest.nms.v1_8_R1</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R2/package-summary.html">de.epiceric.shopchest.nms.v1_8_R2</a> - package de.epiceric.shopchest.nms.v1_8_R2</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R3/package-summary.html">de.epiceric.shopchest.nms.v1_8_R3</a> - package de.epiceric.shopchest.nms.v1_8_R3</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R1/package-summary.html">de.epiceric.shopchest.nms.v1_9_R1</a> - package de.epiceric.shopchest.nms.v1_9_R1</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R2/package-summary.html">de.epiceric.shopchest.nms.v1_9_R2</a> - package de.epiceric.shopchest.nms.v1_9_R2</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/shop/package-summary.html">de.epiceric.shopchest.shop</a> - package de.epiceric.shopchest.shop</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a> - package de.epiceric.shopchest.sql</dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a> - package de.epiceric.shopchest.utils</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#debug-java.lang.String-">debug(String)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Print a message to the <i>/plugins/ShopChest/debug.txt</i> file</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#debug-java.lang.Throwable-">debug(Throwable)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Print a <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>'s stacktrace to the <i>/plugins/ShopChest/debug.txt</i> file</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#decode-java.lang.String-">decode(String)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>
<div class="block">Decodes an <code>ItemStack</code> from a Base64 String</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#default_limit">default_limit</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The default shop limit for players and groups that are not listed in <a href="de/epiceric/shopchest/config/Config.html#shopLimits_player"><code>Config.shopLimits_player</code></a> or in <a href="de/epiceric/shopchest/config/Config.html#shopLimits_group"><code>Config.shopLimits_group</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#disable--">disable()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Disables metrics for the server by setting "opt-out" to true in the config file and canceling the metrics task.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#enable--">enable()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Enables metrics for the server by setting "opt-out" to false in the config file and starting the metrics task.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#enable_debug_log">enable_debug_log</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether the debug log file should be created</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html#EnchantmentLevelName-int-java.lang.String-">EnchantmentLevelName(int, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html" title="class in de.epiceric.shopchest.language">EnchantmentName.EnchantmentLevelName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/EnchantmentName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">EnchantmentName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.html#EnchantmentName-org.bukkit.enchantments.Enchantment-java.lang.String-">EnchantmentName(Enchantment, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.html" title="class in de.epiceric.shopchest.language">EnchantmentName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">EnchantmentName.EnchantmentLevelName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#encode-org.bukkit.inventory.ItemStack-">encode(ItemStack)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>
<div class="block">Encodes an <code>ItemStack</code> in a Base64 String</div>
</dd>
<dt><a href="de/epiceric/shopchest/language/EntityName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">EntityName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EntityName.html#EntityName-org.bukkit.entity.EntityType-java.lang.String-">EntityName(EntityType, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EntityName.html" title="class in de.epiceric.shopchest.language">EntityName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#exclude_admin_shops">exclude_admin_shops</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether admin shops should be excluded of the shop limits</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#exists--">exists()</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#exists--">exists()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#explosion_protection">explosion_protection</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether shops should be protected by explosions</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#get-int-de.epiceric.shopchest.sql.Database.ShopInfo-">get(int, Database.ShopInfo)</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#getAmount-org.bukkit.inventory.Inventory-org.bukkit.inventory.ItemStack-">getAmount(Inventory, ItemStack)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>
<div class="block">Gets the amount of items in an inventory</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getBuyPrice--">getBuyPrice()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getBuyPrice--">getBuyPrice()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getClickType--">getClickType()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#getColumnName--">getColumnName()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>
<div class="block">Get the column name for the plotted point</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#getConfigFile--">getConfigFile()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Gets the File object of the config file that should be used to store data such as the GUID and opt-out status</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#getConnection--">getConnection()</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/MySQL.html#getConnection--">getConnection()</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/MySQL.html" title="class in de.epiceric.shopchest.sql">MySQL</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/SQLite.html#getConnection--">getConnection()</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/SQLite.html" title="class in de.epiceric.shopchest.sql">SQLite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#getCreationPrice--">getCreationPrice()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getDownloadLink--">getDownloadLink()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getEconomy--">getEconomy()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionEffectName.html#getEffect--">getEffect()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionEffectName.html" title="class in de.epiceric.shopchest.language">PotionEffectName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.html#getEnchantment--">getEnchantment()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.html" title="class in de.epiceric.shopchest.language">EnchantmentName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#getEnchantmentName-org.bukkit.enchantments.Enchantment-int-">getEnchantmentName(Enchantment, int)</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EntityName.html#getEntityType--">getEntityType()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EntityName.html" title="class in de.epiceric.shopchest.language">EntityName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html#getEntityTypeFromNBTEntityID-java.lang.String-">getEntityTypeFromNBTEntityID(String)</a></span> - Method in class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html" title="class in de.epiceric.shopchest.nms">ISpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopEvent.html#getHandlers--">getHandlers()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopEvent.html" title="class in de.epiceric.shopchest.event">ShopEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html#getHandlers--">getHandlers()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopPreInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html#getHandlers--">getHandlers()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopPreRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopReloadEvent.html#getHandlers--">getHandlers()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event">ShopReloadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#getHighestID--">getHighestID()</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getHologram--">getHologram()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getID--">getID()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getInstance--">getInstance()</a></span> - Static method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getInventoryHolder--">getInventoryHolder()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#getItemName-org.bukkit.inventory.ItemStack-">getItemName(ItemStack)</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#getLanguageConfig--">getLanguageConfig()</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getLatestVersion--">getLatestVersion()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html#getLevel--">getLevel()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html" title="class in de.epiceric.shopchest.language">EnchantmentName.EnchantmentLevelName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.html#getLink--">getLink()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.html" title="class in de.epiceric.shopchest.utils">UpdateChecker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.EnchantmentLevelName.html" title="class in de.epiceric.shopchest.language">EnchantmentName.EnchantmentLevelName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EnchantmentName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EnchantmentName.html" title="class in de.epiceric.shopchest.language">EnchantmentName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/EntityName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/EntityName.html" title="class in de.epiceric.shopchest.language">EntityName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/ItemName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language">ItemName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/MusicDiscName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/MusicDiscName.html" title="class in de.epiceric.shopchest.language">MusicDiscName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionEffectName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionEffectName.html" title="class in de.epiceric.shopchest.language">PotionEffectName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.html#getLocalizedName--">getLocalizedName()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.html" title="class in de.epiceric.shopchest.language">PotionName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.html#getLocalizedString--">getLocalizedString()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#getLocation--">getLocation()</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getLocation--">getLocation()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#getMajorVersion--">getMajorVersion()</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/ItemName.html#getMaterial--">getMaterial()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language">ItemName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#getMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-de.epiceric.shopchest.language.LocalizedMessage.ReplacedRegex...-">getMessage(LocalizedMessage.Message, LocalizedMessage.ReplacedRegex...)</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.html#getMessage--">getMessage()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/MusicDiscName.html#getMusicDiscMaterial--">getMusicDiscMaterial()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/MusicDiscName.html" title="class in de.epiceric.shopchest.language">MusicDiscName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#getMusicDiscName-org.bukkit.Material-">getMusicDiscName(Material)</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Regex.html#getName--">getName()</a></span> - Method in enum de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Regex.html" title="enum in de.epiceric.shopchest.config">Regex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#getName--">getName()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>
<div class="block">Gets the graph's name</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html" title="class in de.epiceric.shopchest.nms">ISpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/SpawnEggMeta.html#getNBTEntityID--">getNBTEntityID()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#getNextFreeID--">getNextFreeID()</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getPermission--">getPermission()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopEvent.html" title="class in de.epiceric.shopchest.event">ShopEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopInfoEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopPreCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopPreInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopPreRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html#getPlayer--">getPlayer()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getPlayerClickType-org.bukkit.OfflinePlayer-">getPlayerClickType(OfflinePlayer)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>
<div class="block">Gets the click type of a player</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#getPlotters--">getPlotters()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>
<div class="block">Gets an <b>unmodifiable</b> set of the plotter objects in the graph</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#getPotionEffectName-org.bukkit.inventory.ItemStack-">getPotionEffectName(ItemStack)</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.html#getPotionItemType--">getPotionItemType()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.html" title="class in de.epiceric.shopchest.language">PotionName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.html#getPotionType--">getPotionType()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.html" title="class in de.epiceric.shopchest.language">PotionName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getProduct--">getProduct()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getProduct--">getProduct()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html#getRegex--">getRegex()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html" title="class in de.epiceric.shopchest.language">LocalizedMessage.ReplacedRegex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.html#getRegexes--">getRegexes()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html#getReplace--">getReplace()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html" title="class in de.epiceric.shopchest.language">LocalizedMessage.ReplacedRegex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getSellPrice--">getSellPrice()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getSellPrice--">getSellPrice()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopReloadEvent.html#getSender--">getSender()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event">ShopReloadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#getServerVersion--">getServerVersion()</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopEvent.html" title="class in de.epiceric.shopchest.event">ShopEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopInfoEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopPreCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html#getShop--">getShop()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#getShop-org.bukkit.Location-">getShop(Location)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Get the shop at a given location</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#getShopAmount-org.bukkit.OfflinePlayer-">getShopAmount(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Get the amount of shops of a player</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getShopChestConfig--">getShopChestConfig()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getShopDatabase--">getShopDatabase()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#getShopLimit-org.bukkit.entity.Player-">getShopLimit(Player)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Get the shop limits of a player</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#getShops--">getShops()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Get all Shops</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getShopType--">getShopType()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#getShopType--">getShopType()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#getShopUtils--">getShopUtils()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/ItemName.html#getSubID--">getSubID()</a></span> - Method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language">ItemName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#getType--">getType()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#getValue--">getValue()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>
<div class="block">Get the current value for the plotted point.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#getVendor--">getVendor()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.html#getVersion--">getVersion()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.html" title="class in de.epiceric.shopchest.utils">UpdateChecker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#gzip-java.lang.String-">gzip(String)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">GZip compress a string of bytes</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#hashCode--">hashCode()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#hashCode--">hashCode()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#hasLockette--">hasLockette()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#hasLWC--">hasLWC()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#hidePlayer-org.bukkit.OfflinePlayer-">hidePlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_10_R1/package-summary.html">de.epiceric.shopchest.nms.v1_10_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R1/package-summary.html">de.epiceric.shopchest.nms.v1_8_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R2/package-summary.html">de.epiceric.shopchest.nms.v1_8_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R3/package-summary.html">de.epiceric.shopchest.nms.v1_8_R3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R1/package-summary.html">de.epiceric.shopchest.nms.v1_9_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2"><span class="typeNameLink">Hologram</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R2/package-summary.html">de.epiceric.shopchest.nms.v1_9_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#Hologram-java.lang.String:A-org.bukkit.Location-">Hologram(String[], Location)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/HologramUpdateListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">HologramUpdateListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/HologramUpdateListener.html#HologramUpdateListener-de.epiceric.shopchest.ShopChest-">HologramUpdateListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/HologramUpdateListener.html" title="class in de.epiceric.shopchest.listeners">HologramUpdateListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#hopper_protection">hopper_protection</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether shops should be protected by hoppers</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms"><span class="typeNameLink">IHologram</span></a> - Interface in <a href="de/epiceric/shopchest/nms/package-summary.html">de.epiceric.shopchest.nms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/IJsonBuilder.html" title="class in de.epiceric.shopchest.nms"><span class="typeNameLink">IJsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/package-summary.html">de.epiceric.shopchest.nms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IJsonBuilder.html#IJsonBuilder--">IJsonBuilder()</a></span> - Constructor for class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IJsonBuilder.html" title="class in de.epiceric.shopchest.nms">IJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/LWCMagnetListener.html#initializeListener--">initializeListener()</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/LWCMagnetListener.html" title="class in de.epiceric.shopchest.listeners">LWCMagnetListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopInfoEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopPreCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopPreInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopPreRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopReloadEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event">ShopReloadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html#isCancelled--">isCancelled()</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#isOptOut--">isOptOut()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Has the server owner denied plugin metrics?</div>
</dd>
<dt><a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html" title="class in de.epiceric.shopchest.nms"><span class="typeNameLink">ISpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/package-summary.html">de.epiceric.shopchest.nms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html#ISpawnEggMeta--">ISpawnEggMeta()</a></span> - Constructor for class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/ISpawnEggMeta.html" title="class in de.epiceric.shopchest.nms">ISpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#isShop-org.bukkit.Location-">isShop(Location)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Checks whether there is a shop at a given location</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#isUpdateNeeded--">isUpdateNeeded()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#isUUID-java.lang.String-">isUUID(String)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>
<div class="block">Checks if a given String is a UUID</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#isVisible-org.bukkit.OfflinePlayer-">isVisible(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/ItemCustomNameListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">ItemCustomNameListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemCustomNameListener.html#ItemCustomNameListener--">ItemCustomNameListener()</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemCustomNameListener.html" title="class in de.epiceric.shopchest.listeners">ItemCustomNameListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">ItemName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/ItemName.html#ItemName-org.bukkit.Material-int-java.lang.String-">ItemName(Material, int, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language">ItemName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/ItemName.html#ItemName-org.bukkit.Material-java.lang.String-">ItemName(Material, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/ItemName.html" title="class in de.epiceric.shopchest.language">ItemName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">ItemProtectListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#ItemProtectListener-de.epiceric.shopchest.ShopChest-">ItemProtectListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="de/epiceric/shopchest/nms/v1_10_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_10_R1"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_10_R1/package-summary.html">de.epiceric.shopchest.nms.v1_10_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R1"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R1/package-summary.html">de.epiceric.shopchest.nms.v1_8_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R2"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R2/package-summary.html">de.epiceric.shopchest.nms.v1_8_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R3/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R3"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R3/package-summary.html">de.epiceric.shopchest.nms.v1_8_R3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R1"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R1/package-summary.html">de.epiceric.shopchest.nms.v1_9_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R2"><span class="typeNameLink">JsonBuilder</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R2/package-summary.html">de.epiceric.shopchest.nms.v1_9_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/JsonBuilder.html#JsonBuilder-java.lang.String-java.lang.String-java.lang.String-">JsonBuilder(String, String, String)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#language_file">language_file</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The language file to use (e.g <i>en_US</i>, <i>de_DE</i>)</div>
</dd>
<dt><a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config"><span class="typeNameLink">LanguageConfiguration</span></a> - Class in <a href="de/epiceric/shopchest/config/package-summary.html">de.epiceric.shopchest.config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#LanguageConfiguration-de.epiceric.shopchest.ShopChest-">LanguageConfiguration(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">LanguageUtils</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#LanguageUtils--">LanguageUtils()</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#load-java.io.File-">load(File)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LanguageUtils.html#load--">load()</a></span> - Static method in class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LanguageUtils.html" title="class in de.epiceric.shopchest.language">LanguageUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#loadFromString-java.lang.String-">loadFromString(String)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">LocalizedMessage</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.html#LocalizedMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-java.lang.String-de.epiceric.shopchest.config.Regex...-">LocalizedMessage(LocalizedMessage.Message, String, Regex...)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.html#LocalizedMessage-de.epiceric.shopchest.language.LocalizedMessage.Message-java.lang.String-">LocalizedMessage(LocalizedMessage.Message, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.html" title="class in de.epiceric.shopchest.language">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/LocalizedMessage.Message.html" title="enum in de.epiceric.shopchest.language"><span class="typeNameLink">LocalizedMessage.Message</span></a> - Enum in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">LocalizedMessage.ReplacedRegex</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/LWCMagnetListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">LWCMagnetListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/LWCMagnetListener.html#LWCMagnetListener-de.epiceric.shopchest.ShopChest-">LWCMagnetListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/LWCMagnetListener.html" title="class in de.epiceric.shopchest.listeners">LWCMagnetListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#main_command_name">main_command_name</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The main command of ShopChest <i>(default: shop)</i></div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#maximal_distance">maximal_distance</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The maximum distance between a player and a shop to see the hologram</div>
</dd>
<dt><a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">Metrics</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#Metrics-org.bukkit.plugin.Plugin-">Metrics(Plugin)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">Metrics.Graph</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>
<div class="block">Represents a custom graph on the website</div>
</dd>
<dt><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">Metrics.Plotter</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>
<div class="block">Interface used to collect custom data for a plugin</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#minimum_prices">minimum_prices</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The minimum prices for certain items
This returns a key set, which contains e.g "STONE", "STONE:1", of the <i>minimum-prices</i> section in ShopChest's config.</div>
</dd>
<dt><a href="de/epiceric/shopchest/language/MusicDiscName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">MusicDiscName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/MusicDiscName.html#MusicDiscName-org.bukkit.Material-java.lang.String-">MusicDiscName(Material, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/MusicDiscName.html" title="class in de.epiceric.shopchest.language">MusicDiscName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/sql/MySQL.html" title="class in de.epiceric.shopchest.sql"><span class="typeNameLink">MySQL</span></a> - Class in <a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/MySQL.html#MySQL-de.epiceric.shopchest.ShopChest-">MySQL(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/MySQL.html" title="class in de.epiceric.shopchest.sql">MySQL</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="de/epiceric/shopchest/listeners/NotifyUpdateOnJoinListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">NotifyUpdateOnJoinListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/NotifyUpdateOnJoinListener.html#NotifyUpdateOnJoinListener-de.epiceric.shopchest.ShopChest-">NotifyUpdateOnJoinListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/NotifyUpdateOnJoinListener.html" title="class in de.epiceric.shopchest.listeners">NotifyUpdateOnJoinListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#onBlockBreak-org.bukkit.event.block.BlockBreakEvent-">onBlockBreak(BlockBreakEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#onBlockExplode-org.bukkit.event.block.BlockExplodeEvent-">onBlockExplode(BlockExplodeEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-">onBlockPlace(BlockPlaceEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-">onBlockPlace(BlockPlaceEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onBucketEmpty-org.bukkit.event.player.PlayerBucketEmptyEvent-">onBucketEmpty(PlayerBucketEmptyEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#onDisable--">onDisable()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#onEnable--">onEnable()</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#onEntityExplode-org.bukkit.event.entity.EntityExplodeEvent-">onEntityExplode(EntityExplodeEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ClearLagListener.html#onEntityRemove-me.minebuilders.clearlag.events.EntityRemoveEvent-">onEntityRemove(EntityRemoveEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ClearLagListener.html" title="class in de.epiceric.shopchest.listeners">ClearLagListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onItemDespawn-org.bukkit.event.entity.ItemDespawnEvent-">onItemDespawn(ItemDespawnEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ChestProtectListener.html#onItemMove-org.bukkit.event.inventory.InventoryMoveItemEvent-">onItemMove(InventoryMoveItemEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ChestProtectListener.html" title="class in de.epiceric.shopchest.listeners">ChestProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onItemPickup-org.bukkit.event.inventory.InventoryPickupItemEvent-">onItemPickup(InventoryPickupItemEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemCustomNameListener.html#onItemSpawn-org.bukkit.event.entity.ItemSpawnEvent-">onItemSpawn(ItemSpawnEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemCustomNameListener.html" title="class in de.epiceric.shopchest.listeners">ItemCustomNameListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onLiquidFlow-org.bukkit.event.block.BlockFromToEvent-">onLiquidFlow(BlockFromToEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onMultiBlockPlace-org.bukkit.event.block.BlockMultiPlaceEvent-">onMultiBlockPlace(BlockMultiPlaceEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#onOptOut--">onOptOut()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>
<div class="block">Called when the server owner decides to opt-out of BukkitMetrics while the server is running.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onPistonExtend-org.bukkit.event.block.BlockPistonExtendEvent-">onPistonExtend(BlockPistonExtendEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onPistonRetract-org.bukkit.event.block.BlockPistonRetractEvent-">onPistonRetract(BlockPistonRetractEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ShopInteractListener.html#onPlayerInteract-org.bukkit.event.player.PlayerInteractEvent-">onPlayerInteract(PlayerInteractEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ShopInteractListener.html" title="class in de.epiceric.shopchest.listeners">ShopInteractListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/NotifyUpdateOnJoinListener.html#onPlayerJoin-org.bukkit.event.player.PlayerJoinEvent-">onPlayerJoin(PlayerJoinEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/NotifyUpdateOnJoinListener.html" title="class in de.epiceric.shopchest.listeners">NotifyUpdateOnJoinListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/HologramUpdateListener.html#onPlayerMove-org.bukkit.event.player.PlayerMoveEvent-">onPlayerMove(PlayerMoveEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/HologramUpdateListener.html" title="class in de.epiceric.shopchest.listeners">HologramUpdateListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ItemProtectListener.html#onPlayerPickUpItem-org.bukkit.event.player.PlayerPickupItemEvent-">onPlayerPickUpItem(PlayerPickupItemEvent)</a></span> - Method in class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ItemProtectListener.html" title="class in de.epiceric.shopchest.listeners">ItemProtectListener</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IJsonBuilder.html#parse-java.lang.String-java.lang.String-java.lang.String-">parse(String, String, String)</a></span> - Method in class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IJsonBuilder.html" title="class in de.epiceric.shopchest.nms">IJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#Plotter--">Plotter()</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>
<div class="block">Construct a plotter with the default plot name</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#Plotter-java.lang.String-">Plotter(String)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>
<div class="block">Construct a plotter with a specific plot name</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#plugin">plugin</a></span> - Variable in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/PotionEffectName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">PotionEffectName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionEffectName.html#PotionEffectName-org.bukkit.potion.PotionType-java.lang.String-">PotionEffectName(PotionType, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionEffectName.html" title="class in de.epiceric.shopchest.language">PotionEffectName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/PotionName.html" title="class in de.epiceric.shopchest.language"><span class="typeNameLink">PotionName</span></a> - Class in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.html#PotionName-de.epiceric.shopchest.language.PotionName.PotionItemType-org.bukkit.potion.PotionType-java.lang.String-">PotionName(PotionName.PotionItemType, PotionType, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.html" title="class in de.epiceric.shopchest.language">PotionName</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/language/PotionName.PotionItemType.html" title="enum in de.epiceric.shopchest.language"><span class="typeNameLink">PotionName.PotionItemType</span></a> - Enum in <a href="de/epiceric/shopchest/language/package-summary.html">de.epiceric.shopchest.language</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="de/epiceric/shopchest/config/Regex.html" title="enum in de.epiceric.shopchest.config"><span class="typeNameLink">Regex</span></a> - Enum in <a href="de/epiceric/shopchest/config/package-summary.html">de.epiceric.shopchest.config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#reload-boolean-boolean-">reload(boolean, boolean)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Reload the configuration values from config.yml</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#reloadShops-boolean-">reloadShops(boolean)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Reload the shops</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#remove-java.lang.String-java.lang.String-">remove(String, String)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#remove--">remove()</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>
<div class="block">Removes the hologram.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#remove--">remove()</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#remove_shop_on_error">remove_shop_on_error</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether shops should automatically be removed from the database if an error occurred while loading
(e.g. when no chest is found at a shop's location)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#removeHologram--">removeHologram()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>
<div class="block">Creates the hologram of the shop if it doesn't exist</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#removeItem--">removeItem()</a></span> - Method in class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>
<div class="block">Removes the floating item of the shop</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#removePlayerClickType-org.bukkit.OfflinePlayer-">removePlayerClickType(OfflinePlayer)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>
<div class="block">Removes the click type from a player</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Graph.html#removePlotter-de.epiceric.shopchest.utils.Metrics.Plotter-">removePlotter(Metrics.Plotter)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Graph.html" title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></dt>
<dd>
<div class="block">Remove a plotter from the graph</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.html#removeShop-de.epiceric.shopchest.shop.Shop-">removeShop(Shop)</a></span> - Method in class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.html" title="class in de.epiceric.shopchest.sql">Database</a></dt>
<dd>
<div class="block">Remove a shop from the database</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#removeShop-de.epiceric.shopchest.shop.Shop-boolean-">removeShop(Shop, boolean)</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>
<div class="block">Remove a shop</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html#ReplacedRegex-de.epiceric.shopchest.config.Regex-java.lang.String-">ReplacedRegex(Regex, String)</a></span> - Constructor for class de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.ReplacedRegex.html" title="class in de.epiceric.shopchest.language">LocalizedMessage.ReplacedRegex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.Plotter.html#reset--">reset()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.Plotter.html" title="class in de.epiceric.shopchest.utils">Metrics.Plotter</a></dt>
<dd>
<div class="block">Called after the website graphs have been updated</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/LanguageConfiguration.html#saveToString--">saveToString()</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/LanguageConfiguration.html" title="class in de.epiceric.shopchest.config">LanguageConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IJsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IJsonBuilder.html" title="class in de.epiceric.shopchest.nms">IJsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/JsonBuilder.html#sendJson-org.bukkit.entity.Player-">sendJson(Player)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/JsonBuilder.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">JsonBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#set-java.lang.String-java.lang.String-">set(String, String)</a></span> - Method in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Set a configuration value
<i>Config is automatically reloaded</i></div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopInfoEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopPreCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopPreInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopPreRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopReloadEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event">ShopReloadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html#setCancelled-boolean-">setCancelled(boolean)</a></span> - Method in class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#setDownloadLink-java.lang.String-">setDownloadLink(String)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Set the download Link of the latest version (will return null if not checked or if no update is available)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#setLatestVersion-java.lang.String-">setLatestVersion(String)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Set the latest version</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.html#setPlayerClickType-org.bukkit.OfflinePlayer-de.epiceric.shopchest.utils.ClickType-">setPlayerClickType(OfflinePlayer, ClickType)</a></span> - Static method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.html" title="class in de.epiceric.shopchest.utils">ClickType</a></dt>
<dd>
<div class="block">Sets the click type of a player</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#setUpdateNeeded-boolean-">setUpdateNeeded(boolean)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Set whether an update is needed</div>
</dd>
<dt><a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop"><span class="typeNameLink">Shop</span></a> - Class in <a href="de/epiceric/shopchest/shop/package-summary.html">de.epiceric.shopchest.shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.html#Shop-int-de.epiceric.shopchest.ShopChest-org.bukkit.OfflinePlayer-org.bukkit.inventory.ItemStack-org.bukkit.Location-double-double-de.epiceric.shopchest.shop.Shop.ShopType-">Shop(int, ShopChest, OfflinePlayer, ItemStack, Location, double, double, Shop.ShopType)</a></span> - Constructor for class de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.html" title="class in de.epiceric.shopchest.shop">Shop</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/shop/Shop.ShopType.html" title="enum in de.epiceric.shopchest.shop"><span class="typeNameLink">Shop.ShopType</span></a> - Enum in <a href="de/epiceric/shopchest/shop/package-summary.html">de.epiceric.shopchest.shop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#shop_creation_price_admin">shop_creation_price_admin</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The price a player has to pay in order to create an admin shop</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#shop_creation_price_normal">shop_creation_price_normal</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The price a player has to pay in order to create a normal shop</div>
</dd>
<dt><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopBuySellEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player buys or sells something from or to a shop</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.html#ShopBuySellEvent-org.bukkit.entity.Player-de.epiceric.shopchest.shop.Shop-de.epiceric.shopchest.event.ShopBuySellEvent.Type-">ShopBuySellEvent(Player, Shop, ShopBuySellEvent.Type)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.html" title="class in de.epiceric.shopchest.event">ShopBuySellEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopBuySellEvent.Type.html" title="enum in de.epiceric.shopchest.event"><span class="typeNameLink">ShopBuySellEvent.Type</span></a> - Enum in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest"><span class="typeNameLink">ShopChest</span></a> - Class in <a href="de/epiceric/shopchest/package-summary.html">de.epiceric.shopchest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#ShopChest--">ShopChest()</a></span> - Constructor for class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopCreateEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player creates a shop (clicks on a chest)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopCreateEvent.html#ShopCreateEvent-org.bukkit.entity.Player-de.epiceric.shopchest.shop.Shop-double-">ShopCreateEvent(Player, Shop, double)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopEvent.html#ShopEvent--">ShopEvent()</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopEvent.html" title="class in de.epiceric.shopchest.event">ShopEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopInfoEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player retrieves information about a shop (clicks on a chest)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopInfoEvent.html#ShopInfoEvent-org.bukkit.entity.Player-de.epiceric.shopchest.shop.Shop-">ShopInfoEvent(Player, Shop)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/listeners/ShopInteractListener.html" title="class in de.epiceric.shopchest.listeners"><span class="typeNameLink">ShopInteractListener</span></a> - Class in <a href="de/epiceric/shopchest/listeners/package-summary.html">de.epiceric.shopchest.listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/listeners/ShopInteractListener.html#ShopInteractListener-de.epiceric.shopchest.ShopChest-">ShopInteractListener(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.listeners.<a href="de/epiceric/shopchest/listeners/ShopInteractListener.html" title="class in de.epiceric.shopchest.listeners">ShopInteractListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#shopLimits_group">shopLimits_group</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The shop limits of certain groups
This returns a key set, which contains the group names, of the <i>shop-limits.group</i> section in ShopChest's config.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#shopLimits_player">shopLimits_player</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">The shop limits of certain players
This returns a key set, which contains the player names, of the <i>shop-limits.player</i> section in ShopChest's config.</div>
</dd>
<dt><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopPreCreateEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player wants to create a shop (enters the command)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html#ShopPreCreateEvent-org.bukkit.entity.Player-de.epiceric.shopchest.shop.Shop-">ShopPreCreateEvent(Player, Shop)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreCreateEvent.html" title="class in de.epiceric.shopchest.event">ShopPreCreateEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopPreInfoEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player wants to retrieve information about a shop (enters the command)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html#ShopPreInfoEvent-org.bukkit.entity.Player-">ShopPreInfoEvent(Player)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreInfoEvent.html" title="class in de.epiceric.shopchest.event">ShopPreInfoEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopPreRemoveEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player wants to remove a shop (enters the command)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html#ShopPreRemoveEvent-org.bukkit.entity.Player-">ShopPreRemoveEvent(Player)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopPreRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopPreRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopReloadEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player reloads the shops</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopReloadEvent.html#ShopReloadEvent-org.bukkit.command.CommandSender-">ShopReloadEvent(CommandSender)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopReloadEvent.html" title="class in de.epiceric.shopchest.event">ShopReloadEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event"><span class="typeNameLink">ShopRemoveEvent</span></a> - Class in <a href="de/epiceric/shopchest/event/package-summary.html">de.epiceric.shopchest.event</a></dt>
<dd>
<div class="block">Called when a player removes a shop (clicks on a chest)</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopRemoveEvent.html#ShopRemoveEvent-org.bukkit.entity.Player-de.epiceric.shopchest.shop.Shop-">ShopRemoveEvent(Player, Shop)</a></span> - Constructor for class de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopRemoveEvent.html" title="class in de.epiceric.shopchest.event">ShopRemoveEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">ShopUtils</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ShopUtils.html#ShopUtils-de.epiceric.shopchest.ShopChest-">ShopUtils(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ShopUtils.html" title="class in de.epiceric.shopchest.utils">ShopUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Config.html#show_shop_items">show_shop_items</a></span> - Variable in class de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Config.html" title="class in de.epiceric.shopchest.config">Config</a></dt>
<dd>
<div class="block">Whether the shop items should be shown</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IHologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in interface de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IHologram.html" title="interface in de.epiceric.shopchest.nms">IHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html#showPlayer-org.bukkit.OfflinePlayer-">showPlayer(OfflinePlayer)</a></span> - Method in class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/Hologram.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">Hologram</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_10_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_10_R1"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_10_R1/package-summary.html">de.epiceric.shopchest.nms.v1_10_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_10_R1/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_10_R1.<a href="de/epiceric/shopchest/nms/v1_10_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_10_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R1"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R1/package-summary.html">de.epiceric.shopchest.nms.v1_8_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R1/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R1.<a href="de/epiceric/shopchest/nms/v1_8_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R2"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R2/package-summary.html">de.epiceric.shopchest.nms.v1_8_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R2/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R2.<a href="de/epiceric/shopchest/nms/v1_8_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R2">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_8_R3/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R3"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_8_R3/package-summary.html">de.epiceric.shopchest.nms.v1_8_R3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_8_R3/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_8_R3.<a href="de/epiceric/shopchest/nms/v1_8_R3/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_8_R3">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R1"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R1/package-summary.html">de.epiceric.shopchest.nms.v1_9_R1</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R1/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R1.<a href="de/epiceric/shopchest/nms/v1_9_R1/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R1">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/nms/v1_9_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R2"><span class="typeNameLink">SpawnEggMeta</span></a> - Class in <a href="de/epiceric/shopchest/nms/v1_9_R2/package-summary.html">de.epiceric.shopchest.nms.v1_9_R2</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/v1_9_R2/SpawnEggMeta.html#SpawnEggMeta-org.bukkit.inventory.ItemStack-">SpawnEggMeta(ItemStack)</a></span> - Constructor for class de.epiceric.shopchest.nms.v1_9_R2.<a href="de/epiceric/shopchest/nms/v1_9_R2/SpawnEggMeta.html" title="class in de.epiceric.shopchest.nms.v1_9_R2">SpawnEggMeta</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/sql/SQLite.html" title="class in de.epiceric.shopchest.sql"><span class="typeNameLink">SQLite</span></a> - Class in <a href="de/epiceric/shopchest/sql/package-summary.html">de.epiceric.shopchest.sql</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/SQLite.html#SQLite-de.epiceric.shopchest.ShopChest-">SQLite(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/SQLite.html" title="class in de.epiceric.shopchest.sql">SQLite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Metrics.html#start--">start()</a></span> - Method in class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Metrics.html" title="class in de.epiceric.shopchest.utils">Metrics</a></dt>
<dd>
<div class="block">Start measuring statistics.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/nms/IJsonBuilder.html#toString--">toString()</a></span> - Method in class de.epiceric.shopchest.nms.<a href="de/epiceric/shopchest/nms/IJsonBuilder.html" title="class in de.epiceric.shopchest.nms">IJsonBuilder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="de/epiceric/shopchest/utils/UpdateChecker.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">UpdateChecker</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.html#UpdateChecker-de.epiceric.shopchest.ShopChest-">UpdateChecker(ShopChest)</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.html" title="class in de.epiceric.shopchest.utils">UpdateChecker</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html" title="enum in de.epiceric.shopchest.utils"><span class="typeNameLink">UpdateChecker.UpdateCheckerResult</span></a> - Enum in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils"><span class="typeNameLink">Utils</span></a> - Class in <a href="de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/Utils.html#Utils--">Utils()</a></span> - Constructor for class de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/Utils.html" title="class in de.epiceric.shopchest.utils">Utils</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Regex.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Regex.html" title="enum in de.epiceric.shopchest.config">Regex</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.Type.html" title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.Message.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.Message.html" title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.PotionItemType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.PotionItemType.html" title="enum in de.epiceric.shopchest.language">PotionName.PotionItemType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.ShopType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.ShopType.html" title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.DatabaseType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.DatabaseType.html" title="enum in de.epiceric.shopchest.sql">Database.DatabaseType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.ShopInfo.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.ShopInfo.html" title="enum in de.epiceric.shopchest.sql">Database.ShopInfo</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.EnumClickType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.EnumClickType.html" title="enum in de.epiceric.shopchest.utils">ClickType.EnumClickType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html" title="enum in de.epiceric.shopchest.utils">UpdateChecker.UpdateCheckerResult</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/config/Regex.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.config.<a href="de/epiceric/shopchest/config/Regex.html" title="enum in de.epiceric.shopchest.config">Regex</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/event/ShopBuySellEvent.Type.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.event.<a href="de/epiceric/shopchest/event/ShopBuySellEvent.Type.html" title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/LocalizedMessage.Message.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/LocalizedMessage.Message.html" title="enum in de.epiceric.shopchest.language">LocalizedMessage.Message</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/language/PotionName.PotionItemType.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.language.<a href="de/epiceric/shopchest/language/PotionName.PotionItemType.html" title="enum in de.epiceric.shopchest.language">PotionName.PotionItemType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/shop/Shop.ShopType.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.shop.<a href="de/epiceric/shopchest/shop/Shop.ShopType.html" title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.DatabaseType.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.DatabaseType.html" title="enum in de.epiceric.shopchest.sql">Database.DatabaseType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/sql/Database.ShopInfo.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.sql.<a href="de/epiceric/shopchest/sql/Database.ShopInfo.html" title="enum in de.epiceric.shopchest.sql">Database.ShopInfo</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/ClickType.EnumClickType.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/ClickType.EnumClickType.html" title="enum in de.epiceric.shopchest.utils">ClickType.EnumClickType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html#values--">values()</a></span> - Static method in enum de.epiceric.shopchest.utils.<a href="de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html" title="enum in de.epiceric.shopchest.utils">UpdateChecker.UpdateCheckerResult</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a name="I:Z:Z_">
<!-- -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="memberNameLink"><a href="de/epiceric/shopchest/ShopChest.html#Z:Z_getTextResource-java.lang.String-">_getTextResource(String)</a></span> - Method in class de.epiceric.shopchest.<a href="de/epiceric/shopchest/ShopChest.html" title="class in de.epiceric.shopchest">ShopChest</a></dt>
<dd>
<div class="block">Provides a reader for a text file located inside the jar.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:Z:Z_">_</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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>Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;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 ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p>
</body>
</html>