<li><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils"><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.utils.Utils</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">Utils</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/utils/Utils.html#decode-java.lang.String-">decode</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> string)</code>
<divclass="block">Decodes an <code>ItemStack</code> from a Base64 String</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colFirst"><code>static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/utils/Utils.html#isUUID-java.lang.String-">isUUID</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> string)</code>
<divclass="block">Checks if a given String is a UUID</div>
<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><code>inventory</code> - The inventory, in which the items are counted</dd>
<dd><code>itemStack</code> - The items to count</dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Amount of given items in the given inventory</dd>
</dl>
</li>
</ul>
<aname="getServerVersion--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getServerVersion</h4>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> getServerVersion()</pre>
<dd>The major version of the server (e.g. <i>9</i> for 1.9.2, <i>10</i> for 1.10)</dd>
</dl>
</li>
</ul>
<aname="isUUID-java.lang.String-">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isUUID</h4>
<pre>public static boolean isUUID(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> string)</pre>
<divclass="block">Checks if a given String is a UUID</div>
<pre>public static <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> encode(org.bukkit.inventory.ItemStack itemStack)</pre>
<divclass="block">Encodes an <code>ItemStack</code> in a Base64 String</div>
<dd><code>itemStack</code> - <code>ItemStack</code> to encode</dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Base64 encoded String</dd>
</dl>
</li>
</ul>
<aname="decode-java.lang.String-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>decode</h4>
<pre>public static org.bukkit.inventory.ItemStack decode(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> string)</pre>
<divclass="block">Decodes an <code>ItemStack</code> from a Base64 String</div>
<li><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Prev Class</span></a></li>