1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
 Conflicts:
	pom.xml
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java
This commit is contained in:
DNx 2020-04-10 08:08:27 +07:00
commit e4a5e78cc6
1002 changed files with 7921 additions and 3886 deletions

View File

@ -15,14 +15,14 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
max_commits: 20
- name: Add label
if: contains(toJson(steps.resolved.outputs.issues), github.event.issue.number)
if: contains(steps.resolved.outputs.issues, github.event.issue.number)
uses: maxkomarychev/octions/octions/issues/add-labels@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
labels: 'Resolved'
- uses: maxkomarychev/octions/octions/issues/create-comment@master
if: contains(toJson(steps.resolved.outputs.issues), github.event.issue.number) == false
if: contains(steps.resolved.outputs.issues, github.event.issue.number) == false
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}

View File

@ -52,12 +52,28 @@
* Added SlimefunGuide-Options API
* Added ItemSettings API
* Added experimental 1.13 backwards compatibility
* Added "Magma Cream to Magma Blocks" recipe to the Electric Press
* Added "Magma Blocks to Sulfate" recipe
* You can now search for items from within the book variant of the Guide
#### Changes
* Replaced GuideHandlers with FlexCategories
* Removed support for old EmeraldEnchants versions
* Updated the book variant of the guide to use the newer API
* Removed internal /sf elevator command
* Split whitelist.yml up into individual /world-settings/worldname.yml files
* Performance improvements
* Slimefun Guide runs much faster now and can better deal with many Categories and items
* Lots of API improvements
* Faulty addons are now identified more easily and will no longer break Slimefun's main content this quickly
#### Fixes
* Fixed error message when clicking empty slots in the Slimefun Guide
* Fixed #1779
* Fixed localized messages not showing in the book guide
* Fixed empty categories showing up when items inside were hidden
* Fixed ghost pages showing up when too many categories were disabled
* Fixed debug fish not showing the correct chunk timings
## Release Candidate 10 (28 Mar 2020)

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -135,6 +135,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/FireworksListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners" target="classFrame">FireworksListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils" target="classFrame">FireworkUtils</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.androids" target="classFrame">FisherAndroid</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories" target="classFrame">FlexCategory</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines" target="classFrame">FluidPump</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines" target="classFrame">FoodComposter</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines" target="classFrame">FoodFabricator</a></li>
@ -201,6 +202,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html" title="enum in io.github.thebusybiscuit.slimefun4.core.attributes" target="classFrame">MachineTier</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html" title="enum in io.github.thebusybiscuit.slimefun4.core.attributes" target="classFrame">MachineType</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical" target="classFrame">MagicEyeOfEnder</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical" target="classFrame">MagicianTalisman</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food" target="classFrame">MagicSugar</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/MagicWorkbench.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks" target="classFrame">MagicWorkbench</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators" target="classFrame">MagnesiumGenerator</a></li>
@ -238,6 +240,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils" target="classFrame">PatternUtils</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services" target="classFrame">PermissionsService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.gps" target="classFrame">PersonalActivationPlate</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services" target="classFrame">PerWorldSettingsService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools" target="classFrame">PickaxeOfContainment</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools" target="classFrame">PickaxeOfTheSeeker</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools" target="classFrame">PickaxeOfVeinMining</a></li>
@ -251,6 +254,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools" target="classFrame">PortableDustbin</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.geo" target="classFrame">PortableGEOScanner</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup" target="classFrame">PostSetup</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">PrematureCodeException</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/PressureChamber.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks" target="classFrame">PressureChamber</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.androids" target="classFrame">ProgrammableAndroid</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes" target="classFrame"><span class="interfaceName">Radioactive</span></a></li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -135,6 +135,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/FireworksListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">FireworksListener</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">FireworkUtils</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.androids">FisherAndroid</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines">FluidPump</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines">FoodComposter</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines">FoodFabricator</a></li>
@ -201,6 +202,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html" title="enum in io.github.thebusybiscuit.slimefun4.core.attributes">MachineTier</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html" title="enum in io.github.thebusybiscuit.slimefun4.core.attributes">MachineType</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicEyeOfEnder</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food">MagicSugar</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/MagicWorkbench.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">MagicWorkbench</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators">MagnesiumGenerator</a></li>
@ -238,6 +240,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">PatternUtils</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PermissionsService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.gps">PersonalActivationPlate</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PickaxeOfContainment</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PickaxeOfTheSeeker</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PickaxeOfVeinMining</a></li>
@ -251,6 +254,7 @@
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.tools">PortableDustbin</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.geo">PortableGEOScanner</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup">PostSetup</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">PrematureCodeException</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/PressureChamber.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">PressureChamber</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.androids">ProgrammableAndroid</a></li>
<li><a href="io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes"><span class="interfaceName">Radioactive</span></a></li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -201,15 +201,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<th class="colFirst" scope="row"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getAutomatedCraftingChamberRecipes--">io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry.getAutomatedCraftingChamberRecipes()</a></th>
</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>
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItem-java.lang.String-">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem.getItem(String)</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>
<div class="block"><span class="deprecationComment">Please use <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getByID-java.lang.String-"><code>SlimefunItem.getByID(String)</code></a> to obtain the <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> and then get the ItemStack
from that.</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>
<th class="colFirst" scope="row"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getItemConfig--">me.mrCookieSlime.Slimefun.api.Slimefun.getItemConfig()</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>
<div class="block"><span class="deprecationComment">Do not access this directly, 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="rowColor">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -120,6 +120,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">This method adds a <a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Category</code></a> to 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/categories/FlexCategory.html#add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">add(SlimefunItem)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html#add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">add(SlimefunItem)</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 stores the given <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> in 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>
@ -237,6 +239,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html#AGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">AGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html#ALPHANUMERIC">ALPHANUMERIC</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>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.altar"><span class="typeNameLink">AltarRecipe</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.altar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html#AltarRecipe-java.util.List-org.bukkit.inventory.ItemStack-">AltarRecipe(List&lt;ItemStack&gt;, ItemStack)</a></span> - Constructor for 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>
@ -463,8 +467,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#BILLON_MULTI_TOOL">BILLON_MULTI_TOOL</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/Objects/SlimefunItem/SlimefunItem.html#bindToResearch-me.mrCookieSlime.Slimefun.Objects.Research-">bindToResearch(Research)</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/Lists/SlimefunItems.html#BIO_REACTOR">BIO_REACTOR</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/generators/BioGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators"><span class="typeNameLink">BioGenerator</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators</a></dt>
@ -749,7 +751,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html#ChargingBench-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">ChargingBench(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines">ChargingBench</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/utils/ChatUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils"><span class="typeNameLink">ChatUtils</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/utils/package-summary.html">io.github.thebusybiscuit.slimefun4.utils</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This utility class contains a few static methods that are all about <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> manipulation
or sending a <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> to 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>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideLayout.html#CHEAT_SHEET">CHEAT_SHEET</a></span> - io.github.thebusybiscuit.slimefun4.core.guide.<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideLayout.html" title="enum in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideLayout</a></dt>
<dd>
<div class="block">This is an admin-only design which creates a <a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a> that allows
@ -996,6 +1001,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html#createFirework-org.bukkit.Location-org.bukkit.Color-">createFirework(Location, Color)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">FireworkUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html#createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-">createHeader(Player, PlayerProfile, ChestMenu)</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#createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-">createHeader(Player, PlayerProfile, ChestMenu)</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="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html#createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.lang.String-java.util.function.Consumer-">createPreset(SlimefunItem, String, Consumer&lt;BlockMenuPreset&gt;)</a></span> - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html" title="interface in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces">InventoryBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html#createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.util.function.Consumer-">createPreset(SlimefunItem, Consumer&lt;BlockMenuPreset&gt;)</a></span> - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html" title="interface in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces">InventoryBlock</a></dt>
@ -1517,6 +1526,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#FLASK_OF_KNOWLEDGE">FLASK_OF_KNOWLEDGE</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/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories"><span class="typeNameLink">FlexCategory</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/core/categories/package-summary.html">io.github.thebusybiscuit.slimefun4.core.categories</a></dt>
<dd>
<div class="block">A <a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories"><code>FlexCategory</code></a> is a <a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Category</code></a> inside the <a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a> that can
be completely modified.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#FlexCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-">FlexCategory(NamespacedKey, ItemStack)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#FlexCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-">FlexCategory(NamespacedKey, ItemStack, int)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#FLUID_PUMP">FLUID_PUMP</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/machines/FluidPump.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines"><span class="typeNameLink">FluidPump</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines</a></dt>
@ -1824,6 +1842,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html#getClickedFace--">getClickedFace()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.events.<a href="io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html" title="class in io.github.thebusybiscuit.slimefun4.api.events">PlayerRightClickEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html#getColorFromPercentage-float-">getColorFromPercentage(float)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">NumberUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getCommand--">getCommand()</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>
<div class="block">The <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/command/Command.html?is-external=true" title="class or interface in org.bukkit.command"><code>Command</code></a> that was added by Slimefun.</div>
@ -1869,6 +1889,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Gets the cost in XP levels to unlock 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="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getCSCoreLibVersion--">getCSCoreLibVersion()</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#getCurrentlyResearchingPlayers--">getCurrentlyResearchingPlayers()</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/generators/SolarGenerator.html#getDayEnergy--">getDayEnergy()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators">SolarGenerator</a></dt>
@ -1968,6 +1990,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getEnabledSlimefunItems--">getEnabledSlimefunItems()</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/magical/MagicianTalisman.TalismanEnchantment.html#getEnchantment--">getEnchantment()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman.TalismanEnchantment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getEnergyCapacities--">getEnergyCapacities()</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/core/SlimefunRegistry.html#getEnergyCapacitors--">getEnergyCapacitors()</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>
@ -2057,7 +2081,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html#getFuelSlots--">getFuelSlots()</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems">AReactor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html#getFurnaceOutput-org.bukkit.inventory.ItemStack-">getFurnaceOutput(ItemStack)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">MinecraftRecipeService</a></dt>
<dd>&nbsp;</dd>
<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> describing the output of a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/FurnaceRecipe.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>FurnaceRecipe</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> as an input.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getGEOResources--">getGEOResources()</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/SlimefunPlugin.html#getGitHubService--">getGitHubService()</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>
@ -2072,20 +2099,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<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 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 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>
<dd>
<div class="block">This returns the <a href="io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>GuideHistory</code></a> of this <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>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getGuideLayout-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">getGuideLayout(SlimefunGuideLayout)</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/events/PlayerRightClickEvent.html#getHand--">getHand()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.events.<a href="io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html" title="class in io.github.thebusybiscuit.slimefun4.api.events">PlayerRightClickEvent</a></dt>
@ -2346,7 +2363,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#getItem-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">getItem(SlimefunGuideLayout)</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="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getItem-java.lang.String-">getItem(String)</a></span> - Static 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"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getByID-java.lang.String-"><code>SlimefunItem.getByID(String)</code></a> to obtain the <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> and then get the ItemStack
from that.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/RecipeType.html#getItem-org.bukkit.entity.Player-">getItem(Player)</a></span> - Method in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/RecipeType.html" title="class in me.mrCookieSlime.Slimefun.Lists">RecipeType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Category.html#getItem-org.bukkit.entity.Player-">getItem(Player)</a></span> - Method in class me.mrCookieSlime.Slimefun.Objects.<a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects">Category</a></dt>
@ -2358,7 +2380,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/Slimefun.html#getItemConfig--">getItemConfig()</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 Config instance of Items.yml file.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Do not access this directly, 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/core/services/CustomItemDataService.html#getItemData-org.bukkit.inventory.ItemStack-">getItemData(ItemStack)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">CustomItemDataService</a></dt>
<dd>&nbsp;</dd>
@ -2487,6 +2511,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This method will return this Item's Name (The name that is displayed when
hovering over 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> in an <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/Inventory.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>Inventory</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#getItems--">getItems()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Category.html#getItems--">getItems()</a></span> - Method 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>
<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>
@ -2576,6 +2602,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#getLayout--">getLayout()</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/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html#getLevel--">getLevel()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman.TalismanEnchantment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/StatusEffect.html#getLevel-org.bukkit.entity.Player-">getLevel(Player)</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>
<div class="block">This method returns an <a href="https://docs.oracle.com/javase/9/docs/api/java/util/OptionalInt.html?is-external=true" title="class or interface in java.util"><code>OptionalInt</code></a> describing the level of this status
@ -2972,6 +3000,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html#getRandomEffect-java.util.Random-org.bukkit.Color-">getRandomEffect(Random, Color)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">FireworkUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html#getRandomEnchantment--">getRandomEnchantment()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html#getRange--">getRange()</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>
<div class="block">This method returns the range of the <a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network"><code>Network</code></a>.</div>
@ -3003,7 +3033,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html#getRecipeSectionLabel-org.bukkit.entity.Player-">getRecipeSectionLabel(Player)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.<a href="io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes">RecipeDisplayItem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html#getRecipesFor-org.bukkit.inventory.ItemStack-">getRecipesFor(ItemStack)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">MinecraftRecipeService</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This returns an array containing all <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/Recipe.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>Recipes</code></a> for crafting 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>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html#getRecipeShape-org.bukkit.inventory.Recipe-">getRecipeShape(Recipe)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">MinecraftRecipeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getRecipeType--">getRecipeType()</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>
@ -3229,8 +3262,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html#getWaypoints-java.util.UUID-">getWaypoints(UUID)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.gps.<a href="io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html" title="class in io.github.thebusybiscuit.slimefun4.api.gps">GPSNetwork</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/SlimefunPlugin.html#getWhitelist--">getWhitelist()</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/utils/ChestMenuUtils.html#getWikiButton--">getWikiButton()</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="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#getWikipage--">getWikipage()</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>
@ -3247,6 +3278,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getWorlds--">getWorlds()</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/SlimefunPlugin.html#getWorldSettingsService--">getWorldSettingsService()</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/Lists/SlimefunItems.html#GILDED_BACKPACK">GILDED_BACKPACK</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#GILDED_IRON">GILDED_IRON</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>
@ -3656,7 +3689,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<a href="io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html" title="class in io.github.thebusybiscuit.slimefun4.api.gps"><code>GPSNetwork</code></a>.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/api/items/package-summary.html">io.github.thebusybiscuit.slimefun4.api.items</a> - package io.github.thebusybiscuit.slimefun4.api.items</dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This package contains a few classes that revolve around the API for
<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>, such as
<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><a href="io/github/thebusybiscuit/slimefun4/api/network/package-summary.html">io.github.thebusybiscuit.slimefun4.api.network</a> - package io.github.thebusybiscuit.slimefun4.api.network</dt>
<dd>
<div class="block">This package provides the API infrastructure for networks, such as the Cargo- or Energy net.</div>
@ -3695,7 +3732,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This package contains the core system for the <a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a>.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/core/guide/options/package-summary.html">io.github.thebusybiscuit.slimefun4.core.guide.options</a> - package io.github.thebusybiscuit.slimefun4.core.guide.options</dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This package contains the Settings menu forthe <a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a> as
well as the interface <a href="io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide.options"><code>SlimefunGuideOption</code></a> for adding
your own options</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-summary.html">io.github.thebusybiscuit.slimefun4.core.networks.cargo</a> - package io.github.thebusybiscuit.slimefun4.core.networks.cargo</dt>
<dd>
<div class="block">This package holds an implementation of <a href="io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network"><code>Network</code></a>
@ -3788,7 +3829,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
that are related to food.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.geo</a> - package io.github.thebusybiscuit.slimefun4.implementation.items.geo</dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This package holds implementations of any <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that
deals with the <a href="io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html" title="interface in io.github.thebusybiscuit.slimefun4.api.geo"><code>GEOResource</code></a> API.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.gps</a> - package io.github.thebusybiscuit.slimefun4.implementation.items.gps</dt>
<dd>
<div class="block">This package holds implementations of <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>
@ -3841,7 +3885,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This package contains some utility classes that offer handy ways to do stuff.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html">io.github.thebusybiscuit.slimefun4.utils.holograms</a> - package io.github.thebusybiscuit.slimefun4.utils.holograms</dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This package contains a few utility classes that handle holograms in Slimefun.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/utils/itemstack/package-summary.html">io.github.thebusybiscuit.slimefun4.utils.itemstack</a> - package io.github.thebusybiscuit.slimefun4.utils.itemstack</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#IRON_DUST">IRON_DUST</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>
@ -3855,6 +3901,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html#isActive--">isActive()</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/core/services/PerWorldSettingsService.html#isAddonEnabled-org.bukkit.World-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-">isAddonEnabled(World, SlimefunAddon)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>
<div class="block">This method checks whether the given <a href="io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a> is enabled in that <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#isAddonItem--">isAddonItem()</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 whether this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> was added by an addon.</div>
@ -3868,6 +3918,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This method checks whether this <a href="io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html" title="enum in io.github.thebusybiscuit.slimefun4.api"><code>MinecraftVersion</code></a> is newer or equal to
the given <a href="io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html" title="enum in io.github.thebusybiscuit.slimefun4.api"><code>MinecraftVersion</code></a>,</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#isAutoLoadingEnabled--">isAutoLoadingEnabled()</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/events/AndroidMineEvent.html#isCancelled--">isCancelled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.events.<a href="io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html" title="class in io.github.thebusybiscuit.slimefun4.api.events">AndroidMineEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html#isCancelled--">isCancelled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.events.<a href="io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html" title="class in io.github.thebusybiscuit.slimefun4.api.events">AutoDisenchantEvent</a></dt>
@ -3921,6 +3973,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/multiblocks/OreCrusher.html#isDoubleDropsEnabled--">isDoubleDropsEnabled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">OreCrusher</a></dt>
<dd>&nbsp;</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>
@ -3939,6 +3993,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Checks if this item is enabled in the world this player is in.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html#isEnabled-org.bukkit.World-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">isEnabled(World, SlimefunItem)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>
<div class="block">This method checks whether the given <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> is enabled in the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#isEnchantable--">isEnchantable()</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 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
@ -3961,6 +4019,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This method returns whether this <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> was hidden from the
<a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#isHidden-org.bukkit.entity.Player-">isHidden(Player)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Category.html#isHidden-org.bukkit.entity.Player-">isHidden(Player)</a></span> - Method 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>
<div class="block">This method checks whether this <a href="me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Category</code></a> will be hidden for the specified
@ -3991,8 +4051,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html#isLanguageLoaded-java.lang.String-">isLanguageLoaded(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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#isLoaded-java.util.UUID-">isLoaded(UUID)</a></span> - Static 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>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html#isLoggingEnabled--">isLoggingEnabled()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.<a href="io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services.github">GitHubService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#isMarkedForDeletion--">isMarkedForDeletion()</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>
@ -4059,6 +4117,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/Material.html?is-external=true" title="class or interface in org.bukkit"><code>Material</code></a> is a Tile Entity.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html#isType-java.lang.Class-">isType(Class&lt;?&gt;)</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 checks if this <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> stores the given data type.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html#isUniversal--">isUniversal()</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#isUniversalInventory-java.lang.String-">isUniversalInventory(String)</a></span> - Static 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>
@ -4074,6 +4136,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Checks if the category should currently be displayed in the Guide.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#isVisible-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">isVisible(Player, PlayerProfile, SlimefunGuideLayout)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html#isWorldEnabled-org.bukkit.World-">isWorldEnabled(World)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>
<div class="block">This checks whether the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a> is enabled or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/api/BlockStorage.html#isWorldRegistered-java.lang.String-">isWorldRegistered(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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/Category.html#item">item</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>
@ -4231,12 +4299,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#LEAD_INGOT">LEAD_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>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html#load--">load()</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/core/services/MinecraftRecipeService.html#load--">load()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">MinecraftRecipeService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html#load--">load()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PermissionsService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html#load--">load()</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="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#load--">load()</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>
@ -4247,19 +4309,19 @@ $('.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/core/services/PerWorldSettingsService.html#load-java.lang.Iterable-">load(Iterable&lt;World&gt;)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>
<div class="block">This method will forcefully load all currently active Worlds to load up their settings.</div>
</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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.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/GrapplingHookListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">GrapplingHookListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.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/SlimefunBowListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">SlimefunBowListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html#load-org.bukkit.World-">load(World)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>
<div class="block">This method loads the given <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a> if it was not loaded before.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html#loadEmbeddedLanguages--">loadEmbeddedLanguages()</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/plugins/ThirdPartyPluginService.html#loadExoticGarden-org.bukkit.plugin.Plugin-java.util.function.Function-">loadExoticGarden(Plugin, Function&lt;Block, Optional&lt;ItemStack&gt;&gt;)</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>
@ -4355,6 +4417,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html#MagicEyeOfEnder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">MagicEyeOfEnder(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicEyeOfEnder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical"><span class="typeNameLink">MagicianTalisman</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.magical</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html#MagicianTalisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-">MagicianTalisman(SlimefunItemStack, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical"><span class="typeNameLink">MagicianTalisman.TalismanEnchantment</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.magical</a></dt>
<dd>
<div class="block">This class is an extension of <a href="io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> that holds an <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html?is-external=true" title="class or interface in org.bukkit.enchantments"><code>Enchantment</code></a> and
a level.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food"><span class="typeNameLink">MagicSugar</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.food</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html#MagicSugar-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">MagicSugar(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.food.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food">MagicSugar</a></dt>
@ -4683,6 +4754,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils"><span class="typeNameLink">NumberUtils</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/utils/package-summary.html">io.github.thebusybiscuit.slimefun4.utils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html#NUMERIC">NUMERIC</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>
<dd>&nbsp;</dd>
</dl>
<a id="I:O">
<!-- -->
@ -4865,6 +4938,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.html#onJoin-org.bukkit.event.player.PlayerJoinEvent-">onJoin(PlayerJoinEvent)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">SlimefunGuideListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.html#onKick-org.bukkit.event.player.PlayerKickEvent-">onKick(PlayerKickEvent)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">PlayerProfileListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.html#onKill-org.bukkit.event.entity.EntityDeathEvent-">onKill(EntityDeathEvent)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">TalismanListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html#onKill-org.bukkit.event.entity.EntityDeathEvent-org.bukkit.entity.Entity-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-">onKill(EntityDeathEvent, Entity, Player, ItemStack)</a></span> - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.<a href="me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers">EntityKillHandler</a></dt>
@ -4932,6 +5007,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">This will open the <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/Inventory.html?is-external=true" title="class or interface in org.bukkit.inventory"><code>Inventory</code></a> of this backpack to every <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>
that was passed onto this method.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#open-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">open(Player, PlayerProfile, SlimefunGuideLayout)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.categories.<a href="io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories">FlexCategory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html#open-org.bukkit.entity.Player-org.bukkit.block.Block-">open(Player, Block)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.gps">ElevatorPlate</a></dt>
<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>
@ -5036,6 +5113,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html#PersonalActivationPlate-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">PersonalActivationPlate(Category, SlimefunItemStack, RecipeType, ItemStack[])</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.gps.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.gps">PersonalActivationPlate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services"><span class="typeNameLink">PerWorldSettingsService</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 Service is responsible for disabling a <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> in a certain <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html#PerWorldSettingsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-">PerWorldSettingsService(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PerWorldSettingsService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#PICKAXE_OF_CONTAINMENT">PICKAXE_OF_CONTAINMENT</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#PICKAXE_OF_THE_SEEKER">PICKAXE_OF_THE_SEEKER</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>
@ -5086,7 +5169,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<div class="block">A class that can store a Player's <a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Research</code></a> progress for caching purposes.</div>
</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">PlayerProfileListener</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>
<dd>
<div class="block">This <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/Listener.html?is-external=true" title="class or interface in org.bukkit.event"><code>Listener</code></a> removes a <a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player"><code>PlayerProfile</code></a> from memory if the corresponding <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 left the <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Server.html?is-external=true" title="class or interface in org.bukkit"><code>Server</code></a> or was kicked.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.html#PlayerProfileListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">PlayerProfileListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">PlayerProfileListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html" title="class in io.github.thebusybiscuit.slimefun4.api.events"><span class="typeNameLink">PlayerRightClickEvent</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/api/events/package-summary.html">io.github.thebusybiscuit.slimefun4.api.events</a></dt>
@ -5125,6 +5211,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<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/OreCrusher.html#postRegister--">postRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks">OreCrusher</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="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>
@ -5147,6 +5235,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html#powerPerSecond-int-">powerPerSecond(int)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html" title="class in io.github.thebusybiscuit.slimefun4.utils">LoreBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">PrematureCodeException</span></a> - Exception in <a href="io/github/thebusybiscuit/slimefun4/api/exceptions/package-summary.html">io.github.thebusybiscuit.slimefun4.api.exceptions</a></dt>
<dd>
<div class="block">A <a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> is thrown when a <a href="io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a> tried
to access Slimefun code before Slimefun was enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html#PrematureCodeException-java.lang.String-">PrematureCodeException(String)</a></span> - Constructor for exception io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">PrematureCodeException</a></dt>
<dd>
<div class="block">This constructs a new <a href="io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> with the given error context.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html#preRegister--">preRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.cargo">CargoManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html#preRegister--">preRegister()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.cargo">TrashCan</a></dt>
@ -5414,6 +5511,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#REFINERY">REFINERY</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/services/MinecraftRecipeService.html#refresh--">refresh()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">MinecraftRecipeService</a></dt>
<dd>
<div class="block">This method refreshes the <code>RecipeSnapshot</code> that is used by the <a href="io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services"><code>MinecraftRecipeService</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html#register--">register()</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.<a href="io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html" title="interface in io.github.thebusybiscuit.slimefun4.api.geo">GEOResource</a></dt>
<dd>
<div class="block">Registers this GEO Resource</div>
@ -5440,6 +5541,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html#register-java.lang.Iterable-">register(Iterable&lt;SlimefunItem&gt;)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">PermissionsService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.html#register-me.mrCookieSlime.Slimefun.SlimefunPlugin-">register(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#register-me.mrCookieSlime.Slimefun.SlimefunPlugin-">register(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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.html#register-me.mrCookieSlime.Slimefun.SlimefunPlugin-">register(SlimefunPlugin)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">GrapplingHookListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.html#register-me.mrCookieSlime.Slimefun.SlimefunPlugin-">register(SlimefunPlugin)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">SlimefunBowListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/RecipeType.html#register-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-">register(ItemStack[], ItemStack)</a></span> - Method in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/RecipeType.html" title="class in me.mrCookieSlime.Slimefun.Lists">RecipeType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html#registerArmorSet-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-boolean-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-">registerArmorSet(ItemStack, ItemStack[], String, boolean, SlimefunAddon)</a></span> - Static method in class me.mrCookieSlime.Slimefun.Setup.<a href="me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html" title="class in me.mrCookieSlime.Slimefun.Setup">SlimefunManager</a></dt>
@ -5714,6 +5823,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/utils/ChatUtils.html#sendURL-org.bukkit.command.CommandSender-java.lang.String-">sendURL(CommandSender, String)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.utils.<a href="io/github/thebusybiscuit/slimefun4/utils/ChatUtils.html" title="class in io.github.thebusybiscuit.slimefun4.utils">ChatUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#setAutoLoadingMode-boolean-">setAutoLoadingMode(boolean)</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/listeners/BackpackListener.html#setBackpackId-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-int-int-">setBackpackId(Player, ItemStack, int, int)</a></span> - Static 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/services/BlockDataService.html#setBlockData-org.bukkit.block.Block-java.lang.String-">setBlockData(Block, String)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="io/github/thebusybiscuit/slimefun4/core/services/BlockDataService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">BlockDataService</a></dt>
@ -5772,6 +5883,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<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>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html#setResearch-me.mrCookieSlime.Slimefun.Objects.Research-">setResearch(Research)</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 set the <a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Research</code></a> of 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/api/player/PlayerProfile.html#setResearched-me.mrCookieSlime.Slimefun.Objects.Research-boolean-">setResearched(Research, boolean)</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>
<div class="block">This method sets the Player's "researched" status for this Research.</div>
@ -5806,8 +5921,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.html#setup-me.mrCookieSlime.Slimefun.SlimefunPlugin-">setup(SlimefunPlugin)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.<a href="io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup">SlimefunItemSetup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html#setupItemSettings--">setupItemSettings()</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.<a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup">PostSetup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/ResearchSetup.html#setupResearches--">setupResearches()</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.<a href="io/github/thebusybiscuit/slimefun4/implementation/setup/ResearchSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup">ResearchSetup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html#setupWiki--">setupWiki()</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.<a href="io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.setup">PostSetup</a></dt>
@ -5838,7 +5951,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#SILVER_INGOT">SILVER_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>
<dt><a href="io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html" title="class in io.github.thebusybiscuit.slimefun4.utils.holograms"><span class="typeNameLink">SimpleHologram</span></a> - Class in <a href="io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html">io.github.thebusybiscuit.slimefun4.utils.holograms</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">This utility class provides a few static methods for modifying a simple Text-based Hologram.</div>
</dd>
<dt><a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><span class="typeNameLink">SimpleSlimefunItem</span></a>&lt;<a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html" title="type parameter in SimpleSlimefunItem">T</a> extends <a href="me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html" title="interface in me.mrCookieSlime.Slimefun.Objects.handlers">ItemHandler</a>&gt; - Class in <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem</a></dt>
<dd>
<div class="block">This is basically a quickstart class for your very first <a href="me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
@ -6292,6 +6407,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#TALISMAN_WIZARD">TALISMAN_WIZARD</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/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html#TalismanEnchantment-org.bukkit.enchantments.Enchantment-int-">TalismanEnchantment(Enchantment, int)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.<a href="io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman.TalismanEnchantment</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">TalismanListener</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>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.html#TalismanListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">TalismanListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="io/github/thebusybiscuit/slimefun4/implementation/listeners/TalismanListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">TalismanListener</a></dt>
@ -6412,6 +6529,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#TOME_OF_KNOWLEDGE_SHARING">TOME_OF_KNOWLEDGE_SHARING</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/implementation/tasks/TickerTask.html#toMillis-long-boolean-">toMillis(long, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.<a href="io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.tasks">TickerTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="me/mrCookieSlime/Slimefun/Lists/Categories.html#TOOLS">TOOLS</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="me/mrCookieSlime/Slimefun/Lists/Categories.html" title="class in me.mrCookieSlime.Slimefun.Lists">Categories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#toString--">toString()</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>
@ -6492,6 +6611,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<dd>
<div class="block">Unlocks this <a href="me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Research</code></a> for the specified <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>.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#unlockItem-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.lang.Runnable-">unlockItem(Player, SlimefunItem, Runnable)</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/api/SlimefunBranch.html#UNOFFICIAL">UNOFFICIAL</a></span> - io.github.thebusybiscuit.slimefun4.api.<a href="io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html" title="enum in io.github.thebusybiscuit.slimefun4.api">SlimefunBranch</a></dt>
<dd>
<div class="block">This build stems from an unofficial branch, it contains the string <code>UNOFFICIAL</code></div>

View File

@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -128,21 +128,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.guide.options">io.github.thebusybiscuit.slimefun4.core.guide.options</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This package contains the Settings menu forthe <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a> as
well as the interface <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide.options"><code>SlimefunGuideOption</code></a> for adding
your own options</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.services">io.github.thebusybiscuit.slimefun4.core.services</a></th>
<td class="colLast">
<div class="block">This package provides a few "Services" that Slimefun uses.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#me.mrCookieSlime.Slimefun">me.mrCookieSlime.Slimefun</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<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>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#me.mrCookieSlime.Slimefun.Setup">me.mrCookieSlime.Slimefun.Setup</a></th>
<td class="colLast">&nbsp;</td>
</tr>
@ -220,6 +230,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</section>
</li>
<li class="blockList">
<section role="region"><a id="io.github.thebusybiscuit.slimefun4.core.services">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api">SlimefunAddon</a> in <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/services/package-summary.html">io.github.thebusybiscuit.slimefun4.core.services</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/services/package-summary.html">io.github.thebusybiscuit.slimefun4.core.services</a> with parameters of type <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api">SlimefunAddon</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>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PerWorldSettingsService.</span><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.html#isAddonEnabled-org.bukkit.World-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-">isAddonEnabled</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit">World</a>&nbsp;world,
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api">SlimefunAddon</a>&nbsp;addon)</code></th>
<td class="colLast">
<div class="block">This method checks whether the given <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a> is enabled in that <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html?is-external=true" title="class or interface in org.bukkit"><code>World</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="me.mrCookieSlime.Slimefun">
<!-- -->
</a>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:28 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -56,7 +56,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script');</script>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html" target="_top">Frames</a></li>
@ -281,7 +281,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/RuntimeExce
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html" target="_top">Frames</a></li>

View File

@ -0,0 +1,326 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 UTC 2020 -->
<title>PrematureCodeException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-09">
<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="PrematureCodeException (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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/PrematureCodeException.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/exceptions/MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" target="_top">Frames</a></li>
<li><a href="PrematureCodeException.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="#methods.inherited.from.class.java.lang.Throwable">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>Method</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/exceptions/package-summary.html">io.github.thebusybiscuit.slimefun4.api.exceptions</a></div>
<h2 title="Class PrematureCodeException" class="title">Class PrematureCodeException</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><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
<li>
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
<li>
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</a></li>
<li>
<ul class="inheritance">
<li>io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></code></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">PrematureCodeException</span>
extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></pre>
<div class="block">A <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> is thrown when a <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a> tried
to access Slimefun code before Slimefun was enabled.
Always let your code inside onEnable() or later, never on class initialization.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>TheBusyBiscuit</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../serialized-form.html#io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException">Serialized Form</a></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/exceptions/PrematureCodeException.html#PrematureCodeException-java.lang.String-">PrematureCodeException</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;message)</code></th>
<td class="colLast">
<div class="block">This constructs a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> with the given error context.</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>
<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#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>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
<code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</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="PrematureCodeException-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PrematureCodeException</h4>
<pre>public&nbsp;PrematureCodeException&#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;message)</pre>
<div class="block">This constructs a new <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> with the given error context.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>message</code> - An error message to display</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/PrematureCodeException.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/exceptions/MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" target="_top">Frames</a></li>
<li><a href="PrematureCodeException.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="#methods.inherited.from.class.java.lang.Throwable">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>Method</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>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -55,7 +55,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script');</script>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
@ -278,7 +278,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/RuntimeExce
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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,163 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 UTC 2020 -->
<title>Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException (Slimefun4 - Javadocs)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-04-09">
<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.exceptions.PrematureCodeException (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/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">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/exceptions/class-use/PrematureCodeException.html" target="_top">Frames</a></li>
<li><a href="PrematureCodeException.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.exceptions.PrematureCodeException" class="title">Uses of Class<br>io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException</h2>
</div>
<div class="classUseContainer">No usage of io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException</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/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">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/exceptions/class-use/PrematureCodeException.html" target="_top">Frames</a></li>
<li><a href="PrematureCodeException.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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -27,6 +27,7 @@
<li><a href="IdConflictException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">IdConflictException</a></li>
<li><a href="IncompatibleItemHandlerException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">IncompatibleItemHandlerException</a></li>
<li><a href="MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">MissingDependencyException</a></li>
<li><a href="PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">PrematureCodeException</a></li>
<li><a href="UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions" target="classFrame">UnregisteredItemException</a></li>
</ul>
</section>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -139,6 +139,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">PrematureCodeException</a></th>
<td class="colLast">
<div class="block">A <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>PrematureCodeException</code></a> is thrown when a <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html" title="interface in io.github.thebusybiscuit.slimefun4.api"><code>SlimefunAddon</code></a> tried
to access Slimefun code before Slimefun was enabled.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions">UnregisteredItemException</a></th>
<td class="colLast">
<div class="block">An <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><code>UnregisteredItemException</code></a> is thrown whenever a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/plugin/Plugin.html?is-external=true" title="class or interface in org.bukkit.plugin"><code>Plugin</code></a> tried to

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -121,6 +121,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<li class="circle">io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/IdConflictException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">IdConflictException</span></a></li>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">IncompatibleItemHandlerException</span></a></li>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">MissingDependencyException</span></a></li>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">PrematureCodeException</span></a></li>
<li class="circle">io.github.thebusybiscuit.slimefun4.api.exceptions.<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html" title="class in io.github.thebusybiscuit.slimefun4.api.exceptions"><span class="typeNameLink">UnregisteredItemException</span></a></li>
</ul>
</li>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:57 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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">
<meta name="dc.created" content="2020-04-09">
<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>
@ -27,7 +27,7 @@
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -141,6 +141,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<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>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman.TalismanEnchantment</a></code></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ItemSetting&lt;T&gt;</span>
@ -217,6 +221,13 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i3" 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/ItemSetting.html#isType-java.lang.Class-">isType</a></span>&#8203;(<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;?&gt;&nbsp;c)</code></th>
<td class="colLast">
<div class="block">This method checks if this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> stores the given data type.</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#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">
@ -224,7 +235,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
from the <code>Config</code> file.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" 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#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">
@ -343,6 +354,22 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</dl>
</li>
</ul>
<a id="isType-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isType</h4>
<pre>public&nbsp;boolean&nbsp;isType&#8203;(<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;?&gt;&nbsp;c)</pre>
<div class="block">This method checks if this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> stores the given data type.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>c</code> - The class of data type you want to compare</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether this <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> stores the given type</dd>
</dl>
</li>
</ul>
<a id="load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-">
<!-- -->
</a>

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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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">
<meta name="dc.created" content="2020-04-09">
<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,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.items.magical">io.github.thebusybiscuit.slimefun4.implementation.items.magical</a></th>
<td class="colLast">
<div class="block">This package holds implementations of <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>
that are considered magical items.</div>
</td>
</tr>
<tr class="rowColor">
<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>
@ -122,6 +129,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="io.github.thebusybiscuit.slimefun4.implementation.items.magical">
<!-- -->
</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="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.magical</a></h3>
<table class="useSummary">
<caption><span>Subclasses 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="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html">io.github.thebusybiscuit.slimefun4.implementation.items.magical</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<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/magical/MagicianTalisman.TalismanEnchantment.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman.TalismanEnchantment</a></span></code></th>
<td class="colLast">
<div class="block">This class is an extension of <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a> that holds an <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html?is-external=true" title="class or interface in org.bukkit.enchantments"><code>Enchantment</code></a> and
a level.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="me.mrCookieSlime.Slimefun.Objects.SlimefunItem">
<!-- -->
</a>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -194,7 +194,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.items.geo">io.github.thebusybiscuit.slimefun4.implementation.items.geo</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This package holds implementations of any <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that
deals with the <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html" title="interface in io.github.thebusybiscuit.slimefun4.api.geo"><code>GEOResource</code></a> API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.items.gps">io.github.thebusybiscuit.slimefun4.implementation.items.gps</a></th>
@ -1042,17 +1045,22 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</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/magical/SoulboundBackpack.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">SoulboundBackpack</a></span></code></th>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">MagicianTalisman</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<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/magical/SoulboundBackpack.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">SoulboundBackpack</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/magical/SoulboundItem.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">SoulboundItem</a></span></code></th>
<td class="colLast">
<div class="block">Represents an Item that will not drop on death.</div>
</td>
</tr>
<tr class="rowColor">
<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/magical/SoulboundRune.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">SoulboundRune</a></span></code></th>
<td class="colLast">
@ -1060,29 +1068,29 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundItem.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical"><code>SoulboundItem</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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/magical/StormStaff.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">StormStaff</a></span></code></th>
<td class="colLast">
<div class="block">This <a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> casts a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/LightningStrike.html?is-external=true" title="class or interface in org.bukkit.entity"><code>LightningStrike</code></a> where you are pointing.</div>
</td>
</tr>
<tr class="rowColor">
<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/magical/Talisman.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">Talisman</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<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/magical/TelepositionScroll.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">TelepositionScroll</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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/magical/WaterStaff.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">WaterStaff</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<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/magical/WindStaff.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.magical">WindStaff</a></span></code></th>
<td class="colLast">&nbsp;</td>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -103,6 +103,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<h1 title="Package" class="title">Package&nbsp;io.github.thebusybiscuit.slimefun4.api.items</h1>
</div>
<div class="contentContainer">
<section role="region">
<div class="block">This package contains a few classes that revolve around the API for
<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>, such as
<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html" title="class in io.github.thebusybiscuit.slimefun4.api.items"><code>ItemSetting</code></a></div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -201,7 +201,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.items.geo">io.github.thebusybiscuit.slimefun4.implementation.items.geo</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This package holds implementations of any <a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a> that
deals with the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html" title="interface in io.github.thebusybiscuit.slimefun4.api.geo"><code>GEOResource</code></a> API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.items.gps">io.github.thebusybiscuit.slimefun4.implementation.items.gps</a></th>
@ -530,6 +533,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#io.github.thebusybiscuit.slimefun4.implementation.items.magical">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#io.github.thebusybiscuit.slimefun4.implementation.items.magical">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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:01 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -128,7 +128,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.guide.options">io.github.thebusybiscuit.slimefun4.core.guide.options</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This package contains the Settings menu forthe <a href="../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a> as
well as the interface <a href="../../../../../io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide.options"><code>SlimefunGuideOption</code></a> for adding
your own options</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.services">io.github.thebusybiscuit.slimefun4.core.services</a></th>
@ -244,6 +248,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/class-use/SlimefunAddon.html#io.github.thebusybiscuit.slimefun4.core.services">SlimefunAddon</a></th>
<td class="colLast">
<div class="block">This is a very basic interface that will be used to identify
the <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/plugin/Plugin.html?is-external=true" title="class or interface in org.bukkit.plugin"><code>Plugin</code></a> that registered a <a href="../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../../../io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html#io.github.thebusybiscuit.slimefun4.core.services">SlimefunBranch</a></th>
<td class="colLast">
<div class="block">This enum represents the branch this Slimefun build is on.</div>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -27,7 +27,7 @@
catch(err) {
}
//-->
var methods = {"i0":10,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":9,"i18":10,"i19":9,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
var methods = {"i0":10,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":9,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -231,7 +231,9 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#getGuideHistory--">getGuideHistory</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This returns the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>GuideHistory</code></a> of this <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>.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity">Player</a></code></td>
@ -270,49 +272,44 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#isLoaded-java.util.UUID-">isLoaded</a></span>&#8203;(<a href="https://docs.oracle.com/javase/9/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a>&nbsp;uuid)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#isMarkedForDeletion--">isMarkedForDeletion</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This method returns whether the <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 logged off.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<tr id="i18" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/9/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html#iterator--">iterator</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<tr id="i19" 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/player/PlayerProfile.html#markDirty--">markDirty</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">Call this method if this Profile has unsaved changes.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<tr id="i20" 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/player/PlayerProfile.html#markForDeletion--">markForDeletion</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">Call this method if the Player has left.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<tr id="i21" 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/player/PlayerProfile.html#save--">save</a></span>&#8203;()</code></th>
<td class="colLast">
<div class="block">This method will save the Player's Researches and Backpacks to the hard drive</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<tr id="i22" 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/player/PlayerProfile.html#sendStats-org.bukkit.command.CommandSender-">sendStats</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/command/CommandSender.html?is-external=true" title="class or interface in org.bukkit.command">CommandSender</a>&nbsp;sender)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<tr id="i23" 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/player/PlayerProfile.html#setResearched-me.mrCookieSlime.Slimefun.Objects.Research-boolean-">setResearched</a></span>&#8203;(<a href="../../../../../../me/mrCookieSlime/Slimefun/Objects/Research.html" title="class in me.mrCookieSlime.Slimefun.Objects">Research</a>&nbsp;research,
boolean&nbsp;unlock)</code></th>
@ -320,7 +317,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<div class="block">This method sets the Player's "researched" status for this Research.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<tr id="i24" class="altColor">
<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/player/PlayerProfile.html#toString--">toString</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
@ -535,6 +532,12 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<li class="blockList">
<h4>getGuideHistory</h4>
<pre>public&nbsp;<a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">GuideHistory</a>&nbsp;getGuideHistory&#8203;()</pre>
<div class="block">This returns the <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>GuideHistory</code></a> of this <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>.
It is basically that player's browsing history.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The <a href="../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/GuideHistory.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>GuideHistory</code></a> of this <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></dd>
</dl>
</li>
</ul>
<a id="fromUUID-java.util.UUID-">
@ -597,15 +600,6 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</dl>
</li>
</ul>
<a id="isLoaded-java.util.UUID-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLoaded</h4>
<pre>public static&nbsp;boolean&nbsp;isLoaded&#8203;(<a href="https://docs.oracle.com/javase/9/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a>&nbsp;uuid)</pre>
</li>
</ul>
<a id="find-org.bukkit.OfflinePlayer-">
<!-- -->
</a>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:22:58 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:29 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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>
@ -114,7 +114,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.api.items">io.github.thebusybiscuit.slimefun4.api.items</a></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">This package contains a few classes that revolve around the API for
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>, such as
<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 class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.api.player">io.github.thebusybiscuit.slimefun4.api.player</a></th>
@ -131,19 +135,27 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.categories">io.github.thebusybiscuit.slimefun4.core.categories</a></th>
<td class="colLast">
<div class="block">This package stores API classes that are centered around the extension of the
<a href="../../../../../../../me/mrCookieSlime/Slimefun/Objects/Category.html" title="class in me.mrCookieSlime.Slimefun.Objects"><code>Category</code></a> class, such as
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html" title="class in io.github.thebusybiscuit.slimefun4.core.categories"><code>SeasonalCategory</code></a> for example.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.core.guide">io.github.thebusybiscuit.slimefun4.core.guide</a></th>
<td class="colLast">
<div class="block">This package contains the core system for the <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.github.thebusybiscuit.slimefun4.implementation.guide">io.github.thebusybiscuit.slimefun4.implementation.guide</a></th>
<td class="colLast">
<div class="block">This package provides the different implementations of our
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide"><code>SlimefunGuide</code></a></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#me.mrCookieSlime.Slimefun.Objects">me.mrCookieSlime.Slimefun.Objects</a></th>
<td class="colLast">&nbsp;</td>
</tr>
@ -302,7 +314,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tbody>
<tr class="altColor">
<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/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a>,<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&gt;</code></td>
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a>&lt;<a href="https://docs.oracle.com/javase/9/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a>,<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SlimefunRegistry.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.html#getPlayerProfiles--">getPlayerProfiles</a></span>&#8203;()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
@ -311,6 +323,37 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</section>
</li>
<li class="blockList">
<section role="region"><a id="io.github.thebusybiscuit.slimefun4.core.categories">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a> in <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/categories/package-summary.html">io.github.thebusybiscuit.slimefun4.core.categories</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/categories/package-summary.html">io.github.thebusybiscuit.slimefun4.core.categories</a> with parameters of type <a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</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>abstract boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FlexCategory.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#isVisible-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">isVisible</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity">Player</a>&nbsp;p,
<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)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FlexCategory.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html#open-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-">open</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity">Player</a>&nbsp;p,
<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)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="io.github.thebusybiscuit.slimefun4.core.guide">
<!-- -->
</a>
@ -428,6 +471,20 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CheatSheetSlimefunGuide.</span><code><span class="memberNameLink"><a href="../../../../../../../io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html#createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-">createHeader</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity">Player</a>&nbsp;p,
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu&nbsp;menu)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected 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#createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-">createHeader</a></span>&#8203;(<a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Player.html?is-external=true" title="class or interface in org.bukkit.entity">Player</a>&nbsp;p,
<a href="../../../../../../../io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.html" title="class in io.github.thebusybiscuit.slimefun4.api.player">PlayerProfile</a>&nbsp;profile,
me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu&nbsp;menu)</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#displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem</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/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem">SlimefunItem</a>&nbsp;item,

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.4.1) on Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:32 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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 Sat Apr 04 13:23:00 UTC 2020 -->
<!-- Generated by javadoc (9.0.4.1) on Thu Apr 09 00:24:31 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-04">
<meta name="dc.created" content="2020-04-09">
<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>

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