<li><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop"><spanclass="typeNameLink">Prev 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.ShopItem</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">ShopItem</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>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/shop/ShopItem.html#ShopItem-de.epiceric.shopchest.ShopChest-org.bukkit.inventory.ItemStack-org.bukkit.Location-">ShopItem</a></span>(<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin,
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><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></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>
<dd>Clone of the location, where the shop item should be (it could have been moved by something, even though it shouldn't)
To get the exact location, use reflection and extract the location of the <code>EntityItem</code>
which you can get in <ahref="../../../../de/epiceric/shopchest/shop/ShopItem.html#getEntityItem--"><code>getEntityItem()</code></a>.</dd>
</dl>
</li>
</ul>
<aname="getEntityItem--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getEntityItem</h4>
<pre>public <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> getEntityItem()</pre>
<li><ahref="../../../../de/epiceric/shopchest/shop/Shop.ShopType.html"title="enum in de.epiceric.shopchest.shop"><spanclass="typeNameLink">Prev Class</span></a></li>