1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/docs/index-files/index-4.html

228 lines
25 KiB
HTML
Raw Normal View History

2020-03-05 20:28:50 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
2020-03-16 18:06:16 +00:00
<!-- Generated by javadoc (1.8.0_111) on Mon Mar 16 19:05:20 CET 2020 -->
2020-03-06 23:22:11 +00:00
<title>D-Index</title>
2020-03-16 18:06:16 +00:00
<meta name="date" content="2020-03-16">
2020-03-05 20:28:50 +00:00
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
2020-03-06 23:22:11 +00:00
parent.document.title="D-Index";
2020-03-05 20:28:50 +00:00
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-03-06 23:22:11 +00:00
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
2020-03-05 20:28:50 +00:00
<li>Class</li>
<li>Use</li>
2020-03-06 23:22:11 +00:00
<li><a href="../overview-tree.html">Tree</a></li>
2020-03-05 20:28:50 +00:00
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
2020-03-06 23:22:11 +00:00
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Z</a>&nbsp;<a href="index-26.html">_</a>&nbsp;<a name="I:D">
2020-03-05 20:28:50 +00:00
<!-- -->
</a>
2020-03-06 23:22:11 +00:00
<h2 class="title">D</h2>
2020-03-05 20:28:50 +00:00
<dl>
2020-03-15 16:46:43 +00:00
<dt><a href="../io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes"><span class="typeNameLink">DamageableItem</span></a> - Interface in <a href="../io/github/thebusybiscuit/slimefun4/core/attributes/package-summary.html">io.github.thebusybiscuit.slimefun4.core.attributes</a></dt>
<dd>
<div class="block">This interface, when attached to a <a href="../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html" title="class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem"><code>SlimefunItem</code></a>, provides an easy method for damaging
an <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>, see <a href="../io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html#damageItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"><code>DamageableItem.damageItem(Player, ItemStack)</code></a>.</div>
</dd>
2020-03-06 23:22:11 +00:00
<dt><a href="../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/DamageableItem.html" title="interface in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces"><span class="typeNameLink">DamageableItem</span></a> - Interface in <a href="../me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-summary.html">me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces</a></dt>
2020-03-15 16:46:43 +00:00
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Moved to <code>io.github.thebusybiscuit.slimefun4.core.attributes.DamageableItem</code></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html#damageItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-">damageItem(Player, ItemStack)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.<a href="../io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html" title="interface in io.github.thebusybiscuit.slimefun4.core.attributes">DamageableItem</a></dt>
2020-03-06 23:22:11 +00:00
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DAMASCUS_STEEL_BOOTS">DAMASCUS_STEEL_BOOTS</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#DAMASCUS_STEEL_CHESTPLATE">DAMASCUS_STEEL_CHESTPLATE</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#DAMASCUS_STEEL_HELMET">DAMASCUS_STEEL_HELMET</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#DAMASCUS_STEEL_INGOT">DAMASCUS_STEEL_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="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DAMASCUS_STEEL_JETBOOTS">DAMASCUS_STEEL_JETBOOTS</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#DAMASCUS_STEEL_JETPACK">DAMASCUS_STEEL_JETPACK</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#DAMASCUS_STEEL_LEGGINGS">DAMASCUS_STEEL_LEGGINGS</a></span> - Static variable in class me.mrCookieSlime.Slimefun.Lists.<a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html" title="class in me.mrCookieSlime.Slimefun.Lists">SlimefunItems</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DAMASCUS_STEEL_MULTI_TOOL">DAMASCUS_STEEL_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="../io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html#DASH">DASH</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/listeners/DeathpointListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">DeathpointListener</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/DeathpointListener.html#DeathpointListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">DeathpointListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="../io/github/thebusybiscuit/slimefun4/implementation/listeners/DeathpointListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">DeathpointListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DEBUG_FISH">DEBUG_FISH</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/listeners/DebugFishListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">DebugFishListener</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/DebugFishListener.html#DebugFishListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">DebugFishListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="../io/github/thebusybiscuit/slimefun4/implementation/listeners/DebugFishListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">DebugFishListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html#delete-org.bukkit.Location-">delete(Location)</a></span> - Method in class me.mrCookieSlime.Slimefun.api.inventory.<a href="../me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">BlockMenu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DIET_COOKIE">DIET_COOKIE</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/food/DietCookie.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food"><span class="typeNameLink">DietCookie</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>
<div class="block">The <a href="../io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food"><code>DietCookie</code></a> gives you a <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffect.html?is-external=true" title="class or interface in org.bukkit.potion"><code>PotionEffect</code></a> of Type <code>PotionEffectType.LEVITATION</code>
when consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html#DietCookie-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-">DietCookie(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/DietCookie.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.items.food">DietCookie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DIGITAL_MINER">DIGITAL_MINER</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>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><a href="../me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html" title="class in me.mrCookieSlime.Slimefun.api.inventory"><span class="typeNameLink">DirtyChestMenu</span></a> - Class in <a href="../me/mrCookieSlime/Slimefun/api/inventory/package-summary.html">me.mrCookieSlime.Slimefun.api.inventory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html#DirtyChestMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-">DirtyChestMenu(BlockMenuPreset)</a></span> - Constructor for class me.mrCookieSlime.Slimefun.api.inventory.<a href="../me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html" title="class in me.mrCookieSlime.Slimefun.api.inventory">DirtyChestMenu</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.SaveHandler.html" title="class in me.mrCookieSlime.Slimefun.api.inventory"><span class="typeNameLink">DirtyChestMenu.SaveHandler</span></a> - Class in <a href="../me/mrCookieSlime/Slimefun/api/inventory/package-summary.html">me.mrCookieSlime.Slimefun.api.inventory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html#disable--">disable()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.core.services.<a href="../io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services">UpdaterService</a></dt>
2020-03-08 17:27:32 +00:00
<dd>
<div class="block">This method is called when the <a href="../io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html" title="class in io.github.thebusybiscuit.slimefun4.core.services"><code>UpdaterService</code></a> was disabled.</div>
</dd>
2020-03-06 23:22:11 +00:00
<dt><a href="../io/github/thebusybiscuit/slimefun4/implementation/listeners/DispenserListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners"><span class="typeNameLink">DispenserListener</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/DispenserListener.html#DispenserListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-">DispenserListener(SlimefunPlugin)</a></span> - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.<a href="../io/github/thebusybiscuit/slimefun4/implementation/listeners/DispenserListener.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.listeners">DispenserListener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/api/network/Network.html#display--">display()</a></span> - Method in class io.github.thebusybiscuit.slimefun4.api.network.<a href="../io/github/thebusybiscuit/slimefun4/api/network/Network.html" title="class in io.github.thebusybiscuit.slimefun4.api.network">Network</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-">displayItem(PlayerProfile, ItemStack, boolean)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.<a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-">displayItem(PlayerProfile, ItemStack, boolean)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.<a href="../io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.html" title="interface in io.github.thebusybiscuit.slimefun4.core.guide">SlimefunGuideImplementation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-">displayItem(PlayerProfile, ItemStack, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">BookSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-">displayItem(PlayerProfile, ItemStack, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html#displayItem-me.mrCookieSlime.Slimefun.api.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-">displayItem(PlayerProfile, SlimefunItem, boolean)</a></span> - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.<a href="../io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.html" title="class in io.github.thebusybiscuit.slimefun4.implementation.guide">ChestSlimefunGuide</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html#drawBackground-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int...-">drawBackground(ChestMenu, int...)</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/Lists/SlimefunItems.html#DUCT_TAPE">DUCT_TAPE</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#DURALUMIN_INGOT">DURALUMIN_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="../me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html#DURALUMIN_JETBOOTS">DURALUMIN_JETBOOTS</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#DURALUMIN_JETPACK">DURALUMIN_JETPACK</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#DURALUMIN_MULTI_TOOL">DURALUMIN_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>
2020-03-05 20:28:50 +00:00
<dd>&nbsp;</dd>
</dl>
2020-03-06 23:22:11 +00:00
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">Q</a>&nbsp;<a href="index-18.html">R</a>&nbsp;<a href="index-19.html">S</a>&nbsp;<a href="index-20.html">T</a>&nbsp;<a href="index-21.html">U</a>&nbsp;<a href="index-22.html">V</a>&nbsp;<a href="index-23.html">W</a>&nbsp;<a href="index-24.html">X</a>&nbsp;<a href="index-25.html">Z</a>&nbsp;<a href="index-26.html">_</a>&nbsp;</div>
2020-03-05 20:28:50 +00:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2020-03-06 23:22:11 +00:00
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
2020-03-05 20:28:50 +00:00
<li>Class</li>
<li>Use</li>
2020-03-06 23:22:11 +00:00
<li><a href="../overview-tree.html">Tree</a></li>
2020-03-05 20:28:50 +00:00
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>