1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
This commit is contained in:
DNx 2020-04-05 09:12:07 +07:00
commit e07c2f5263
966 changed files with 5721 additions and 3659 deletions

View File

@ -50,7 +50,8 @@
#### Additions
* Added GEOResourceGenerationEvent
* Added SlimefunGuide-Options API
* Added 1.13 backwards compatibility
* Added ItemSettings API
* Added experimental 1.13 backwards compatibility
#### Changes

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>All Classes (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
@ -49,6 +49,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners" target="classFrame">BackpackListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/BackupService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services" target="classFrame">BackupService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.medical" target="classFrame">Bandage</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric" target="classFrame">BasicCircuitBoard</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators" target="classFrame">BioGenerator</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food" target="classFrame">BirthdayCake</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers" target="classFrame"><span class="interfaceName">BlockBreakHandler</span></a></li>
@ -177,6 +178,7 @@
<li><a href="me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html" title="interface in me.mrCookieSlime.Slimefun.api.inventory" target="classFrame"><span class="interfaceName">ItemManipulationEvent</span></a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/ItemPickupListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners" target="classFrame">ItemPickupListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items" target="classFrame"><span class="interfaceName">ItemRestriction</span></a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items" target="classFrame">ItemSetting</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html" title="enum in me.mrCookieSlime.Slimefun.Objects.SlimefunItem" target="classFrame">ItemState</a></li>
<li><a href="me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html" title="enum in me.mrCookieSlime.Slimefun.api.item_transport" target="classFrame">ItemTransportFlow</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers" target="classFrame"><span class="interfaceName">ItemUseHandler</span></a></li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>All Classes (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
@ -49,6 +49,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">BackpackListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/BackupService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">BackupService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.medical">Bandage</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric">BasicCircuitBoard</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators">BioGenerator</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food">BirthdayCake</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers"><span class="interfaceName">BlockBreakHandler</span></a></li>
@ -177,6 +178,7 @@
<li><a href="me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html" title="interface in me.mrCookieSlime.Slimefun.api.inventory"><span class="interfaceName">ItemManipulationEvent</span></a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/ItemPickupListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">ItemPickupListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="interfaceName">ItemRestriction</span></a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html" title="enum in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">ItemState</a></li>
<li><a href="me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html" title="enum in me.mrCookieSlime.Slimefun.api.item_transport">ItemTransportFlow</a></li>
<li><a href="me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers"><span class="interfaceName">ItemUseHandler</span></a></li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Constant Field Values (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Deprecated List (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
@ -125,7 +125,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tr class="altColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api">me.mrCookieSlime.Slimefun.api.GuideHandler</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">Some day in the future we will simply allow to override the "opening" method of a Category instead.</span></div>
<div class="block"><span class="deprecationComment">Soon we will simply allow to override the "opening" method of a Category instead.</span></div>
</td>
</tr>
</tbody>
@ -202,29 +202,41 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getGuideHandlers--">io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry.getGuideHandlers()</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">The <a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getGuideHandlers-int-">me.mrCookieSlime.Slimefun.api.Slimefun.getGuideHandlers(int)</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">The <a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html#inject-org.bukkit.block.Block-">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.inject(Block)</a></th>
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getItemValue-java.lang.String-java.lang.String-">me.mrCookieSlime.Slimefun.api.Slimefun.getItemValue(String, String)</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">Please use the <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> API instead.</span></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html#inject-org.bukkit.block.Block-">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.inject(Block)</a></th>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html#isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-">me.mrCookieSlime.Slimefun.Setup.SlimefunManager.isItemSimilar(ItemStack, ItemStack, boolean)</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">Use <a href="io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html#isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-"><code>SlimefunUtils.isItemSimilar(ItemStack, ItemStack, boolean)</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html#isItemSoulbound-org.bukkit.inventory.ItemStack-">me.mrCookieSlime.Slimefun.Setup.SlimefunManager.isItemSoulbound(ItemStack)</a></th>
<td class="colLast">
<div class="block"><span class="deprecationComment">Use <a href="io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html#isSoulbound-org.bukkit.inventory.ItemStack-"><code>SlimefunUtils.isSoulbound(ItemStack)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html#pushItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.pushItems(Block, ItemStack...)</a></th>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#registerGuideHandler-me.mrCookieSlime.Slimefun.api.GuideHandler-">me.mrCookieSlime.Slimefun.api.Slimefun.registerGuideHandler(GuideHandler)</a></th>
</tr>
</tbody>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>API Help (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Index (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
@ -165,13 +165,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#addItem-int-org.bukkit.inventory.ItemStack-">addItem(int, ItemStack)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#addItemHandler-me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler...-">addItemHandler(ItemHandler...)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This method will add any given <a href="me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers"><code>ItemHandler</code></a> to this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Research.html#addItems-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem...-">addItems(SlimefunItem...)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.<a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects">Research</a></dt>
<dd>
<div class="block">Bind the specified Slimefun items to this <a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Research</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html#addItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-">addItems(Block, ItemStack...)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.androids">ProgrammableAndroid</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#addItemSetting-io.github.thebusybiscuit.slimefun4.api.items.ItemSetting...-">addItemSetting(ItemSetting&lt;?&gt;...)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>
<div class="block">This method will add any given <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> to this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html#addLanguage-java.lang.String-java.lang.String-">addLanguage(String, String)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.<a href="io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.localization">SlimefunLocalization</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html#addLanguage-java.lang.String-java.lang.String-">addLanguage(String, String)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">LocalizationService</a></dt>
@ -435,6 +441,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#BASIC_CIRCUIT_BOARD">BASIC_CIRCUIT_BOARD</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric"><span class="typeNameLink">BasicCircuitBoard</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.electric</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html#BasicCircuitBoard-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">BasicCircuitBoard(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric">BasicCircuitBoard</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#BATTERY">BATTERY</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#BEEF_JERKY">BEEF_JERKY</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
@ -529,7 +539,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.blocks"><span class="typeNameLink">BlockPlacer</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.blocks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html#BlockPlacer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.blocks">BlockPlacer</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html#BlockPlacer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.blocks">BlockPlacer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html" title="class in me.mrCookieSlime.Slimefun.api"><span class="typeNameLink">BlockStorage</span></a> - Class in <a href="me/mrCookieSlime/Slimefun/api/package-summary.html">me.mrCookieSlime.Slimefun.api</a></dt>
<dd>&nbsp;</dd>
@ -728,8 +738,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html#ChargableItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">ChargableItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html#ChargableItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">ChargableItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html#chargeInventory-org.bukkit.entity.Player-float-">chargeInventory(Player, float)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.energy.<a href="me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html" title="class in me.mrCookieSlime.Slimefun.api.energy">ItemEnergy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html#chargeItem-org.bukkit.inventory.ItemStack-float-">chargeItem(ItemStack, float)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.energy.<a href="me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html" title="class in me.mrCookieSlime.Slimefun.api.energy">ItemEnergy</a></dt>
@ -842,9 +850,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html#clone--">clone()</a></span> - Method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html" title="class in me.mrCookieSlime.Slimefun.api">SlimefunItemStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#clone-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-">clone(BlockMenu)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#clone-me.mrCookieSlime.Slimefun.api.inventory.UniversalBlockMenu-">clone(UniversalBlockMenu)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#clone-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-">clone(DirtyChestMenu)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html#close--">close()</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">DirtyChestMenu</a></dt>
<dd>&nbsp;</dd>
@ -1116,7 +1122,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/DispenserListener.html#DispenserListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">DispenserListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/DispenserListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">DispenserListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html#display--">display()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.network.<a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network">Network</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This method runs the network visualizer which displays a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html?is-external=true" title="class or interface in org.bukkit"><code>Particle</code></a> on
every <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Location.html?is-external=true" title="class or interface in org.bukkit"><code>Location</code></a> that this <a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network"><code>Network</code></a> can connect to.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
@ -1427,13 +1436,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><span class="typeNameLink">ExplosivePickaxe</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.tools</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html#ExplosivePickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosivePickaxe</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html#ExplosivePickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosivePickaxe</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><span class="typeNameLink">ExplosiveShovel</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.tools</a></dt>
<dd>
<div class="block">The <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><code>ExplosiveShovel</code></a> works similar to the <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><code>ExplosivePickaxe</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html#ExplosiveShovel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosiveShovel</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html#ExplosiveShovel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosiveShovel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html#extraTick-org.bukkit.Location-">extraTick(Location)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors">NetherStarReactor</a></dt>
<dd>&nbsp;</dd>
@ -1791,6 +1800,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getChargeableBlocks--">getChargeableBlocks()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html" title="class in io.github.thebusybiscuit.slimefun4.core">SlimefunRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html#getChargeAmount--">getChargeAmount()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">SolarHelmet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html#getChunkInfo-org.bukkit.World-int-int-">getChunkInfo(World, int, int)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html" title="class in me.mrCookieSlime.Slimefun.api">BlockStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html#getChunkInfo-org.bukkit.World-int-int-java.lang.String-">getChunkInfo(World, int, int, String)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html" title="class in me.mrCookieSlime.Slimefun.api">BlockStorage</a></dt>
@ -1875,6 +1886,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Returns the default supply of this resource in that biome</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getDefaultValue--">getDefaultValue()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This returns the <strong>default</strong> value of this <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/commands/SubCommand.html#getDescription--">getDescription()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.commands.<a href="io/github/thebusybiscuit/slimefun4/core/commands/SubCommand.html" title="class in io.github.thebusybiscuit.slimefun4.core.commands">SubCommand</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/commands/SubCommand.html#getDescription-org.bukkit.command.CommandSender-">getDescription(CommandSender)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.commands.<a href="io/github/thebusybiscuit/slimefun4/core/commands/SubCommand.html" title="class in io.github.thebusybiscuit.slimefun4.core.commands">SubCommand</a></dt>
@ -1929,8 +1944,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#getDisplayRecipes--">getDisplayRecipes()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#getDisplayRecipes--">getDisplayRecipes()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html#getDisplayRecipes--">getDisplayRecipes()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html#getDisplayRecipes--">getDisplayRecipes()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunMachine</a></dt>
@ -2051,17 +2064,25 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">This method returns the <a href="io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.github"><code>GitHubService</code></a> of Slimefun.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#getGoldPanDrops--">getGoldPanDrops()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#getGoldPanDrops--">getGoldPanDrops()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getGPSNetwork--">getGPSNetwork()</a></span> - Static method in class me.mrCookieSlime.Slimefun.<a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html" title="class in me.mrCookieSlime.Slimefun">SlimefunPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getGrapplingHookListener--">getGrapplingHookListener()</a></span> - Static method in class me.mrCookieSlime.Slimefun.<a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html" title="class in me.mrCookieSlime.Slimefun">SlimefunPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getGuideHandlers--">getGuideHandlers()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html" title="class in io.github.thebusybiscuit.slimefun4.core">SlimefunRegistry</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">The <a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getGuideHandlers-int-">getGuideHandlers(int)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/Slimefun.html" title="class in me.mrCookieSlime.Slimefun.api">Slimefun</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">The <a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#getGuideHistory--">getGuideHistory()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.player.<a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a></dt>
<dd>&nbsp;</dd>
@ -2110,7 +2131,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerBackpack.html#getID--">getID()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.player.<a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerBackpack.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerBackpack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#getID--">getID()</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This returns the id of the associated <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Research.html#getID--">getID()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.<a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects">Research</a></dt>
<dd>
<div class="block">Gets the ID of this <a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Research</code></a>.</div>
@ -2151,6 +2174,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html#getInput--">getInput()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.altar.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.altar">AltarRecipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#getInput--">getInput()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#getInput--">getInput()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html#getInput--">getInput()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">MachineFuel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html#getInput--">getInput()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">MachineRecipe</a></dt>
@ -2291,7 +2318,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> is used for display-purposes in the GEO Scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#getItem--">getItem()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">HashedArmorpiece</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">Returns the <a href="io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a> that corresponds to this <a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>,
or an empty <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#getItem--">getItem()</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>
<div class="block">Returns the <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> representation for this <a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuideImplementation</code></a>.</div>
@ -2428,8 +2458,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html#getItemHandler--">getItemHandler()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">LumberAxe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#getItemHandler--">getItemHandler()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html#getItemHandler--">getItemHandler()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PickaxeOfContainment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html#getItemHandler--">getItemHandler()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PickaxeOfTheSeeker</a></dt>
@ -2463,13 +2491,24 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Returns all instances of <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> bound to this <a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Category</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItemSetting-java.lang.String-java.lang.Class-">getItemSetting(String, Class&lt;T&gt;)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>
<div class="block">This method returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a> holding an <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given
key and data type.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItemSettings--">getItemSettings()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>
<div class="block">This returns a <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> containing all instances of <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> for this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getItemTextureService--">getItemTextureService()</a></span> - Static method in class me.mrCookieSlime.Slimefun.<a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html" title="class in me.mrCookieSlime.Slimefun">SlimefunPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html#getItemUseHandler--">getItemUseHandler()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">MultiTool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getItemValue-java.lang.String-java.lang.String-">getItemValue(String, String)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/Slimefun.html" title="class in me.mrCookieSlime.Slimefun.api">Slimefun</a></dt>
<dd>
<div class="block">Returns the value associated to this key for the SlimefunItem corresponding to this id.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use the <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> API instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html#getJavaPlugin--">getJavaPlugin()</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.api.<a href="io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api">SlimefunAddon</a></dt>
<dd>
@ -2478,6 +2517,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getJavaPlugin--">getJavaPlugin()</a></span> - Method in class me.mrCookieSlime.Slimefun.<a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html" title="class in me.mrCookieSlime.Slimefun">SlimefunPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getKey--">getKey()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This returns the key of this <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/StatusEffect.html#getKey--">getKey()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.player.<a href="io/github/thebusybiscuit/slimefun4/api/player/StatusEffect.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">StatusEffect</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html#getKey--">getKey()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">LocalizationService</a></dt>
@ -2500,8 +2543,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#getLabelLocalPath--">getLabelLocalPath()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#getLabelLocalPath--">getLabelLocalPath()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html#getLanguage-java.lang.String-">getLanguage(String)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.<a href="io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.localization">SlimefunLocalization</a></dt>
<dd>
<div class="block">This method attempts to return the <a href="io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.localization"><code>Language</code></a> with the given
@ -2654,8 +2695,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html#getModelData-java.lang.String-">getModelData(String)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">CustomTextureService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html#getModes--">getModes()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">MultiTool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html#getMonth--">getMonth()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">SeasonalCategory</a></dt>
<dd>
<div class="block">This method returns the <a href="https://docs.oracle.com/javase/9/docs/api/java/time/Month.html?is-external=true" title="class or interface in java.time"><code>Month</code></a> in which this <a href="io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories"><code>SeasonalCategory</code></a> will appear.</div>
@ -3035,6 +3074,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html#getSlimefunItem--">getSlimefunItem()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html" title="class in io.github.thebusybiscuit.slimefun4.core">MultiBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#getSlimefunItem--">getSlimefunItem()</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
<dd>
<div class="block">This returns the <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> associated with this <a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory"><code>BlockMenuPreset</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getSlimefunItemIds--">getSlimefunItemIds()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html" title="class in io.github.thebusybiscuit.slimefun4.core">SlimefunRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#getSlotsAccessedByItemTransport-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow-org.bukkit.inventory.ItemStack-">getSlotsAccessedByItemTransport(DirtyChestMenu, ItemTransportFlow, ItemStack)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenuPreset</a></dt>
@ -3172,6 +3215,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">This returns the amount that will be generated of this <a href="io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html" title="interface in io.github.thebusybiscuit.slimefun4.api.geo"><code>GEOResource</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getValue--">getValue()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This returns the <strong>current</strong> value of this <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html#getValue-java.lang.String-">getValue(String)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html" title="class in me.mrCookieSlime.Slimefun.api">BlockInfoConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html#getVersion--">getVersion()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">CustomTextureService</a></dt>
@ -3228,7 +3275,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#GLOWSTONE_LEGGINGS">GLOWSTONE_LEGGINGS</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#goBack-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-boolean-">goBack(SlimefunGuideImplementation, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#goBack-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-">goBack(SlimefunGuideImplementation)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></dt>
<dd>
<div class="block">This method opens the previous entry to the associated <a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player"><code>PlayerProfile</code></a>.</div>
</dd>
@ -3273,7 +3320,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#GOLDEN_APPLE_JUICE">GOLDEN_APPLE_JUICE</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><span class="typeNameLink">GoldPan</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.tools</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">A <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><code>GoldPan</code></a> is a <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> which allows you to obtain various
resources from Gravel.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#GoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">GoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html#GOOD">GOOD</a></span> - io.github.thebusybiscuit.slimefun4.core.attributes.<a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html" title="enum in io.github.thebusybiscuit.slimefun4.core.attributes">MachineTier</a></dt>
@ -3328,7 +3378,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><span class="typeNameLink">GrapplingHook</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.tools</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html#GrapplingHook-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GrapplingHook</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html#GrapplingHook-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GrapplingHook</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">GrapplingHookListener</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.listeners</a></dt>
<dd>&nbsp;</dd>
@ -3345,7 +3395,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><a href="me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><span class="typeNameLink">GuideHandler</span></a> - Interface in <a href="me/mrCookieSlime/Slimefun/api/package-summary.html">me.mrCookieSlime.Slimefun.api</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Some day in the future we will simply allow to override the "opening" method of a Category instead.</span></div>
<div class="block"><span class="deprecationComment">Soon we will simply allow to override the "opening" method of a Category instead.</span></div>
</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><span class="typeNameLink">GuideHistory</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/core/guide/package-summary.html">io.github.thebusybiscuit.slimefun4.core.guide</a></dt>
@ -3399,7 +3449,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<a href="io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#hasDiverged-org.bukkit.inventory.ItemStack-">hasDiverged(ItemStack)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">HashedArmorpiece</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This method checks whether the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> is no longer similar to the
one represented by this <a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html#hasFireworksEnabled-org.bukkit.entity.Player-">hasFireworksEnabled(Player)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.options.<a href="io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide.options">SlimefunGuideSettings</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html#HASH">HASH</a></span> - Static variable in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">PatternUtils</a></dt>
@ -3407,9 +3460,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html#hashCode--">hashCode()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html" title="class in io.github.thebusybiscuit.slimefun4.core">MultiBlock</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">HashedArmorpiece</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/api/items/package-summary.html">io.github.thebusybiscuit.slimefun4.api.items</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This class serves as a way of checking whether a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity"><code>Player</code></a> has changed their armor
between ticks.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#HashedArmorpiece--">HashedArmorpiece()</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">HashedArmorpiece</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This initializes a new <a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with no <a href="io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a>
and a zero hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html#hasInventory-org.bukkit.block.Block-">hasInventory(Block)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html" title="class in me.mrCookieSlime.Slimefun.api">BlockStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html#hasInventory-org.bukkit.Location-">hasInventory(Location)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html" title="class in me.mrCookieSlime.Slimefun.api">BlockStorage</a></dt>
@ -3862,6 +3921,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This returns whether or not this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> is allowed to be used in
an <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines"><code>AutoDisenchanter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html#isDroppedFromGolems--">isDroppedFromGolems()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric">BasicCircuitBoard</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html#isEmeraldEnchantsInstalled--">isEmeraldEnchantsInstalled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.plugins.<a href="io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.plugins">ThirdPartyPluginService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html#isEnabled--">isEnabled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">LocalizationService</a></dt>
@ -3974,6 +4035,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">This method checks whether the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> is considered <a href="io/github/thebusybiscuit/slimefun4/core/attributes/Soulbound.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes"><code>Soulbound</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html#isSurvivalMode--">isSurvivalMode()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">CheatSheetSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#isSurvivalMode--">isSurvivalMode()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html#isSymmetric--">isSymmetric()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html" title="class in io.github.thebusybiscuit.slimefun4.core">MultiBlock</a></dt>
<dd>
<div class="block">This returns whether this <a href="io/github/thebusybiscuit/slimefun4/core/MultiBlock.html" title="class in io.github.thebusybiscuit.slimefun4.core"><code>MultiBlock</code></a> is a symmetric structure or whether
@ -4046,6 +4111,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Category.html#items">items</a></span> - Variable in class me.mrCookieSlime.Slimefun.Objects.<a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">ItemSetting</span></a>&lt;<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&gt; - Class in <a href="io/github/thebusybiscuit/slimefun4/api/items/package-summary.html">io.github.thebusybiscuit.slimefun4.api.items</a></dt>
<dd>
<div class="block">This class represents a Setting for a <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that can be modified via
the <code>Items.yml</code> <code>Config</code> file.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#ItemSetting-java.lang.String-T-">ItemSetting(String, T)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This creates a new <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given key and default value</div>
</dd>
<dt><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html" title="enum in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><span class="typeNameLink">ItemState</span></a> - Enum in <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a></dt>
<dd>
<div class="block">Defines whether a SlimefunItem is enabled, disabled or fall-back to its vanilla behavior.</div>
@ -4173,6 +4247,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#load-io.github.thebusybiscuit.cscorelib2.config.Config-">load(Config)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.<a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html" title="class in io.github.thebusybiscuit.slimefun4.core">SlimefunRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">load(SlimefunItem)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This method is called by a <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> which wants to load its <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>
from the <code>Config</code> file.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.html#load-me.mrCookieSlime.Slimefun.SlimefunPlugin-">load(SlimefunPlugin)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">AncientAltarListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html#load-me.mrCookieSlime.Slimefun.SlimefunPlugin-">load(SlimefunPlugin)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">BackpackListener</a></dt>
@ -4488,8 +4567,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html#MultiBlockMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-">MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks">MultiBlockMachine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html#MultiBlockMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-java.lang.String:A-java.lang.Object:A-">MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace, String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks">MultiBlockMachine</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets"><span class="typeNameLink">Multimeter</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html#Multimeter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">Multimeter(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">Multimeter</a></dt>
@ -4859,13 +4936,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html#openBackpack-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-io.github.thebusybiscuit.slimefun4.implementation.items.tools.SlimefunBackpack-">openBackpack(Player, ItemStack, SlimefunBackpack)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">BackpackListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory(PlayerProfile, Category, boolean, int)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory(PlayerProfile, Category, int)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory(PlayerProfile, Category, boolean, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory(PlayerProfile, Category, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory(PlayerProfile, Category, boolean, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory(PlayerProfile, Category, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-boolean-int-">openCategory(PlayerProfile, Category, SlimefunGuideLayout, boolean, int)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-">openCategory(PlayerProfile, Category, SlimefunGuideLayout, int)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openCheatMenu-org.bukkit.entity.Player-">openCheatMenu(Player)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
@ -4875,27 +4952,27 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openGuide-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-">openGuide(Player, ItemStack)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#openLastEntry-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-boolean-">openLastEntry(SlimefunGuideImplementation, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#openLastEntry-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-">openLastEntry(SlimefunGuideImplementation)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></dt>
<dd>
<div class="block">This method opens the last opened entry to the associated <a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player"><code>PlayerProfile</code></a>
of this <a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>GuideHistory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu(PlayerProfile, boolean, int)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu(PlayerProfile, int)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu(PlayerProfile, boolean, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu(PlayerProfile, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu(PlayerProfile, boolean, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu(PlayerProfile, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-boolean-int-">openMainMenu(PlayerProfile, SlimefunGuideLayout, boolean, int)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-">openMainMenu(PlayerProfile, SlimefunGuideLayout, int)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch(PlayerProfile, String, boolean)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch(PlayerProfile, String, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch(PlayerProfile, String, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch(PlayerProfile, String, boolean, boolean)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch(PlayerProfile, String, boolean, boolean)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch(PlayerProfile, String, boolean, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch(PlayerProfile, String, boolean, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html#openSettings-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-">openSettings(Player, ItemStack)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.options.<a href="io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide.options">SlimefunGuideSettings</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html#openTeleporterGUI-org.bukkit.entity.Player-java.util.UUID-org.bukkit.block.Block-int-">openTeleporterGUI(Player, UUID, Block, int)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.gps.<a href="io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html" title="class in io.github.thebusybiscuit.slimefun4.api.gps">TeleportationManager</a></dt>
@ -5042,32 +5119,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html#PortableGEOScanner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">PortableGEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.geo.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.geo">PortableGEOScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.blocks">BlockPlacer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">MultiTool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines">ElectricGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food">MeatJerky</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">Talisman</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">AutomatedPanningMachine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/Smeltery.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/Smeltery.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">Smeltery</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosivePickaxe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">ExplosiveShovel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GrapplingHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">NetherGoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.weapons">SwordOfBeheading</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#postRegister--">postRegister()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>
<div class="block">This method is called after <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#register-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"><code>SlimefunItem.register(SlimefunAddon)</code></a>.</div>
@ -5441,6 +5500,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html#registerRecipe-int-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-">registerRecipe(int, ItemStack[], ItemStack[])</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html#registerRecipe-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-">registerRecipe(int, ItemStack, ItemStack)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html#registerRecipe-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe-">registerRecipe(MachineRecipe)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#registerResearch-me.mrCookieSlime.Slimefun.Objects.Research-org.bukkit.inventory.ItemStack...-">registerResearch(Research, ItemStack...)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/Slimefun.html" title="class in me.mrCookieSlime.Slimefun.api">Slimefun</a></dt>
@ -5699,16 +5760,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html#setItemMeta-org.bukkit.inventory.meta.ItemMeta-">setItemMeta(ItemMeta)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html" title="class in me.mrCookieSlime.Slimefun.api">SlimefunItemStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#setItemVariable-java.lang.String-java.lang.String-java.lang.Object-">setItemVariable(String, String, Object)</a></span> - Static method in class me.mrCookieSlime.Slimefun.api.<a href="me/mrCookieSlime/Slimefun/api/Slimefun.html" title="class in me.mrCookieSlime.Slimefun.api">Slimefun</a></dt>
<dd>
<div class="block">Sets a default value associated to this key for the SlimefunItem corresponding to this id.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html#setMessages-org.bukkit.configuration.file.FileConfiguration-">setMessages(FileConfiguration)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.<a href="io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.localization">Language</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#setRecipe-org.bukkit.inventory.ItemStack:A-">setRecipe(ItemStack[])</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#setRecipeOutput-org.bukkit.inventory.ItemStack-">setRecipeOutput(ItemStack)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This method will set the result of crafting this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#setRecipeType-me.mrCookieSlime.Slimefun.Lists.RecipeType-">setRecipeType(RecipeType)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html#setRecipeTypes-org.bukkit.configuration.file.FileConfiguration-">setRecipeTypes(FileConfiguration)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.<a href="io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.localization">Language</a></dt>
@ -5786,8 +5845,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html#SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SimpleSlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html#SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SimpleSlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html#SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-">SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SimpleSlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#size--">size()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></dt>
@ -5896,14 +5953,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">This creates a new <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> from the given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-">SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>
<div class="block">This creates a new <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> from the given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-java.lang.String:A-java.lang.Object:A-">SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">SlimefunItem(Category, ItemStack, String, RecipeType, ItemStack[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunItemConsumeListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">SlimefunItemConsumeListener</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.listeners</a></dt>
@ -5955,8 +6008,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html#SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-">SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunMachine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html#SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-java.lang.String:A-java.lang.Object:A-">SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace, String[], Object[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunMachine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html#SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-">SlimefunMachine(Category, ItemStack, String, ItemStack[], ItemStack[], BlockFace)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunMachine</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
@ -6022,7 +6073,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets"><span class="typeNameLink">SolarHelmet</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html#SolarHelmet-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">SolarHelmet</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html#SolarHelmet-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets">SolarHelmet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#SOLDER_INGOT">SOLDER_INGOT</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
@ -6180,7 +6231,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.weapons"><span class="typeNameLink">SwordOfBeheading</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.weapons</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html#SwordOfBeheading-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String:A-java.lang.Object:A-">SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.weapons">SwordOfBeheading</a></dt>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html#SwordOfBeheading-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SwordOfBeheading.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.weapons">SwordOfBeheading</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#SYNTHETIC_DIAMOND">SYNTHETIC_DIAMOND</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
@ -6470,11 +6521,20 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html#update-org.bukkit.block.Block-java.lang.String-">update(Block, String)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.holograms.<a href="io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html" title="class in io.github.thebusybiscuit.slimefun4.utils.holograms">SimpleHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#update-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">update(ItemStack, SlimefunItem)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">HashedArmorpiece</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This will update this <a href="io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a>
and the corresponding <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html#update-org.bukkit.Location-java.lang.String-">update(Location, String)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.holograms.<a href="io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html" title="class in io.github.thebusybiscuit.slimefun4.utils.holograms">ReactorHologram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#update-T-">update(T)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.items.<a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></dt>
<dd>
<div class="block">This method updates this <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html#updateProgressbar-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int-int-int-org.bukkit.inventory.ItemStack-">updateProgressbar(ChestMenu, int, int, int, ItemStack)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">ChestMenuUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html#updateRandomizer--">updateRandomizer()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services"><span class="typeNameLink">UpdaterService</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/core/services/package-summary.html">io.github.thebusybiscuit.slimefun4.core.services</a></dt>
<dd>
<div class="block">This Class represents our <code>Updater</code> Service.</div>

View File

@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Slimefun4 - Javadocs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>ErrorReport (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>MinecraftVersion (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>SlimefunAddon (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>SlimefunBranch (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.ErrorReport (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.MinecraftVersion (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.SlimefunBranch (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>AndroidMineEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>AutoDisenchantEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>GEOResourceGenerationEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>MultiBlockInteractEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>PlayerLanguageChangeEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>PlayerRightClickEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>ResearchUnlockEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.GEOResourceGenerationEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.events Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>IdConflictException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>IncompatibleItemHandlerException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>MissingDependencyException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>UnregisteredItemException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.IdConflictException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.MissingDependencyException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.UnregisteredItemException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.exceptions Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>GEOResource (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<title>ResourceManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.geo.ResourceManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.geo Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>GPSNetwork (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>TeleportationManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.gps.TeleportationManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.gps Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>HashedArmorpiece (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -141,6 +141,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<br>
<pre>public final class <span class="typeNameLabel">HashedArmorpiece</span>
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">This class serves as a way of checking whether a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity"><code>Player</code></a> has changed their armor
between ticks. We do that by storing the hash of their armor and a reference to the
corresponding <a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a> if such a correlation exists.
This gives us a significant performance improvement as we only need to check for a
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a> if the item diverged in the first place.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>TheBusyBiscuit</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a>,
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/tasks/ArmorTask.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.tasks"><code>ArmorTask</code></a></dd>
</dl>
</li>
</ul>
</div>
@ -162,7 +175,10 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#HashedArmorpiece--">HashedArmorpiece</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This initializes a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with no <a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a>
and a zero hash.</div>
</td>
</tr>
</table>
</li>
@ -185,18 +201,27 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a>&lt;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor">SlimefunArmorPiece</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#getItem--">getItem</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Returns the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a> that corresponds to this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>,
or an empty <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a></div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#hasDiverged-org.bukkit.inventory.ItemStack-">hasDiverged</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory">ItemStack</a>&nbsp;stack)</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This method checks whether the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> is no longer similar to the
one represented by this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html#update-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">update</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory">ItemStack</a>&nbsp;stack,
<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a>&nbsp;item)</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This will update this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a>
and the corresponding <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a></div>
</td>
</tr>
</table>
<ul class="blockList">
@ -229,6 +254,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<li class="blockList">
<h4>HashedArmorpiece</h4>
<pre>public&nbsp;HashedArmorpiece&#8203;()</pre>
<div class="block">This initializes a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with no <a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a>
and a zero hash.</div>
</li>
</ul>
</li>
@ -249,6 +276,13 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<h4>update</h4>
<pre>public&nbsp;void&nbsp;update&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory">ItemStack</a>&nbsp;stack,
<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a>&nbsp;item)</pre>
<div class="block">This will update this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> with the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a>
and the corresponding <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>stack</code> - The new armorpiece to be stored in this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a></dd>
<dd><code>item</code> - The <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> corresponding to the provided <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a>, may be null</dd>
</dl>
</li>
</ul>
<a id="hasDiverged-org.bukkit.inventory.ItemStack-">
@ -258,6 +292,14 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<li class="blockList">
<h4>hasDiverged</h4>
<pre>public&nbsp;boolean&nbsp;hasDiverged&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory">ItemStack</a>&nbsp;stack)</pre>
<div class="block">This method checks whether the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> is no longer similar to the
one represented by this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>stack</code> - The <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> to compare</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a> and the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemStack.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>ItemStack</code></a> mismatch</dd>
</dl>
</li>
</ul>
<a id="getItem--">
@ -267,6 +309,12 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<li class="blockList">
<h4>getItem</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a>&lt;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor">SlimefunArmorPiece</a>&gt;&nbsp;getItem&#8203;()</pre>
<div class="block">Returns the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.armor"><code>SlimefunArmorPiece</code></a> that corresponds to this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>HashedArmorpiece</code></a>,
or an empty <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a> describing the result</dd>
</dl>
</li>
</ul>
</li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>ItemRestriction (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -62,7 +62,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script');</script>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/Placeable.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" target="_top">Frames</a></li>
@ -267,7 +267,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/Placeable.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" target="_top">Frames</a></li>

View File

@ -0,0 +1,441 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>ItemSetting (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ItemSetting (Slimefun4 - Javadocs)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../../";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ItemSetting.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/Placeable.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" target="_top">Frames</a></li>
<li><a href="ItemSetting.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>
<ul class="navListSearch">
<li><span>SEARCH:&nbsp;</span>
<input type="text" id="search" value=" " disabled="disabled">
<input type="reset" id="reset" value=" " disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/package-summary.html">io.github.thebusybiscuit.slimefun4.api.items</a></div>
<h2 title="Class ItemSetting" class="title">Class ItemSetting&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>io.github.thebusybiscuit.slimefun4.api.items.ItemSetting&lt;T&gt;</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The type of data stored under this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ItemSetting&lt;T&gt;</span>
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">This class represents a Setting for a <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that can be modified via
the <code>Items.yml</code> <code>Config</code> file.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>TheBusyBiscuit</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#ItemSetting-java.lang.String-T-">ItemSetting</a></span>&#8203;(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;defaultValue)</code></th>
<td class="colLast">
<div class="block">This creates a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given key and default value</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getDefaultValue--">getDefaultValue</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This returns the <strong>default</strong> value of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getKey--">getKey</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This returns the key of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#getValue--">getValue</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This returns the <strong>current</strong> value of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">load</a></span>&#8203;(<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a>&nbsp;item)</code></th>
<td class="colLast">
<div class="block">This method is called by a <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> which wants to load its <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>
from the <code>Config</code> file.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#update-T-">update</a></span>&#8203;(<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;newValue)</code></th>
<td class="colLast">
<div class="block">This method updates this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given value.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="ItemSetting-java.lang.String-java.lang.Object-">
<!-- -->
</a><a id="ItemSetting-java.lang.String-T-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ItemSetting</h4>
<pre>public&nbsp;ItemSetting&#8203;(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;defaultValue)</pre>
<div class="block">This creates a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given key and default value</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>key</code> - The key under which this setting will be stored (relative to the <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>)</dd>
<dd><code>defaultValue</code> - The default value for this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="update-java.lang.Object-">
<!-- -->
</a><a id="update-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>update</h4>
<pre>public&nbsp;void&nbsp;update&#8203;(<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;newValue)</pre>
<div class="block">This method updates this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given value.
Override this method to catch changes of a value.
A value may never be null.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newValue</code> - The new value for this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a></dd>
</dl>
</li>
</ul>
<a id="getKey--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKey</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getKey&#8203;()</pre>
<div class="block">This returns the key of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The key under which this setting is stored (relative to the <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>)</dd>
</dl>
</li>
</ul>
<a id="getValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public&nbsp;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;getValue&#8203;()</pre>
<div class="block">This returns the <strong>current</strong> value of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The current value</dd>
</dl>
</li>
</ul>
<a id="getDefaultValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultValue</h4>
<pre>public&nbsp;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="type parameter in ItemSetting">T</a>&nbsp;getDefaultValue&#8203;()</pre>
<div class="block">This returns the <strong>default</strong> value of this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The default value</dd>
</dl>
</li>
</ul>
<a id="load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>load</h4>
<pre>public&nbsp;void&nbsp;load&#8203;(<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a>&nbsp;item)</pre>
<div class="block">This method is called by a <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> which wants to load its <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a>
from the <code>Config</code> file.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>item</code> - The <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> who called this method</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ItemSetting.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/Placeable.html" title="interface in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" target="_top">Frames</a></li>
<li><a href="ItemSetting.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2020. All rights reserved.</small></p>
</footer>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Interface io.github.thebusybiscuit.slimefun4.api.items.ItemRestriction (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -0,0 +1,235 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting (Slimefun4 - Javadocs)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../../";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></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?io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html" target="_top">Frames</a></li>
<li><a href="ItemSetting.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>
<ul class="navListSearch">
<li><span>SEARCH:&nbsp;</span>
<input type="text" id="search" value=" " disabled="disabled">
<input type="reset" id="reset" value=" " disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting" class="title">Uses of Class<br>io.github.thebusybiscuit.slimefun4.api.items.ItemSetting</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#me.mrCookieSlime.Slimefun.Objects.SlimefunItem">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="me.mrCookieSlime.Slimefun.Objects.SlimefunItem">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a> in <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a> that return types with arguments of type <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a>&lt;<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a>&lt;T&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunItem.</span><code><span class="memberNameLink"><a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItemSetting-java.lang.String-java.lang.Class-">getItemSetting</a></span>&#8203;(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;c)</code></th>
<td class="colLast">
<div class="block">This method returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util"><code>Optional</code></a> holding an <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> with the given
key and data type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a>&lt;?&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunItem.</span><code><span class="memberNameLink"><a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItemSettings--">getItemSettings</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This returns a <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a> containing all instances of <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> for this <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a> with parameters of type <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunItem.</span><code><span class="memberNameLink"><a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#addItemSetting-io.github.thebusybiscuit.slimefun4.api.items.ItemSetting...-">addItemSetting</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a>&lt;?&gt;...&nbsp;settings)</code></th>
<td class="colLast">
<div class="block">This method will add any given <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> to this <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></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?io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html" target="_top">Frames</a></li>
<li><a href="ItemSetting.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2020. All rights reserved.</small></p>
</footer>
</body>
</html>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Interface io.github.thebusybiscuit.slimefun4.api.items.Placeable (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
@ -539,6 +539,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric">BasicCircuitBoard</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric">Capacitor</a></span></code></th>
<td class="colLast">
<div class="block">A <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric"><code>Capacitor</code></a> is an <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/attributes/EnergyNetComponent.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes"><code>EnergyNetComponent</code></a> that serves as the energy
@ -1241,7 +1246,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">GoldPan</a></span></code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">A <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools"><code>GoldPan</code></a> is a <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> which allows you to obtain various
resources from Gravel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.items (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -32,6 +32,7 @@
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items" target="classFrame">HashedArmorpiece</a></li>
<li><a href="ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items" target="classFrame">ItemSetting</a></li>
</ul>
</section>
</div>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.items (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -133,7 +133,17 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">HashedArmorpiece</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This class serves as a way of checking whether a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity"><code>Player</code></a> has changed their armor
between ticks.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items">ItemSetting</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">This class represents a Setting for a <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that can be modified via
the <code>Items.yml</code> <code>Config</code> file.</div>
</td>
</tr>
</tbody>
</table>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.items Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -113,6 +113,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.items.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">HashedArmorpiece</span></a></li>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.items.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><span class="typeNameLink">ItemSetting</span></a>&lt;T&gt;</li>
</ul>
</li>
</ul>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.items (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -273,7 +273,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/class-use/HashedArmorpiece.html#io.github.thebusybiscuit.slimefun4.api.player">HashedArmorpiece</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This class serves as a way of checking whether a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity"><code>Player</code></a> has changed their armor
between ticks.</div>
</td>
</tr>
</tbody>
</table>
@ -612,6 +615,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html#me.mrCookieSlime.Slimefun.Objects.SlimefunItem">ItemSetting</a></th>
<td class="colLast">
<div class="block">This class represents a Setting for a <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that can be modified via
the <code>Items.yml</code> <code>Config</code> file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/class-use/Placeable.html#me.mrCookieSlime.Slimefun.Objects.SlimefunItem">Placeable</a></th>
<td class="colLast">&nbsp;</td>
</tr>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>Network (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@ -262,7 +262,10 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/network/Network.html#display--">display</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This method runs the network visualizer which displays a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html?is-external=true" title="class or interface in org.bukkit"><code>Particle</code></a> on
every <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Location.html?is-external=true" title="class or interface in org.bukkit"><code>Location</code></a> that this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network"><code>Network</code></a> can connect to.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>abstract int</code></td>
@ -484,6 +487,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display&#8203;()</pre>
<div class="block">This method runs the network visualizer which displays a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html?is-external=true" title="class or interface in org.bukkit"><code>Particle</code></a> on
every <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Location.html?is-external=true" title="class or interface in org.bukkit"><code>Location</code></a> that this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network"><code>Network</code></a> can connect to.</div>
</li>
</ul>
<a id="tick--">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>NetworkComponent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>NetworkManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.network.Network (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.network.NetworkManager (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.network (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.network (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.network Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.network (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>PlayerBackpack (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>PlayerProfile (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>StatusEffect (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
@ -354,33 +354,29 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-boolean-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a>&nbsp;category,
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideLayout.html" title="enum in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideLayout</a>&nbsp;layout,
boolean&nbsp;survival,
int&nbsp;selectedPage)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a>&nbsp;category,
boolean&nbsp;survival,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-boolean-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideLayout.html" title="enum in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideLayout</a>&nbsp;layout,
boolean&nbsp;survival,
int&nbsp;selectedPage)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
boolean&nbsp;survival,
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
@ -394,9 +390,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunGuideImplementation.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;input,
boolean&nbsp;survival,
boolean&nbsp;addToHistory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
@ -464,47 +459,41 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a>&nbsp;category,
boolean&nbsp;survival,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-boolean-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-">openCategory</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a>&nbsp;category,
boolean&nbsp;survival,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
boolean&nbsp;survival,
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-boolean-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
boolean&nbsp;survival,
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-">openMainMenu</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
int&nbsp;page)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">BookSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;input,
boolean&nbsp;survival,
boolean&nbsp;addToHistory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<th class="colSecond" scope="row"><span class="typeNameLabel">ChestSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-">openSearch</a></span>&#8203;(<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;input,
boolean&nbsp;survival,
boolean&nbsp;addToHistory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.player.StatusEffect (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.player (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.player (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:48 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<title>io.github.thebusybiscuit.slimefun4.api.player Class Hierarchy (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:49 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<title>Uses of Package io.github.thebusybiscuit.slimefun4.api.player (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>MultiBlock (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Fri Apr 03 10:19:46 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<title>SlimefunRegistry (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-03">
<meta name="dc.created" content="2020-04-04">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@ -279,7 +279,9 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="https://docs.oracle.com/javase/9/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api">GuideHandler</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getGuideHandlers--">getGuideHandlers</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">The <a href="../../../../../me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
</div>
</td>
</tr>
<tr id="i18" class="altColor">
@ -726,7 +728,12 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<h4>getGuideHandlers</h4>
<pre><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public&nbsp;<a href="https://docs.oracle.com/javase/9/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="https://docs.oracle.com/javase/9/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api">GuideHandler</a>&gt;&gt;&nbsp;getGuideHandlers&#8203;()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">The <a href="../../../../../me/mrCookieSlime/Slimefun/api/GuideHandler.html" title="interface in me.mrCookieSlime.Slimefun.api"><code>GuideHandler</code></a> API is deprecated. It will soon be removed.</span></div>
<div class="block">This method will soon be removed.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A Map of handlers</dd>
</dl>
</li>
</ul>
<a id="getAutomatedCraftingChamberRecipes--">

Some files were not shown because too many files have changed in this diff Show More