<li><ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event"><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>org.bukkit.event.Event</li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html"title="class in de.epiceric.shopchest.event">de.epiceric.shopchest.event.ShopEvent</a></li>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a></span></code> </td>
<ahref="../../../../de/epiceric/shopchest/shop/Shop.html"title="class in de.epiceric.shopchest.shop">Shop</a> shop,
<ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a> type)</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><ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a></code></td>
<h3>Methods inherited from class de.epiceric.shopchest.event.<ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html"title="class in de.epiceric.shopchest.event">ShopEvent</a></h3>
<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>
<ahref="../../../../de/epiceric/shopchest/shop/Shop.html"title="class in de.epiceric.shopchest.shop">Shop</a> shop,
<ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a> type)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="getShop--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getShop</h4>
<pre>public <ahref="../../../../de/epiceric/shopchest/shop/Shop.html"title="class in de.epiceric.shopchest.shop">Shop</a> getShop()</pre>
<dd><code><ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html#getShop--">getShop</a></code> in class <code><ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html"title="class in de.epiceric.shopchest.event">ShopEvent</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Shop which is involved in this event</dd>
</dl>
</li>
</ul>
<aname="getType--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getType</h4>
<pre>public <ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event">ShopBuySellEvent.Type</a> getType()</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Whether the player buys or sells something</dd>
<dd><code><ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html#getPlayer--">getPlayer</a></code> in class <code><ahref="../../../../de/epiceric/shopchest/event/ShopEvent.html"title="class in de.epiceric.shopchest.event">ShopEvent</a></code></dd>
<li><ahref="../../../../de/epiceric/shopchest/event/ShopBuySellEvent.Type.html"title="enum in de.epiceric.shopchest.event"><spanclass="typeNameLink">Next Class</span></a></li>