<li><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li>de.epiceric.shopchest.shop.Shop</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">Shop</span>
extends <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a></span></code> </td>
<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin,
org.bukkit.OfflinePlayer vendor,
org.bukkit.inventory.ItemStack product,
org.bukkit.Location location,
double buyPrice,
double sellPrice,
<ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a> shopType)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<tdclass="colFirst"><code>static <ahref="../../../../de/epiceric/shopchest/shop/Shop.html"title="class in de.epiceric.shopchest.shop">Shop</a></code></td>
<ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a> shopType)</code> </td>
<tdclass="colFirst"><code><ahref="../../../../de/epiceric/shopchest/nms/IHologram.html"title="interface in de.epiceric.shopchest.nms">IHologram</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--"title="class or interface in java.lang">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--"title="class or interface in java.lang">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--"title="class or interface in java.lang">toString</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"title="class or interface in java.lang">wait</a></code></li>
<pre>public <ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a> getShopType()</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Type of the shop</dd>
</dl>
</li>
</ul>
<aname="getHologram--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getHologram</h4>
<pre>public <ahref="../../../../de/epiceric/shopchest/nms/IHologram.html"title="interface in de.epiceric.shopchest.nms">IHologram</a> getHologram()</pre>
<pre>public static <ahref="../../../../de/epiceric/shopchest/shop/Shop.html"title="class in de.epiceric.shopchest.shop">Shop</a> createImaginaryShop(org.bukkit.OfflinePlayer vendor,
org.bukkit.inventory.ItemStack product,
double buyPrice,
double sellPrice,
<ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop">Shop.ShopType</a> shopType)</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A shop, which is not really a shop. It's just for "storing" the data (used in some events).</dd>
<li><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop"><spanclass="typeNameLink">Next Class</span></a></li>