diff --git a/.github/workflows/closed_issues.yml b/.github/workflows/closed_issues.yml index 38decb4ea..bd7c7f216 100644 --- a/.github/workflows/closed_issues.yml +++ b/.github/workflows/closed_issues.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8acaa53..e7ef0f015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index c3ef3db18..b46c0c2a5 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -135,6 +135,7 @@
  • FireworksListener
  • FireworkUtils
  • FisherAndroid
  • +
  • FlexCategory
  • FluidPump
  • FoodComposter
  • FoodFabricator
  • @@ -201,6 +202,7 @@
  • MachineTier
  • MachineType
  • MagicEyeOfEnder
  • +
  • MagicianTalisman
  • MagicSugar
  • MagicWorkbench
  • MagnesiumGenerator
  • @@ -238,6 +240,7 @@
  • PatternUtils
  • PermissionsService
  • PersonalActivationPlate
  • +
  • PerWorldSettingsService
  • PickaxeOfContainment
  • PickaxeOfTheSeeker
  • PickaxeOfVeinMining
  • @@ -251,6 +254,7 @@
  • PortableDustbin
  • PortableGEOScanner
  • PostSetup
  • +
  • PrematureCodeException
  • PressureChamber
  • ProgrammableAndroid
  • Radioactive
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index ba39bd637..6d4edcb57 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -135,6 +135,7 @@
  • FireworksListener
  • FireworkUtils
  • FisherAndroid
  • +
  • FlexCategory
  • FluidPump
  • FoodComposter
  • FoodFabricator
  • @@ -201,6 +202,7 @@
  • MachineTier
  • MachineType
  • MagicEyeOfEnder
  • +
  • MagicianTalisman
  • MagicSugar
  • MagicWorkbench
  • MagnesiumGenerator
  • @@ -238,6 +240,7 @@
  • PatternUtils
  • PermissionsService
  • PersonalActivationPlate
  • +
  • PerWorldSettingsService
  • PickaxeOfContainment
  • PickaxeOfTheSeeker
  • PickaxeOfVeinMining
  • @@ -251,6 +254,7 @@
  • PortableDustbin
  • PortableGEOScanner
  • PostSetup
  • +
  • PrematureCodeException
  • PressureChamber
  • ProgrammableAndroid
  • Radioactive
  • diff --git a/docs/constant-values.html b/docs/constant-values.html index 48e3a0aa9..de317a1ae 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Slimefun4 - Javadocs) - + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index a4f6ef25f..83a5c4ad9 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Slimefun4 - Javadocs) - + @@ -201,15 +201,16 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry.getAutomatedCraftingChamberRecipes() -io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry.getGuideHandlers() +me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem.getItem(String) -
    The GuideHandler API is deprecated. It will soon be removed.
    +
    Please use SlimefunItem.getByID(String) to obtain the SlimefunItem and then get the ItemStack + from that.
    -me.mrCookieSlime.Slimefun.api.Slimefun.getGuideHandlers(int) +me.mrCookieSlime.Slimefun.api.Slimefun.getItemConfig() -
    The GuideHandler API is deprecated. It will soon be removed.
    +
    Do not access this directly, use the ItemSetting API instead.
    diff --git a/docs/help-doc.html b/docs/help-doc.html index 52023a633..220806d52 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Slimefun4 - Javadocs) - + diff --git a/docs/index-all.html b/docs/index-all.html index e35b88d8a..ca692b363 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,10 +2,10 @@ - + Index (Slimefun4 - Javadocs) - + @@ -120,6 +120,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method adds a Category to this GuideHistory.
    +
    add(SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    add(SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    This method stores the given SlimefunItem in this GuideHistory.
    @@ -237,6 +239,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    AGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AGenerator
     
    +
    ALPHANUMERIC - Static variable in class io.github.thebusybiscuit.slimefun4.utils.PatternUtils
    +
     
    AltarRecipe - Class in io.github.thebusybiscuit.slimefun4.implementation.items.altar
     
    AltarRecipe(List<ItemStack>, ItemStack) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe
    @@ -463,8 +467,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    BILLON_MULTI_TOOL - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    -
    bindToResearch(Research) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    BIO_REACTOR - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    BioGenerator - Class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
    @@ -749,7 +751,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    ChargingBench(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench
     
    ChatUtils - Class in io.github.thebusybiscuit.slimefun4.utils
    -
     
    +
    +
    This utility class contains a few static methods that are all about String manipulation + or sending a String to a Player.
    +
    CHEAT_SHEET - io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout
    This is an admin-only design which creates a SlimefunGuide that allows @@ -996,6 +1001,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    createFirework(Location, Color) - Static method in class io.github.thebusybiscuit.slimefun4.utils.FireworkUtils
     
    +
    createHeader(Player, PlayerProfile, ChestMenu) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.CheatSheetSlimefunGuide
    +
     
    +
    createHeader(Player, PlayerProfile, ChestMenu) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
    +
     
    createPreset(SlimefunItem, String, Consumer<BlockMenuPreset>) - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
     
    createPreset(SlimefunItem, Consumer<BlockMenuPreset>) - Method in interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock
    @@ -1517,6 +1526,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    FLASK_OF_KNOWLEDGE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    +
    FlexCategory - Class in io.github.thebusybiscuit.slimefun4.core.categories
    +
    +
    A FlexCategory is a Category inside the SlimefunGuide that can + be completely modified.
    +
    +
    FlexCategory(NamespacedKey, ItemStack) - Constructor for class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    +
    FlexCategory(NamespacedKey, ItemStack, int) - Constructor for class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    FLUID_PUMP - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    FluidPump - Class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
    @@ -1824,6 +1842,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getClickedFace() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
     
    +
    getColorFromPercentage(float) - Static method in class io.github.thebusybiscuit.slimefun4.utils.NumberUtils
    +
     
    getCommand() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
    The Command that was added by Slimefun.
    @@ -1869,6 +1889,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Gets the cost in XP levels to unlock this Research.
    +
    getCSCoreLibVersion() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
    +
     
    getCurrentlyResearchingPlayers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    getDayEnergy() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator
    @@ -1968,6 +1990,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getEnabledSlimefunItems() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    getEnchantment() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman.TalismanEnchantment
    +
     
    getEnergyCapacities() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    getEnergyCapacitors() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
    @@ -2057,7 +2081,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getFuelSlots() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor
     
    getFurnaceOutput(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService
    -
     
    +
    +
    This method returns an Optional describing the output of a FurnaceRecipe + with the given ItemStack as an input.
    +
    getGEOResources() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    getGitHubService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
    @@ -2072,20 +2099,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getGrapplingHookListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
     
    -
    getGuideHandlers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
    -
    -
    Deprecated. -
    The GuideHandler API is deprecated. It will soon be removed.
    -
    -
    -
    getGuideHandlers(int) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    -
    -
    Deprecated. -
    The GuideHandler API is deprecated. It will soon be removed.
    -
    -
    getGuideHistory() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
    -
     
    +
    +
    This returns the GuideHistory of this Player.
    +
    getGuideLayout(SlimefunGuideLayout) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    getHand() - Method in class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent
    @@ -2346,7 +2363,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getItem(SlimefunGuideLayout) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    getItem(String) - Static method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    +
    +
    Deprecated. +
    Please use SlimefunItem.getByID(String) to obtain the SlimefunItem and then get the ItemStack + from that.
    +
    +
    getItem(Player) - Method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
     
    getItem(Player) - Method in class me.mrCookieSlime.Slimefun.Objects.Category
    @@ -2358,7 +2380,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getItemConfig() - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    -
    Returns the Config instance of Items.yml file.
    +
    Deprecated. +
    Do not access this directly, use the ItemSetting API instead.
    +
    getItemData(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService
     
    @@ -2487,6 +2511,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method will return this Item's Name (The name that is displayed when hovering over this ItemStack in an Inventory).
    +
    getItems() - Method in class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    getItems() - Method in class me.mrCookieSlime.Slimefun.Objects.Category
    Returns all instances of SlimefunItem bound to this Category.
    @@ -2576,6 +2602,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getLayout() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
     
    +
    getLevel() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman.TalismanEnchantment
    +
     
    getLevel(Player) - Method in class io.github.thebusybiscuit.slimefun4.api.player.StatusEffect
    This method returns an OptionalInt describing the level of this status @@ -2972,6 +3000,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getRandomEffect(Random, Color) - Static method in class io.github.thebusybiscuit.slimefun4.utils.FireworkUtils
     
    +
    getRandomEnchantment() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman
    +
     
    getRange() - Method in class io.github.thebusybiscuit.slimefun4.api.network.Network
    This method returns the range of the Network.
    @@ -3003,7 +3033,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getRecipeSectionLabel(Player) - Method in interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
     
    getRecipesFor(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService
    -
     
    +
    +
    This returns an array containing all Recipes for crafting the given + ItemStack.
    +
    getRecipeShape(Recipe) - Method in class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService
     
    getRecipeType() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    @@ -3229,8 +3262,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getWaypoints(UUID) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork
     
    -
    getWhitelist() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
    -
     
    getWikiButton() - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
     
    getWikipage() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    @@ -3247,6 +3278,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getWorlds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    getWorldSettingsService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
    +
     
    GILDED_BACKPACK - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    GILDED_IRON - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
    @@ -3656,7 +3689,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); GPSNetwork.
    io.github.thebusybiscuit.slimefun4.api.items - package io.github.thebusybiscuit.slimefun4.api.items
    -
     
    +
    +
    This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
    +
    io.github.thebusybiscuit.slimefun4.api.network - package io.github.thebusybiscuit.slimefun4.api.network
    This package provides the API infrastructure for networks, such as the Cargo- or Energy net.
    @@ -3695,7 +3732,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This package contains the core system for the SlimefunGuide.
    io.github.thebusybiscuit.slimefun4.core.guide.options - package io.github.thebusybiscuit.slimefun4.core.guide.options
    -
     
    +
    +
    This package contains the Settings menu forthe SlimefunGuide as + well as the interface SlimefunGuideOption for adding + your own options
    +
    io.github.thebusybiscuit.slimefun4.core.networks.cargo - package io.github.thebusybiscuit.slimefun4.core.networks.cargo
    This package holds an implementation of Network @@ -3788,7 +3829,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); that are related to food.
    io.github.thebusybiscuit.slimefun4.implementation.items.geo - package io.github.thebusybiscuit.slimefun4.implementation.items.geo
    -
     
    +
    +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    +
    io.github.thebusybiscuit.slimefun4.implementation.items.gps - package io.github.thebusybiscuit.slimefun4.implementation.items.gps
    This package holds implementations of SlimefunItem @@ -3841,7 +3885,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This package contains some utility classes that offer handy ways to do stuff.
    io.github.thebusybiscuit.slimefun4.utils.holograms - package io.github.thebusybiscuit.slimefun4.utils.holograms
    -
     
    +
    +
    This package contains a few utility classes that handle holograms in Slimefun.
    +
    io.github.thebusybiscuit.slimefun4.utils.itemstack - package io.github.thebusybiscuit.slimefun4.utils.itemstack
     
    IRON_DUST - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
    @@ -3855,6 +3901,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    isActive() - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
     
    +
    isAddonEnabled(World, SlimefunAddon) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
    +
    This method checks whether the given SlimefunAddon is enabled in that World.
    +
    isAddonItem() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    This method returns whether this SlimefunItem was added by an addon.
    @@ -3868,6 +3918,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method checks whether this MinecraftVersion is newer or equal to the given MinecraftVersion,
    +
    isAutoLoadingEnabled() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
    +
     
    isCancelled() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent
     
    isCancelled() - Method in class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent
    @@ -3921,6 +3973,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This returns whether or not this SlimefunItem is allowed to be used in an AutoDisenchanter.
    +
    isDoubleDropsEnabled() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.OreCrusher
    +
     
    isDroppedFromGolems() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.BasicCircuitBoard
     
    isEmeraldEnchantsInstalled() - Method in class io.github.thebusybiscuit.slimefun4.core.services.plugins.ThirdPartyPluginService
    @@ -3939,6 +3993,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Checks if this item is enabled in the world this player is in.
    +
    isEnabled(World, SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
    +
    This method checks whether the given SlimefunItem is enabled in the given World.
    +
    isEnchantable() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    This returns whether or not this SlimefunItem is allowed to be used in @@ -3961,6 +4019,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method returns whether this SlimefunItem was hidden from the SlimefunGuide.
    +
    isHidden(Player) - Method in class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    isHidden(Player) - Method in class me.mrCookieSlime.Slimefun.Objects.Category
    This method checks whether this Category will be hidden for the specified @@ -3991,8 +4051,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    isLanguageLoaded(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
     
    -
    isLoaded(UUID) - Static method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
    -
     
    isLoggingEnabled() - Method in class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService
     
    isMarkedForDeletion() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
    @@ -4059,6 +4117,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method checks whether the given Material is a Tile Entity.
    +
    isType(Class<?>) - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This method checks if this ItemSetting stores the given data type.
    +
    isUniversal() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
     
    isUniversalInventory(String) - Static method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    @@ -4074,6 +4136,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Checks if the category should currently be displayed in the Guide.
    +
    isVisible(Player, PlayerProfile, SlimefunGuideLayout) - Method in class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    +
    isWorldEnabled(World) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
    +
    This checks whether the given World is enabled or not.
    +
    isWorldRegistered(String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
     
    item - Variable in class me.mrCookieSlime.Slimefun.Objects.Category
    @@ -4231,12 +4299,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    LEAD_INGOT - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    -
    load() - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
    -
     
    -
    load() - Method in class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService
    -
     
    -
    load() - Method in class io.github.thebusybiscuit.slimefun4.core.services.PermissionsService
    -
     
    load() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
     
    load() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    @@ -4247,19 +4309,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    load(Config) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    load(Iterable<World>) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
    +
    This method will forcefully load all currently active Worlds to load up their settings.
    +
    load(SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    This method is called by a SlimefunItem which wants to load its ItemSetting from the Config file.
    -
    load(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
    -
     
    -
    load(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.BackpackListener
    -
     
    -
    load(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.GrapplingHookListener
    -
     
    -
    load(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunBowListener
    -
     
    +
    load(World) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
    +
    This method loads the given World if it was not loaded before.
    +
    loadEmbeddedLanguages() - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
     
    loadExoticGarden(Plugin, Function<Block, Optional<ItemStack>>) - Method in class io.github.thebusybiscuit.slimefun4.core.services.plugins.ThirdPartyPluginService
    @@ -4355,6 +4417,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    MagicEyeOfEnder(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicEyeOfEnder
     
    +
    MagicianTalisman - Class in io.github.thebusybiscuit.slimefun4.implementation.items.magical
    +
     
    +
    MagicianTalisman(SlimefunItemStack, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman
    +
     
    +
    MagicianTalisman.TalismanEnchantment - Class in io.github.thebusybiscuit.slimefun4.implementation.items.magical
    +
    +
    This class is an extension of ItemSetting that holds an Enchantment and + a level.
    +
    MagicSugar - Class in io.github.thebusybiscuit.slimefun4.implementation.items.food
     
    MagicSugar(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.food.MagicSugar
    @@ -4683,6 +4754,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    NumberUtils - Class in io.github.thebusybiscuit.slimefun4.utils
     
    +
    NUMERIC - Static variable in class io.github.thebusybiscuit.slimefun4.utils.PatternUtils
    +
     
    @@ -4865,6 +4938,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    onJoin(PlayerJoinEvent) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunGuideListener
     
    +
    onKick(PlayerKickEvent) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.PlayerProfileListener
    +
     
    onKill(EntityDeathEvent) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.TalismanListener
     
    onKill(EntityDeathEvent, Entity, Player, ItemStack) - Method in interface me.mrCookieSlime.Slimefun.Objects.handlers.EntityKillHandler
    @@ -4932,6 +5007,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This will open the Inventory of this backpack to every Player that was passed onto this method.
    +
    open(Player, PlayerProfile, SlimefunGuideLayout) - Method in class io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory
    +
     
    open(Player, Block) - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate
     
    openBackpack(Player, ItemStack, SlimefunBackpack) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.BackpackListener
    @@ -5036,6 +5113,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    PersonalActivationPlate(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.gps.PersonalActivationPlate
     
    +
    PerWorldSettingsService - Class in io.github.thebusybiscuit.slimefun4.core.services
    +
    +
    This Service is responsible for disabling a SlimefunItem in a certain World.
    +
    +
    PerWorldSettingsService(SlimefunPlugin) - Constructor for class io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
    +
     
    PICKAXE_OF_CONTAINMENT - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    PICKAXE_OF_THE_SEEKER - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
    @@ -5086,7 +5169,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    A class that can store a Player's Research progress for caching purposes.
    PlayerProfileListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
    -
     
    +
    +
    This Listener removes a PlayerProfile from memory if the corresponding Player + has left the Server or was kicked.
    +
    PlayerProfileListener(SlimefunPlugin) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.PlayerProfileListener
     
    PlayerRightClickEvent - Class in io.github.thebusybiscuit.slimefun4.api.events
    @@ -5125,6 +5211,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.AutomatedPanningMachine
     
    +
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.OreCrusher
    +
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
     
    postRegister() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    @@ -5147,6 +5235,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    powerPerSecond(int) - Static method in class io.github.thebusybiscuit.slimefun4.utils.LoreBuilder
     
    +
    PrematureCodeException - Exception in io.github.thebusybiscuit.slimefun4.api.exceptions
    +
    +
    A PrematureCodeException is thrown when a SlimefunAddon tried + to access Slimefun code before Slimefun was enabled.
    +
    +
    PrematureCodeException(String) - Constructor for exception io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException
    +
    +
    This constructs a new PrematureCodeException with the given error context.
    +
    preRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoManager
     
    preRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.TrashCan
    @@ -5414,6 +5511,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    REFINERY - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    +
    refresh() - Method in class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService
    +
    +
    This method refreshes the RecipeSnapshot that is used by the MinecraftRecipeService.
    +
    register() - Method in interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource
    Registers this GEO Resource
    @@ -5440,6 +5541,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    register(Iterable<SlimefunItem>) - Method in class io.github.thebusybiscuit.slimefun4.core.services.PermissionsService
     
    +
    register(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.AncientAltarListener
    +
     
    +
    register(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.BackpackListener
    +
     
    +
    register(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.GrapplingHookListener
    +
     
    +
    register(SlimefunPlugin) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunBowListener
    +
     
    register(ItemStack[], ItemStack) - Method in class me.mrCookieSlime.Slimefun.Lists.RecipeType
     
    registerArmorSet(ItemStack, ItemStack[], String, boolean, SlimefunAddon) - Static method in class me.mrCookieSlime.Slimefun.Setup.SlimefunManager
    @@ -5714,6 +5823,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    sendURL(CommandSender, String) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChatUtils
     
    +
    setAutoLoadingMode(boolean) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
    +
     
    setBackpackId(Player, ItemStack, int, int) - Static method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.BackpackListener
     
    setBlockData(Block, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.BlockDataService
    @@ -5772,6 +5883,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    setRecipeTypes(FileConfiguration) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
     
    +
    setResearch(Research) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    +
    +
    This method will set the Research of this SlimefunItem.
    +
    setResearched(Research, boolean) - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
    This method sets the Player's "researched" status for this Research.
    @@ -5806,8 +5921,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    setup(SlimefunPlugin) - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.SlimefunItemSetup
     
    -
    setupItemSettings() - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.PostSetup
    -
     
    setupResearches() - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.ResearchSetup
     
    setupWiki() - Static method in class io.github.thebusybiscuit.slimefun4.implementation.setup.PostSetup
    @@ -5838,7 +5951,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    SILVER_INGOT - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    SimpleHologram - Class in io.github.thebusybiscuit.slimefun4.utils.holograms
    -
     
    +
    +
    This utility class provides a few static methods for modifying a simple Text-based Hologram.
    +
    SimpleSlimefunItem<T extends ItemHandler> - Class in me.mrCookieSlime.Slimefun.Objects.SlimefunItem
    This is basically a quickstart class for your very first SlimefunItem.
    @@ -6292,6 +6407,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    TALISMAN_WIZARD - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    +
    TalismanEnchantment(Enchantment, int) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman.TalismanEnchantment
    +
     
    TalismanListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
     
    TalismanListener(SlimefunPlugin) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.TalismanListener
    @@ -6412,6 +6529,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    TOME_OF_KNOWLEDGE_SHARING - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    +
    toMillis(long, boolean) - Method in class io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask
    +
     
    TOOLS - Static variable in class me.mrCookieSlime.Slimefun.Lists.Categories
     
    toString() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
    @@ -6492,6 +6611,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Unlocks this Research for the specified Player.
    +
    unlockItem(Player, SlimefunItem, Runnable) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    +
     
    UNOFFICIAL - io.github.thebusybiscuit.slimefun4.api.SlimefunBranch
    This build stems from an unofficial branch, it contains the string UNOFFICIAL
    diff --git a/docs/index.html b/docs/index.html index 84a20a1b5..39f703502 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Slimefun4 - Javadocs diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html b/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html index 3505862e7..e6876397b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/ErrorReport.html @@ -2,10 +2,10 @@ - + ErrorReport (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html b/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html index 746334322..533815e7c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.html @@ -2,10 +2,10 @@ - + MinecraftVersion (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html index 223effe98..19f93bb0e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunAddon.html @@ -2,10 +2,10 @@ - + SlimefunAddon (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html index 1982dcd53..26bfdb153 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/SlimefunBranch.html @@ -2,10 +2,10 @@ - + SlimefunBranch (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html index 4d092980c..c6c290512 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/ErrorReport.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.ErrorReport (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html index a13af2e55..b9469a776 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/MinecraftVersion.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.MinecraftVersion (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html index 42adbf17d..13f61aa8d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunAddon.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon (Slimefun4 - Javadocs) - + @@ -128,21 +128,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.core.guide.options -  + +
    This package contains the Settings menu forthe SlimefunGuide as + well as the interface SlimefunGuideOption for adding + your own options
    + +io.github.thebusybiscuit.slimefun4.core.services + +
    This package provides a few "Services" that Slimefun uses.
    + + + me.mrCookieSlime.Slimefun   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks   - + me.mrCookieSlime.Slimefun.Setup   @@ -220,6 +230,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • +
    + + +

    Uses of SlimefunAddon in io.github.thebusybiscuit.slimefun4.core.services

    + + + + + + + + + + + + + + +
    Methods in io.github.thebusybiscuit.slimefun4.core.services with parameters of type SlimefunAddon 
    Modifier and TypeMethodDescription
    booleanPerWorldSettingsService.isAddonEnabled​(World world, + SlimefunAddon addon) +
    This method checks whether the given SlimefunAddon is enabled in that World.
    +
    +
    +
  • +
  • diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html index 3fba9fbd8..7bc9a54a1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/class-use/SlimefunBranch.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.SlimefunBranch (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html index b8daa4005..291ff6e99 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/AndroidMineEvent.html @@ -2,10 +2,10 @@ - + AndroidMineEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html index 49becba3c..bd113e83b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/AutoDisenchantEvent.html @@ -2,10 +2,10 @@ - + AutoDisenchantEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/GEOResourceGenerationEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/GEOResourceGenerationEvent.html index 5111d7661..d3458b2bb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/GEOResourceGenerationEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/GEOResourceGenerationEvent.html @@ -2,10 +2,10 @@ - + GEOResourceGenerationEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/MultiBlockInteractEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/MultiBlockInteractEvent.html index 61bb50e5e..a2b82a6ee 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/MultiBlockInteractEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/MultiBlockInteractEvent.html @@ -2,10 +2,10 @@ - + MultiBlockInteractEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerLanguageChangeEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerLanguageChangeEvent.html index ac0259d78..bd996d20c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerLanguageChangeEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerLanguageChangeEvent.html @@ -2,10 +2,10 @@ - + PlayerLanguageChangeEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html index 6245f64c6..c487d8285 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/PlayerRightClickEvent.html @@ -2,10 +2,10 @@ - + PlayerRightClickEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/ResearchUnlockEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/ResearchUnlockEvent.html index 74c956798..7c38238dd 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/ResearchUnlockEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/ResearchUnlockEvent.html @@ -2,10 +2,10 @@ - + ResearchUnlockEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AndroidMineEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AndroidMineEvent.html index e5b60dd84..4053c5d86 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AndroidMineEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AndroidMineEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.AndroidMineEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AutoDisenchantEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AutoDisenchantEvent.html index 608450f8d..816917740 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AutoDisenchantEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/AutoDisenchantEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/GEOResourceGenerationEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/GEOResourceGenerationEvent.html index 486de410e..65a98bec0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/GEOResourceGenerationEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/GEOResourceGenerationEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.GEOResourceGenerationEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/MultiBlockInteractEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/MultiBlockInteractEvent.html index f5f6065c7..6144db895 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/MultiBlockInteractEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/MultiBlockInteractEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.MultiBlockInteractEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerLanguageChangeEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerLanguageChangeEvent.html index b37913d66..afcc64103 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerLanguageChangeEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerLanguageChangeEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.PlayerLanguageChangeEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerRightClickEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerRightClickEvent.html index d7b00528a..a7e778ddf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerRightClickEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/PlayerRightClickEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/ResearchUnlockEvent.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/ResearchUnlockEvent.html index f196ea028..b608d5da8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/ResearchUnlockEvent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/class-use/ResearchUnlockEvent.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.events.ResearchUnlockEvent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-frame.html index 22f4f609b..9e6b7662d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-summary.html index c82dca85b..17a1c0edf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-tree.html index dca4c08b0..3e949f2ab 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.events Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-use.html index f454f8f21..fd4442f38 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/events/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/events/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.api.events (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IdConflictException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IdConflictException.html index 1cee5ed98..d2e9bc501 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IdConflictException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IdConflictException.html @@ -2,10 +2,10 @@ - + IdConflictException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html index 344c8c2d2..39352e8ba 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/IncompatibleItemHandlerException.html @@ -2,10 +2,10 @@ - + IncompatibleItemHandlerException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html index 0270eada0..e17d9dd9b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/MissingDependencyException.html @@ -2,10 +2,10 @@ - + MissingDependencyException (Slimefun4 - Javadocs) - + @@ -56,7 +56,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script');
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-summary.html index a4692b4b0..49bd72779 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs) - + @@ -139,6 +139,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); +PrematureCodeException + +
    A PrematureCodeException is thrown when a SlimefunAddon tried + to access Slimefun code before Slimefun was enabled.
    + + + UnregisteredItemException
    An UnregisteredItemException is thrown whenever a Plugin tried to diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-tree.html index ae3913e3f..a4573106b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.exceptions Class Hierarchy (Slimefun4 - Javadocs) - + @@ -121,6 +121,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • io.github.thebusybiscuit.slimefun4.api.exceptions.IdConflictException
  • io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException
  • io.github.thebusybiscuit.slimefun4.api.exceptions.MissingDependencyException
  • +
  • io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException
  • io.github.thebusybiscuit.slimefun4.api.exceptions.UnregisteredItemException
  • diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-use.html index 5ecf31b71..5b90b354a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html index 8b50bb10c..e55996bdc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/GEOResource.html @@ -2,10 +2,10 @@ - + GEOResource (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.html index 448cb2898..cdbad817a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/ResourceManager.html @@ -2,10 +2,10 @@ - + ResourceManager (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/GEOResource.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/GEOResource.html index 55ae624a0..af50aee9b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/GEOResource.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/GEOResource.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.api.geo.GEOResource (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/ResourceManager.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/ResourceManager.html index 3ecda059a..f4334848a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/ResourceManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/class-use/ResourceManager.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.geo.ResourceManager (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-frame.html index 5728d7320..18d8e1579 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-summary.html index 43f2c1261..79418e27a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-tree.html index adf268a45..abd50c175 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.geo Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-use.html index f9572f204..eb3f951ce 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/geo/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.api.geo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html index 2a104952e..05cdc4edf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.html @@ -2,10 +2,10 @@ - + GPSNetwork (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html index 834bb8b67..ac0ba81b1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/TeleportationManager.html @@ -2,10 +2,10 @@ - + TeleportationManager (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/GPSNetwork.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/GPSNetwork.html index 56196b452..eeb939e57 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/GPSNetwork.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/GPSNetwork.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/TeleportationManager.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/TeleportationManager.html index 613a10961..86de2f6d9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/TeleportationManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/class-use/TeleportationManager.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.gps.TeleportationManager (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-frame.html index 8881c62c6..d957d46e2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-summary.html index 2bfdab068..f4f186dec 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-tree.html index edf767cca..006433a8d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.gps Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-use.html index 40342ba3a..6b4a7031b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/gps/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.api.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html index 7e0492f02..541a54edb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/HashedArmorpiece.html @@ -2,10 +2,10 @@ - + HashedArmorpiece (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html index 802298c7e..82aaf8b31 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html @@ -2,10 +2,10 @@ - + ItemRestriction (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html index fe867c66a..86727aa9c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemSetting.html @@ -2,10 +2,10 @@ - + ItemSetting (Slimefun4 - Javadocs) - + @@ -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"));
    Type Parameters:
    T - The type of data stored under this ItemSetting
    +
    +
    Direct Known Subclasses:
    +
    MagicianTalisman.TalismanEnchantment
    +


    public class ItemSetting<T>
    @@ -217,6 +221,13 @@ extends 
    +boolean
    +isType​(Class<?> c)
    +
    +
    This method checks if this ItemSetting stores the given data type.
    + + + void load​(SlimefunItem item) @@ -224,7 +235,7 @@ extends + void update​(T newValue) @@ -343,6 +354,22 @@ extends + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/Placeable.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/Placeable.html index 5170cd8a5..42076e637 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/Placeable.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/Placeable.html @@ -2,10 +2,10 @@ - + Placeable (Slimefun4 - Javadocs) - + @@ -131,7 +131,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • All Known Implementing Classes:
    -
    AContainer, AdvancedCargoOutputNode, AdvancedFarmerAndroid, AGenerator, AncientAltar, AncientPedestal, AnimalGrowthAccelerator, AReactor, ArmorForge, AutoAnvil, AutoBreeder, AutoDisenchanter, AutoDrier, AutoEnchanter, AutomatedCraftingChamber, AutomatedPanningMachine, Bandage, BasicCircuitBoard, BioGenerator, BirthdayCake, BlockPlacer, ButcherAndroid, Capacitor, CarbonPress, CargoConnectorNode, CargoInputNode, CargoManager, CargoOutputNode, ChargableItem, ChargingBench, CoalGenerator, CombustionGenerator, Composter, Compressor, Cooler, CropGrowthAccelerator, Crucible, DietCookie, EasterEgg, ElectricDustWasher, ElectricFurnace, ElectricGoldPan, ElectricIngotFactory, ElectricIngotPulverizer, ElectricOreGrinder, ElectricPress, ElectricSmeltery, ElectrifiedCrucible, ElevatorPlate, EnderBackpack, EnergyRegulator, EnhancedCraftingTable, EnhancedFurnace, ExplosiveBow, ExplosivePickaxe, ExplosiveShovel, FarmerAndroid, FisherAndroid, FluidPump, FoodComposter, FoodFabricator, FortuneCookie, Freezer, GEOMiner, GEOScanner, GoldPan, GPSControlPanel, GPSMarkerTool, GPSTransmitter, GrapplingHook, GrindStone, HandledBlock, HeatedPressureChamber, HerculesPickaxe, HologramProjector, IcyBow, InfernalBonemeal, InfusedHopper, JetBoots, Jetpack, Juice, Juicer, KnowledgeFlask, KnowledgeTome, LavaGenerator, LumberAxe, MagicEyeOfEnder, MagicSugar, MagicWorkbench, MagnesiumGenerator, MakeshiftSmeltery, MeatJerky, Medicine, MinerAndroid, MonsterJerky, MultiBlockMachine, Multimeter, MultiTool, NetherGoldPan, NetherStarReactor, NuclearReactor, OilPump, OreCrusher, OreWasher, Parachute, PersonalActivationPlate, PickaxeOfContainment, PickaxeOfTheSeeker, PickaxeOfVeinMining, PortableCrafter, PortableDustbin, PortableGEOScanner, PressureChamber, ProgrammableAndroid, RadioactiveItem, Rag, RainbowBlock, ReactorAccessPort, Refinery, RepairedSpawner, SeismicAxe, SimpleSlimefunItem, SlimefunArmorPiece, SlimefunBackpack, SlimefunBow, SlimefunItem, SlimefunMachine, SmeltersPickaxe, Smeltery, SolarGenerator, SolarHelmet, SoulboundBackpack, SoulboundItem, SoulboundRune, Splint, StormStaff, SwordOfBeheading, TableSaw, Talisman, Teleporter, TelepositionScroll, TrashCan, TreeGrowthAccelerator, VanillaItem, Vitamins, WaterStaff, WindStaff, WitherAssembler, WitherProofBlock, WoodcutterAndroid, XPCollector
    +
    AContainer, AdvancedCargoOutputNode, AdvancedFarmerAndroid, AGenerator, AncientAltar, AncientPedestal, AnimalGrowthAccelerator, AReactor, ArmorForge, AutoAnvil, AutoBreeder, AutoDisenchanter, AutoDrier, AutoEnchanter, AutomatedCraftingChamber, AutomatedPanningMachine, Bandage, BasicCircuitBoard, BioGenerator, BirthdayCake, BlockPlacer, ButcherAndroid, Capacitor, CarbonPress, CargoConnectorNode, CargoInputNode, CargoManager, CargoOutputNode, ChargableItem, ChargingBench, CoalGenerator, CombustionGenerator, Composter, Compressor, Cooler, CropGrowthAccelerator, Crucible, DietCookie, EasterEgg, ElectricDustWasher, ElectricFurnace, ElectricGoldPan, ElectricIngotFactory, ElectricIngotPulverizer, ElectricOreGrinder, ElectricPress, ElectricSmeltery, ElectrifiedCrucible, ElevatorPlate, EnderBackpack, EnergyRegulator, EnhancedCraftingTable, EnhancedFurnace, ExplosiveBow, ExplosivePickaxe, ExplosiveShovel, FarmerAndroid, FisherAndroid, FluidPump, FoodComposter, FoodFabricator, FortuneCookie, Freezer, GEOMiner, GEOScanner, GoldPan, GPSControlPanel, GPSMarkerTool, GPSTransmitter, GrapplingHook, GrindStone, HandledBlock, HeatedPressureChamber, HerculesPickaxe, HologramProjector, IcyBow, InfernalBonemeal, InfusedHopper, JetBoots, Jetpack, Juice, Juicer, KnowledgeFlask, KnowledgeTome, LavaGenerator, LumberAxe, MagicEyeOfEnder, MagicianTalisman, MagicSugar, MagicWorkbench, MagnesiumGenerator, MakeshiftSmeltery, MeatJerky, Medicine, MinerAndroid, MonsterJerky, MultiBlockMachine, Multimeter, MultiTool, NetherGoldPan, NetherStarReactor, NuclearReactor, OilPump, OreCrusher, OreWasher, Parachute, PersonalActivationPlate, PickaxeOfContainment, PickaxeOfTheSeeker, PickaxeOfVeinMining, PortableCrafter, PortableDustbin, PortableGEOScanner, PressureChamber, ProgrammableAndroid, RadioactiveItem, Rag, RainbowBlock, ReactorAccessPort, Refinery, RepairedSpawner, SeismicAxe, SimpleSlimefunItem, SlimefunArmorPiece, SlimefunBackpack, SlimefunBow, SlimefunItem, SlimefunMachine, SmeltersPickaxe, Smeltery, SolarGenerator, SolarHelmet, SoulboundBackpack, SoulboundItem, SoulboundRune, Splint, StormStaff, SwordOfBeheading, TableSaw, Talisman, Teleporter, TelepositionScroll, TrashCan, TreeGrowthAccelerator, VanillaItem, Vitamins, WaterStaff, WindStaff, WitherAssembler, WitherProofBlock, WoodcutterAndroid, XPCollector


    diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/HashedArmorpiece.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/HashedArmorpiece.html index a9303e0fb..6d97b3c21 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/HashedArmorpiece.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/HashedArmorpiece.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemRestriction.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemRestriction.html index 31740c67d..58982d4a2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemRestriction.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemRestriction.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.api.items.ItemRestriction (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html index 5b77f497a..0fca3814b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/items/class-use/ItemSetting.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting (Slimefun4 - Javadocs) - + @@ -113,6 +113,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); +io.github.thebusybiscuit.slimefun4.implementation.items.magical + +
    This package holds implementations of SlimefunItem + that are considered magical items.
    + + + me.mrCookieSlime.Slimefun.Objects.SlimefunItem   @@ -122,6 +129,31 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • @@ -720,22 +739,6 @@ extends GEOResource> getGEOResources​()
  • - - - - diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html index 16f934133..fdd2ecf26 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/DamageableItem.html @@ -2,10 +2,10 @@ - + DamageableItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/EnergyNetComponent.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/EnergyNetComponent.html index 60367d196..b3849a412 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/EnergyNetComponent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/EnergyNetComponent.html @@ -2,10 +2,10 @@ - + EnergyNetComponent (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/ItemAttribute.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/ItemAttribute.html index 1bf593e42..d667d1f07 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/ItemAttribute.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/ItemAttribute.html @@ -2,10 +2,10 @@ - + ItemAttribute (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html index cb905ffb3..7cc94e88a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineTier.html @@ -2,10 +2,10 @@ - + MachineTier (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html index 92845bb73..2b942d19b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/MachineType.html @@ -2,10 +2,10 @@ - + MachineType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html index 1a12d00c3..76c9cdc0d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactive.html @@ -2,10 +2,10 @@ - + Radioactive (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactivity.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactivity.html index 1126dfedc..60076b300 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactivity.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Radioactivity.html @@ -2,10 +2,10 @@ - + Radioactivity (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html index 4f136f024..259d29c5e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/RecipeDisplayItem.html @@ -2,10 +2,10 @@ - + RecipeDisplayItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Soulbound.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Soulbound.html index 9d4b5a080..c3f63dc58 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Soulbound.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/Soulbound.html @@ -2,10 +2,10 @@ - + Soulbound (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/WitherProof.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/WitherProof.html index a67e13a3f..6feb4f6ec 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/WitherProof.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/WitherProof.html @@ -2,10 +2,10 @@ - + WitherProof (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/DamageableItem.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/DamageableItem.html index 549174130..b5fb2de08 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/DamageableItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/DamageableItem.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.DamageableItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/EnergyNetComponent.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/EnergyNetComponent.html index 0b5d48b68..d50491027 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/EnergyNetComponent.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/EnergyNetComponent.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent (Slimefun4 - Javadocs) - + @@ -140,7 +140,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/ItemAttribute.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/ItemAttribute.html index 52c8e8f96..d4a55a50e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/ItemAttribute.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/ItemAttribute.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute (Slimefun4 - Javadocs) - + @@ -165,7 +165,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineTier.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineTier.html index 6becb5b8a..7b461a947 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineTier.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineTier.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.attributes.MachineTier (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineType.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineType.html index e976a0b74..0986f0a66 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/MachineType.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.attributes.MachineType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactive.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactive.html index 4dedf8629..fe07a11ef 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactive.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactive.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.Radioactive (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactivity.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactivity.html index cf1d99110..f510325de 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactivity.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Radioactivity.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/RecipeDisplayItem.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/RecipeDisplayItem.html index 7a83335cd..c58cfbb36 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/RecipeDisplayItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/RecipeDisplayItem.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem (Slimefun4 - Javadocs) - + @@ -143,7 +143,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Soulbound.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Soulbound.html index a32525e16..7cef5acd0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Soulbound.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/Soulbound.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.Soulbound (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/WitherProof.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/WitherProof.html index 7caf38c93..87329896c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/WitherProof.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/class-use/WitherProof.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.attributes.WitherProof (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-frame.html index 7c63befe8..bb53ba781 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.attributes (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-summary.html index ec1581985..47887463f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.attributes (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-tree.html index eed197a51..578415778 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.attributes Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-use.html index 52141c60f..0e6f3aa83 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/attributes/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.attributes (Slimefun4 - Javadocs) - + @@ -172,7 +172,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html b/docs/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html new file mode 100644 index 000000000..9b2128803 --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.html @@ -0,0 +1,482 @@ + + + + + +FlexCategory (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    + +
    + +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Keyed
      +
      +
      +
      +
      public abstract class FlexCategory
      +extends Category
      +
      A FlexCategory is a Category inside the SlimefunGuide that can + be completely modified. + It cannot hold any SlimefunItem. + It can be completely overridden to perform any action upon being opened.
      +
      +
      Author:
      +
      TheBusyBiscuit
      +
      +
    • +
    +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html b/docs/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html index a321241b9..1e6512a11 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.html @@ -2,10 +2,10 @@ - + SeasonalCategory (Slimefun4 - Javadocs) - + @@ -61,7 +61,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script'); - + protected boolean isSurvivalMode​()   @@ -219,6 +226,13 @@ extends Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait + @@ -270,7 +284,7 @@ extends - + @@ -398,7 +412,7 @@ implements -
      +
      • displayItem

        public void displayItem​(PlayerProfile profile,
        @@ -410,6 +424,17 @@ implements 
        +
        +
        +
          +
        • +

          createHeader

          +
          protected void createHeader​(Player p,
          +                            PlayerProfile profile,
          +                            me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu menu)
          +
        • +
      diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/BookSlimefunGuide.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/BookSlimefunGuide.html index 40d1acb73..773e571d1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/BookSlimefunGuide.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/BookSlimefunGuide.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/CheatSheetSlimefunGuide.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/CheatSheetSlimefunGuide.html index ec0e3fd11..4b6239805 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/CheatSheetSlimefunGuide.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/CheatSheetSlimefunGuide.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.guide.CheatSheetSlimefunGuide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/ChestSlimefunGuide.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/ChestSlimefunGuide.html index 8a505ae7a..0ccc9f048 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/ChestSlimefunGuide.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/class-use/ChestSlimefunGuide.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-frame.html index 07e8ca972..cc072554c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-summary.html index d674a9906..adfcbda8b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-tree.html index 1111d9685..6d7eed788 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.guide Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-use.html index 57add97d5..5e013a221 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/EasterEgg.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/EasterEgg.html index 73d985475..197f50a33 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/EasterEgg.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/EasterEgg.html @@ -2,10 +2,10 @@ - + EasterEgg (Slimefun4 - Javadocs) - + @@ -259,7 +259,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html index 7e20a1e8c..b084a675e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html @@ -2,10 +2,10 @@ - + RadioactiveItem (Slimefun4 - Javadocs) - + @@ -253,7 +253,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html index 7bf56934f..736d0cd27 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html @@ -2,10 +2,10 @@ - + VanillaItem (Slimefun4 - Javadocs) - + @@ -234,7 +234,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html index 22d3208eb..ea7a61c17 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AltarRecipe.html @@ -2,10 +2,10 @@ - + AltarRecipe (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientAltar.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientAltar.html index c5d52dc59..6c158ef67 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientAltar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientAltar.html @@ -2,10 +2,10 @@ - + AncientAltar (Slimefun4 - Javadocs) - + @@ -217,7 +217,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientPedestal.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientPedestal.html index 0c94495f2..837208c1a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientPedestal.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/AncientPedestal.html @@ -2,10 +2,10 @@ - + AncientPedestal (Slimefun4 - Javadocs) - + @@ -218,7 +218,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AltarRecipe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AltarRecipe.html index f50217bbd..a4bd8d3a2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AltarRecipe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AltarRecipe.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientAltar.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientAltar.html index f7f2338ec..87dc45882 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientAltar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientAltar.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AncientAltar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientPedestal.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientPedestal.html index 9349d912e..a18d03a37 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientPedestal.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/class-use/AncientPedestal.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AncientPedestal (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-frame.html index 1660d5e14..34fa379b6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.altar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-summary.html index bc7fcad3b..bf4327dff 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.altar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-tree.html index ac220359c..841bedc39 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.altar Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-use.html index 8cdbe0eb8..ecb4424c7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/altar/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.altar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AdvancedFarmerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AdvancedFarmerAndroid.html index bb30f091a..047080d09 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AdvancedFarmerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AdvancedFarmerAndroid.html @@ -2,10 +2,10 @@ - + AdvancedFarmerAndroid (Slimefun4 - Javadocs) - + @@ -404,7 +404,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidInstance.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidInstance.html index 739016135..fdcd3e94b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidInstance.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidInstance.html @@ -2,10 +2,10 @@ - + AndroidInstance (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidType.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidType.html index dc64b48f7..fb7c24be3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/AndroidType.html @@ -2,10 +2,10 @@ - + AndroidType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ButcherAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ButcherAndroid.html index d372a6206..8ce2e97be 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ButcherAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ButcherAndroid.html @@ -2,10 +2,10 @@ - + ButcherAndroid (Slimefun4 - Javadocs) - + @@ -390,7 +390,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FarmerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FarmerAndroid.html index c077b1c35..7347b64a7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FarmerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FarmerAndroid.html @@ -2,10 +2,10 @@ - + FarmerAndroid (Slimefun4 - Javadocs) - + @@ -394,7 +394,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html index ef301d7b0..fd62f1416 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/FisherAndroid.html @@ -2,10 +2,10 @@ - + FisherAndroid (Slimefun4 - Javadocs) - + @@ -390,7 +390,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.html index 58c58f0d1..34a0a6e24 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/MinerAndroid.html @@ -2,10 +2,10 @@ - + MinerAndroid (Slimefun4 - Javadocs) - + @@ -390,7 +390,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html index b79fe8df6..834344730 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/ProgrammableAndroid.html @@ -2,10 +2,10 @@ - + ProgrammableAndroid (Slimefun4 - Javadocs) - + @@ -460,7 +460,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/WoodcutterAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/WoodcutterAndroid.html index 042355c7f..e0d9c537b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/WoodcutterAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/WoodcutterAndroid.html @@ -2,10 +2,10 @@ - + WoodcutterAndroid (Slimefun4 - Javadocs) - + @@ -390,7 +390,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AdvancedFarmerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AdvancedFarmerAndroid.html index 43505706c..fa2b95885 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AdvancedFarmerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AdvancedFarmerAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AdvancedFarmerAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidInstance.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidInstance.html index 037508d62..18530397e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidInstance.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidInstance.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidInstance (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidType.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidType.html index bd67d57f6..f5640011e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/AndroidType.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ButcherAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ButcherAndroid.html index fa60d696d..0958080eb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ButcherAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ButcherAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ButcherAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FarmerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FarmerAndroid.html index a1d9e5906..de5fe8f8d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FarmerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FarmerAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.FarmerAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FisherAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FisherAndroid.html index ea027d757..643769eb5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FisherAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/FisherAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.FisherAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/MinerAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/MinerAndroid.html index 819417bb0..b08b7d2be 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/MinerAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/MinerAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.MinerAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ProgrammableAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ProgrammableAndroid.html index 24c25714d..bc2731d10 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ProgrammableAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/ProgrammableAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/WoodcutterAndroid.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/WoodcutterAndroid.html index a5021fe60..51345e1a6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/WoodcutterAndroid.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/class-use/WoodcutterAndroid.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.androids.WoodcutterAndroid (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-frame.html index 2d2d2b0f1..90ebc87e7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.androids (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-summary.html index c792761bb..f9ed8f483 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.androids (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-tree.html index 4b3fc05a8..7b8abe80c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.androids Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-use.html index 62b0578c8..006b3a2c2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/androids/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.androids (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/Parachute.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/Parachute.html index ff2a9de9c..499bf82cd 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/Parachute.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/Parachute.html @@ -2,10 +2,10 @@ - + Parachute (Slimefun4 - Javadocs) - + @@ -229,7 +229,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html index 162bd3102..f884b4622 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/SlimefunArmorPiece.html @@ -2,10 +2,10 @@ - + SlimefunArmorPiece (Slimefun4 - Javadocs) - + @@ -237,7 +237,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/Parachute.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/Parachute.html index ff04a112f..515266270 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/Parachute.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/Parachute.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.armor.Parachute (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/SlimefunArmorPiece.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/SlimefunArmorPiece.html index 7271e7db4..741cf3f05 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/SlimefunArmorPiece.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/class-use/SlimefunArmorPiece.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.armor.SlimefunArmorPiece (Slimefun4 - Javadocs) - + @@ -114,7 +114,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.api.items -  + +
    This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
    + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-frame.html index c58d7e5fc..f0f371337 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.armor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-summary.html index cefccb1fb..e9f8be388 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.armor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-tree.html index a51a360c6..21e9693bb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.armor Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-use.html index e19a1b970..cda8476ad 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/armor/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.armor (Slimefun4 - Javadocs) - + @@ -114,7 +114,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.api.items -  + +
    This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
    + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html index 15365ccaf..c8d98bd6a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/BlockPlacer.html @@ -2,10 +2,10 @@ - + BlockPlacer (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Composter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Composter.html index 6b1a62c43..6e18e2d12 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Composter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Composter.html @@ -2,10 +2,10 @@ - + Composter (Slimefun4 - Javadocs) - + @@ -265,7 +265,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.html index 26b74f11c..e64b71751 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.html @@ -2,10 +2,10 @@ - + Crucible (Slimefun4 - Javadocs) - + @@ -265,7 +265,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.html index 1155d7b72..8dc12f33d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.html @@ -2,10 +2,10 @@ - + EnhancedFurnace (Slimefun4 - Javadocs) - + @@ -275,7 +275,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/HologramProjector.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/HologramProjector.html index 95838d4a1..e3e0fe636 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/HologramProjector.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/HologramProjector.html @@ -2,10 +2,10 @@ - + HologramProjector (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/InfusedHopper.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/InfusedHopper.html index 2681620e0..83ddfdbc0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/InfusedHopper.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/InfusedHopper.html @@ -2,10 +2,10 @@ - + InfusedHopper (Slimefun4 - Javadocs) - + @@ -263,7 +263,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RainbowBlock.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RainbowBlock.html index d76640908..90b0da1be 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RainbowBlock.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RainbowBlock.html @@ -2,10 +2,10 @@ - + RainbowBlock (Slimefun4 - Javadocs) - + @@ -252,7 +252,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RepairedSpawner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RepairedSpawner.html index 0d3cf7bf3..5cf7a60ee 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RepairedSpawner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/RepairedSpawner.html @@ -2,10 +2,10 @@ - + RepairedSpawner (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/WitherProofBlock.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/WitherProofBlock.html index 2b04bd0e2..d63ab66a1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/WitherProofBlock.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/WitherProofBlock.html @@ -2,10 +2,10 @@ - + WitherProofBlock (Slimefun4 - Javadocs) - + @@ -257,7 +257,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/BlockPlacer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/BlockPlacer.html index eaf8d1593..2235e2b5b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/BlockPlacer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/BlockPlacer.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Composter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Composter.html index 0f4e06fdb..2bf38080e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Composter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Composter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Composter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Crucible.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Crucible.html index 66c3c3415..eeb4b39aa 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Crucible.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/Crucible.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.Crucible (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/EnhancedFurnace.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/EnhancedFurnace.html index 2a2f91c35..c40f31932 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/EnhancedFurnace.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/EnhancedFurnace.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.EnhancedFurnace (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/HologramProjector.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/HologramProjector.html index 4a1a1947d..0a68faacb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/HologramProjector.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/HologramProjector.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.HologramProjector (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/InfusedHopper.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/InfusedHopper.html index dec66698d..34d83f6a6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/InfusedHopper.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/InfusedHopper.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.InfusedHopper (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RainbowBlock.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RainbowBlock.html index 4ffb3b5ea..91af0c98b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RainbowBlock.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RainbowBlock.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.RainbowBlock (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RepairedSpawner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RepairedSpawner.html index 9a7706d79..23728cf12 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RepairedSpawner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/RepairedSpawner.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.RepairedSpawner (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/WitherProofBlock.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/WitherProofBlock.html index f8c450d82..8e686b4c0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/WitherProofBlock.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/class-use/WitherProofBlock.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.WitherProofBlock (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-frame.html index 352c19b28..8f70bda11 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.blocks (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-summary.html index 8c5cef0a0..3d4f15a96 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.blocks (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-tree.html index 3a6c9662c..bd814cc5d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.blocks Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-use.html index acba2de00..8f6c6b877 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.blocks (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AdvancedCargoOutputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AdvancedCargoOutputNode.html index e1ed89286..03b1f9b16 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AdvancedCargoOutputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/AdvancedCargoOutputNode.html @@ -2,10 +2,10 @@ - + AdvancedCargoOutputNode (Slimefun4 - Javadocs) - + @@ -218,7 +218,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoConnectorNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoConnectorNode.html index 1c25834e3..045a823eb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoConnectorNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoConnectorNode.html @@ -2,10 +2,10 @@ - + CargoConnectorNode (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoInputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoInputNode.html index f5891fa5c..89d4dd9d2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoInputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoInputNode.html @@ -2,10 +2,10 @@ - + CargoInputNode (Slimefun4 - Javadocs) - + @@ -218,7 +218,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html index fb867c653..d9973e071 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoManager.html @@ -2,10 +2,10 @@ - + CargoManager (Slimefun4 - Javadocs) - + @@ -238,7 +238,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoOutputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoOutputNode.html index ecba96942..f91f5420b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoOutputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/CargoOutputNode.html @@ -2,10 +2,10 @@ - + CargoOutputNode (Slimefun4 - Javadocs) - + @@ -218,7 +218,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/ReactorAccessPort.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/ReactorAccessPort.html index 853630834..7b7c40391 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/ReactorAccessPort.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/ReactorAccessPort.html @@ -2,10 +2,10 @@ - + ReactorAccessPort (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html index 2be8a28f9..56c57ad12 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/TrashCan.html @@ -2,10 +2,10 @@ - + TrashCan (Slimefun4 - Javadocs) - + @@ -262,7 +262,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/AdvancedCargoOutputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/AdvancedCargoOutputNode.html index 31c3904e5..fef6e6e4a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/AdvancedCargoOutputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/AdvancedCargoOutputNode.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.AdvancedCargoOutputNode (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoConnectorNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoConnectorNode.html index a5b920083..f3d168ade 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoConnectorNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoConnectorNode.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoConnectorNode (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoInputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoInputNode.html index 991c80b68..3769c0fbe 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoInputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoInputNode.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoInputNode (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoManager.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoManager.html index 4ef3cac78..a548952bc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoManager.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoManager.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoManager (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoOutputNode.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoOutputNode.html index a1e10125b..18af81b5c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoOutputNode.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/CargoOutputNode.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.CargoOutputNode (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/ReactorAccessPort.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/ReactorAccessPort.html index a0b62989d..fb277f82b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/ReactorAccessPort.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/ReactorAccessPort.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.ReactorAccessPort (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/TrashCan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/TrashCan.html index f53d84910..ad1f59adf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/TrashCan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/class-use/TrashCan.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.cargo.TrashCan (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-frame.html index 1734a8b35..ea41f6276 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-summary.html index ee0f3ef8f..a82e36333 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-tree.html index 1734be425..cf4be4307 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.cargo Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-use.html index 461b6a513..b958be66d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/cargo/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/EasterEgg.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/EasterEgg.html index c7e6d58c1..b125283e7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/EasterEgg.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/EasterEgg.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.EasterEgg (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/RadioactiveItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/RadioactiveItem.html index f2844b6fb..bc485a3bc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/RadioactiveItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/RadioactiveItem.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.RadioactiveItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/VanillaItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/VanillaItem.html index 910a12152..1e78a3615 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/VanillaItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/class-use/VanillaItem.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.VanillaItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html index 7843d4198..6e40765a9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html @@ -2,10 +2,10 @@ - + BasicCircuitBoard (Slimefun4 - Javadocs) - + @@ -236,7 +236,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html index 20a901fe2..abe8c48a3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/Capacitor.html @@ -2,10 +2,10 @@ - + Capacitor (Slimefun4 - Javadocs) - + @@ -264,7 +264,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/BasicCircuitBoard.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/BasicCircuitBoard.html index 17b611a86..45a25f578 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/BasicCircuitBoard.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/BasicCircuitBoard.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.BasicCircuitBoard (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/Capacitor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/Capacitor.html index 8d3d18c5f..6c3073e6f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/Capacitor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/class-use/Capacitor.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.Capacitor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/JetBoots.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/JetBoots.html index 7bfbaee90..ed965abb8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/JetBoots.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/JetBoots.html @@ -2,10 +2,10 @@ - + JetBoots (Slimefun4 - Javadocs) - + @@ -240,7 +240,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Jetpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Jetpack.html index 96842439a..893a85116 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Jetpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Jetpack.html @@ -2,10 +2,10 @@ - + Jetpack (Slimefun4 - Javadocs) - + @@ -240,7 +240,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html index 64a4b4a34..6bce87fde 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/MultiTool.html @@ -2,10 +2,10 @@ - + MultiTool (Slimefun4 - Javadocs) - + @@ -248,7 +248,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html index ea30ee4e5..ed9155242 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/Multimeter.html @@ -2,10 +2,10 @@ - + Multimeter (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html index cdac2bf6a..916fead09 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/SolarHelmet.html @@ -2,10 +2,10 @@ - + SolarHelmet (Slimefun4 - Javadocs) - + @@ -236,7 +236,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/JetBoots.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/JetBoots.html index 907ccc748..08186d868 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/JetBoots.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/JetBoots.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.JetBoots (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Jetpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Jetpack.html index 30f3520ff..4210920af 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Jetpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Jetpack.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.Jetpack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/MultiTool.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/MultiTool.html index 7ec9e344f..f77630819 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/MultiTool.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/MultiTool.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.MultiTool (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Multimeter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Multimeter.html index 92b838c8e..88c98948b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Multimeter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/Multimeter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.Multimeter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/SolarHelmet.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/SolarHelmet.html index 844d80241..e92c074e6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/SolarHelmet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/class-use/SolarHelmet.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.SolarHelmet (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-frame.html index 92a1b4458..c4322d053 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html index eecf11834..dc214f282 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-tree.html index 7677cd8a2..0446620ff 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-use.html index 468223947..7b99ad817 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/gadgets/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html index 9027f325d..d5deffff5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/BioGenerator.html @@ -2,10 +2,10 @@ - + BioGenerator (Slimefun4 - Javadocs) - + @@ -350,7 +350,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CoalGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CoalGenerator.html index c76aac8bc..a6e666afe 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CoalGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CoalGenerator.html @@ -2,10 +2,10 @@ - + CoalGenerator (Slimefun4 - Javadocs) - + @@ -350,7 +350,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CombustionGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CombustionGenerator.html index 5732e5e3c..23463bd90 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CombustionGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/CombustionGenerator.html @@ -2,10 +2,10 @@ - + CombustionGenerator (Slimefun4 - Javadocs) - + @@ -350,7 +350,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/LavaGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/LavaGenerator.html index c8dbebe44..679bee749 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/LavaGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/LavaGenerator.html @@ -2,10 +2,10 @@ - + LavaGenerator (Slimefun4 - Javadocs) - + @@ -350,7 +350,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html index 8eae3407f..210b049b3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/MagnesiumGenerator.html @@ -2,10 +2,10 @@ - + MagnesiumGenerator (Slimefun4 - Javadocs) - + @@ -350,7 +350,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.html index 5495a76dc..d14701900 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/SolarGenerator.html @@ -2,10 +2,10 @@ - + SolarGenerator (Slimefun4 - Javadocs) - + @@ -288,7 +288,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/BioGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/BioGenerator.html index 055604ce8..cd1f37cfd 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/BioGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/BioGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.BioGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CoalGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CoalGenerator.html index 4f200bfc9..51e8ca064 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CoalGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CoalGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CoalGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CombustionGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CombustionGenerator.html index 021730d15..1837ee28b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CombustionGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/CombustionGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.CombustionGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/LavaGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/LavaGenerator.html index 76f7335ac..764ecff84 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/LavaGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/LavaGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.LavaGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/MagnesiumGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/MagnesiumGenerator.html index f5c518f58..a7769d1a9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/MagnesiumGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/MagnesiumGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.MagnesiumGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/SolarGenerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/SolarGenerator.html index cdec8307f..9aa0a3375 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/SolarGenerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/class-use/SolarGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators.SolarGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-frame.html index 7bd83c490..7c6e35625 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-summary.html index 76bde922e..f80d21382 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-tree.html index 2af043d46..3e5578993 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-use.html index 7330bc645..2b00ec67e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/generators/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.html index 0ecd6e3e7..087018c5c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.html @@ -2,10 +2,10 @@ - + AnimalGrowthAccelerator (Slimefun4 - Javadocs) - + @@ -288,7 +288,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoAnvil.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoAnvil.html index d0aae6c72..5f300c4b0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoAnvil.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoAnvil.html @@ -2,10 +2,10 @@ - + AutoAnvil (Slimefun4 - Javadocs) - + @@ -305,7 +305,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoBreeder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoBreeder.html index d6cc958b7..3e1c5a39c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoBreeder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoBreeder.html @@ -2,10 +2,10 @@ - + AutoBreeder (Slimefun4 - Javadocs) - + @@ -293,7 +293,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.html index b9ab09a54..4e2a5502e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.html @@ -2,10 +2,10 @@ - + AutoDisenchanter (Slimefun4 - Javadocs) - + @@ -314,7 +314,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDrier.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDrier.html index ad0f76df9..3cbb54517 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDrier.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDrier.html @@ -2,10 +2,10 @@ - + AutoDrier (Slimefun4 - Javadocs) - + @@ -336,7 +336,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoEnchanter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoEnchanter.html index e45ec0fa5..f78eb1fa6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoEnchanter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoEnchanter.html @@ -2,10 +2,10 @@ - + AutoEnchanter (Slimefun4 - Javadocs) - + @@ -314,7 +314,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutomatedCraftingChamber.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutomatedCraftingChamber.html index 865c4f282..f0d6c8aad 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutomatedCraftingChamber.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutomatedCraftingChamber.html @@ -2,10 +2,10 @@ - + AutomatedCraftingChamber (Slimefun4 - Javadocs) - + @@ -292,7 +292,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CarbonPress.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CarbonPress.html index d44e85b6c..9446cf350 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CarbonPress.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CarbonPress.html @@ -2,10 +2,10 @@ - + CarbonPress (Slimefun4 - Javadocs) - + @@ -303,7 +303,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html index 921413a96..041a44949 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ChargingBench.html @@ -2,10 +2,10 @@ - + ChargingBench (Slimefun4 - Javadocs) - + @@ -314,7 +314,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CropGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CropGrowthAccelerator.html index ae7e81a5c..712052dff 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CropGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/CropGrowthAccelerator.html @@ -2,10 +2,10 @@ - + CropGrowthAccelerator (Slimefun4 - Javadocs) - + @@ -303,7 +303,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricDustWasher.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricDustWasher.html index 199944af4..7f997a566 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricDustWasher.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricDustWasher.html @@ -2,10 +2,10 @@ - + ElectricDustWasher (Slimefun4 - Javadocs) - + @@ -307,7 +307,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricFurnace.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricFurnace.html index 80f695067..492493842 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricFurnace.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricFurnace.html @@ -2,10 +2,10 @@ - + ElectricFurnace (Slimefun4 - Javadocs) - + @@ -295,7 +295,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html index c5ac9d062..f3d6dc6bc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.html @@ -2,10 +2,10 @@ - + ElectricGoldPan (Slimefun4 - Javadocs) - + @@ -322,7 +322,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotFactory.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotFactory.html index dd2fb8c06..1806bb126 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotFactory.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotFactory.html @@ -2,10 +2,10 @@ - + ElectricIngotFactory (Slimefun4 - Javadocs) - + @@ -296,7 +296,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotPulverizer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotPulverizer.html index 5eaf63c9f..cf727eefb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotPulverizer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricIngotPulverizer.html @@ -2,10 +2,10 @@ - + ElectricIngotPulverizer (Slimefun4 - Javadocs) - + @@ -332,7 +332,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricOreGrinder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricOreGrinder.html index 8ef659493..0e10e56c6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricOreGrinder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricOreGrinder.html @@ -2,10 +2,10 @@ - + ElectricOreGrinder (Slimefun4 - Javadocs) - + @@ -296,7 +296,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.html index b1f7cefef..56a017a97 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.html @@ -2,10 +2,10 @@ - + ElectricPress (Slimefun4 - Javadocs) - + @@ -303,7 +303,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricSmeltery.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricSmeltery.html index f2e7c110b..d58e4c8a7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricSmeltery.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricSmeltery.html @@ -2,10 +2,10 @@ - + ElectricSmeltery (Slimefun4 - Javadocs) - + @@ -309,7 +309,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectrifiedCrucible.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectrifiedCrucible.html index 61d5bb4e9..2dcee2f3b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectrifiedCrucible.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectrifiedCrucible.html @@ -2,10 +2,10 @@ - + ElectrifiedCrucible (Slimefun4 - Javadocs) - + @@ -295,7 +295,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/EnergyRegulator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/EnergyRegulator.html index 044fce210..7c7f22cf9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/EnergyRegulator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/EnergyRegulator.html @@ -2,10 +2,10 @@ - + EnergyRegulator (Slimefun4 - Javadocs) - + @@ -247,7 +247,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html index 829b8621b..7be02998f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FluidPump.html @@ -2,10 +2,10 @@ - + FluidPump (Slimefun4 - Javadocs) - + @@ -300,7 +300,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html index 9065ae833..ab19c0cde 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodComposter.html @@ -2,10 +2,10 @@ - + FoodComposter (Slimefun4 - Javadocs) - + @@ -303,7 +303,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html index 9f3b0d7a9..8cb0b5403 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/FoodFabricator.html @@ -2,10 +2,10 @@ - + FoodFabricator (Slimefun4 - Javadocs) - + @@ -295,7 +295,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Freezer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Freezer.html index 193dfe137..c450e2d5a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Freezer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Freezer.html @@ -2,10 +2,10 @@ - + Freezer (Slimefun4 - Javadocs) - + @@ -317,7 +317,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/HeatedPressureChamber.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/HeatedPressureChamber.html index 34498672c..912fb34e5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/HeatedPressureChamber.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/HeatedPressureChamber.html @@ -2,10 +2,10 @@ - + HeatedPressureChamber (Slimefun4 - Javadocs) - + @@ -323,7 +323,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Refinery.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Refinery.html index da1b7ea21..30dfd6f52 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Refinery.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Refinery.html @@ -2,10 +2,10 @@ - + Refinery (Slimefun4 - Javadocs) - + @@ -308,7 +308,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/TreeGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/TreeGrowthAccelerator.html index 3d303aebb..f46acd940 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/TreeGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/TreeGrowthAccelerator.html @@ -2,10 +2,10 @@ - + TreeGrowthAccelerator (Slimefun4 - Javadocs) - + @@ -302,7 +302,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/WitherAssembler.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/WitherAssembler.html index ac36ce593..28960d5b3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/WitherAssembler.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/WitherAssembler.html @@ -2,10 +2,10 @@ - + WitherAssembler (Slimefun4 - Javadocs) - + @@ -293,7 +293,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/XPCollector.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/XPCollector.html index b1b5c53ce..e237009af 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/XPCollector.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/XPCollector.html @@ -2,10 +2,10 @@ - + XPCollector (Slimefun4 - Javadocs) - + @@ -293,7 +293,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AnimalGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AnimalGrowthAccelerator.html index 453fe6f02..423aa0c36 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AnimalGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AnimalGrowthAccelerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AnimalGrowthAccelerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoAnvil.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoAnvil.html index 5c9468d4f..1c252f259 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoAnvil.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoAnvil.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoAnvil (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoBreeder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoBreeder.html index 9c355176d..f947665fc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoBreeder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoBreeder.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoBreeder (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDisenchanter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDisenchanter.html index ec9b7a17b..75dd29135 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDisenchanter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDisenchanter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDisenchanter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDrier.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDrier.html index e63c1a7f9..44945fd37 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDrier.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoDrier.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoDrier (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoEnchanter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoEnchanter.html index d40bed881..dc18ebe48 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoEnchanter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutoEnchanter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutoEnchanter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutomatedCraftingChamber.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutomatedCraftingChamber.html index 014352501..acfa1e8d5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutomatedCraftingChamber.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/AutomatedCraftingChamber.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.AutomatedCraftingChamber (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CarbonPress.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CarbonPress.html index ce98393d9..d3b79b373 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CarbonPress.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CarbonPress.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CarbonPress (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ChargingBench.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ChargingBench.html index d781eff12..96a29d26b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ChargingBench.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ChargingBench.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ChargingBench (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CropGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CropGrowthAccelerator.html index 054fc7746..e1f172ae3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CropGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/CropGrowthAccelerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.CropGrowthAccelerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricDustWasher.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricDustWasher.html index ba2cd92b8..3fd7b0b31 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricDustWasher.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricDustWasher.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricDustWasher (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricFurnace.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricFurnace.html index d6f7d259f..d9592955d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricFurnace.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricFurnace.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricFurnace (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricGoldPan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricGoldPan.html index 72ec62676..94be2d2b0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricGoldPan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricGoldPan.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotFactory.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotFactory.html index d80bdad54..6b6c99608 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotFactory.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotFactory.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotFactory (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotPulverizer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotPulverizer.html index 2588565fb..cc4633caf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotPulverizer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricIngotPulverizer.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricIngotPulverizer (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricOreGrinder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricOreGrinder.html index 0d1cf7dbd..99fee576e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricOreGrinder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricOreGrinder.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricOreGrinder (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricPress.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricPress.html index 9cd344772..bcd797e7c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricPress.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricPress.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricPress (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricSmeltery.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricSmeltery.html index 4712aa29d..6acd34b18 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricSmeltery.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectricSmeltery.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricSmeltery (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectrifiedCrucible.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectrifiedCrucible.html index 668c8d19f..1e9bd9762 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectrifiedCrucible.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/ElectrifiedCrucible.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectrifiedCrucible (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/EnergyRegulator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/EnergyRegulator.html index 1282cb216..ee1e9211d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/EnergyRegulator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/EnergyRegulator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.EnergyRegulator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FluidPump.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FluidPump.html index 6113177ed..f7df1d9b7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FluidPump.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FluidPump.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FluidPump (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodComposter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodComposter.html index 399b4f5c5..dc18dd9cf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodComposter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodComposter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodComposter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodFabricator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodFabricator.html index afd803f7b..19f7e0f4d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodFabricator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/FoodFabricator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.FoodFabricator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Freezer.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Freezer.html index 2cbf5c604..933438c8d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Freezer.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Freezer.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Freezer (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/HeatedPressureChamber.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/HeatedPressureChamber.html index a8f7bf716..a0d00db9f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/HeatedPressureChamber.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/HeatedPressureChamber.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.HeatedPressureChamber (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Refinery.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Refinery.html index 412d6eb44..827df691d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Refinery.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/Refinery.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.Refinery (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/TreeGrowthAccelerator.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/TreeGrowthAccelerator.html index 0cdb8178c..df0810d4b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/TreeGrowthAccelerator.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/TreeGrowthAccelerator.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/WitherAssembler.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/WitherAssembler.html index 9bdcb1d46..c2fae87e4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/WitherAssembler.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/WitherAssembler.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.WitherAssembler (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/XPCollector.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/XPCollector.html index 6650bcc10..812090855 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/XPCollector.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/class-use/XPCollector.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.XPCollector (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-frame.html index d3b9b6461..af2886f1d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-summary.html index 59fdb43d3..476e762ca 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-tree.html index 2f34fca7b..87ad7b0f1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-use.html index 94abc65f7..a893bdb68 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-frame.html index b0b95d4d0..1bbafd7d4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-summary.html index 33ef36c05..3ef63f2b5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-tree.html index e56293dfb..cd5153e64 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-use.html index d3fd6a5d5..97f964141 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.electric (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html index 5bc3588bd..71a61d319 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NetherStarReactor.html @@ -2,10 +2,10 @@ - + NetherStarReactor (Slimefun4 - Javadocs) - + @@ -377,7 +377,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NuclearReactor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NuclearReactor.html index e7d3d6a61..098c611fd 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NuclearReactor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/NuclearReactor.html @@ -2,10 +2,10 @@ - + NuclearReactor (Slimefun4 - Javadocs) - + @@ -378,7 +378,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NetherStarReactor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NetherStarReactor.html index 8e82069b2..5d3f34e41 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NetherStarReactor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NetherStarReactor.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NetherStarReactor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NuclearReactor.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NuclearReactor.html index 47fc6f5e2..561dc8a9d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NuclearReactor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/class-use/NuclearReactor.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NuclearReactor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-frame.html index e351d06ed..1f8806b60 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-summary.html index e52d2bad4..3f87ca1ec 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-tree.html index d3412ef64..d20ece7ab 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-use.html index 02a745769..18977b819 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html index ebe2da505..db68fdfea 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/BirthdayCake.html @@ -2,10 +2,10 @@ - + BirthdayCake (Slimefun4 - Javadocs) - + @@ -218,7 +218,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Cooler.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Cooler.html index a55d85f54..44f471673 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Cooler.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Cooler.html @@ -2,10 +2,10 @@ - + Cooler (Slimefun4 - Javadocs) - + @@ -242,7 +242,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html index 3353406db..64bf8d885 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/DietCookie.html @@ -2,10 +2,10 @@ - + DietCookie (Slimefun4 - Javadocs) - + @@ -259,7 +259,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/FortuneCookie.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/FortuneCookie.html index 9d7914991..b930f3a79 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/FortuneCookie.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/FortuneCookie.html @@ -2,10 +2,10 @@ - + FortuneCookie (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Juice.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Juice.html index f409e8e01..2b498497e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Juice.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/Juice.html @@ -2,10 +2,10 @@ - + Juice (Slimefun4 - Javadocs) - + @@ -226,7 +226,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html index fd6b5b6c6..ca5208d29 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MagicSugar.html @@ -2,10 +2,10 @@ - + MagicSugar (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html index 9da332a0c..86ec3a5a7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MeatJerky.html @@ -2,10 +2,10 @@ - + MeatJerky (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MonsterJerky.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MonsterJerky.html index d5929d9f0..c27e92e3f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MonsterJerky.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/MonsterJerky.html @@ -2,10 +2,10 @@ - + MonsterJerky (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/BirthdayCake.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/BirthdayCake.html index 9c7928b12..5fc098f80 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/BirthdayCake.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/BirthdayCake.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.BirthdayCake (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Cooler.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Cooler.html index 61da63ed6..6a7455e46 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Cooler.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Cooler.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.Cooler (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/DietCookie.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/DietCookie.html index 8918f057e..96cad85a8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/DietCookie.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/DietCookie.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.DietCookie (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/FortuneCookie.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/FortuneCookie.html index ba7c10d89..d40fa382e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/FortuneCookie.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/FortuneCookie.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.FortuneCookie (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Juice.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Juice.html index 1621d2408..3fe424624 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Juice.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/Juice.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.Juice (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MagicSugar.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MagicSugar.html index 1c5c4014e..0a43a9d01 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MagicSugar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MagicSugar.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.MagicSugar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MeatJerky.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MeatJerky.html index f8d13086b..fe0fd7a94 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MeatJerky.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MeatJerky.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.MeatJerky (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MonsterJerky.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MonsterJerky.html index 98abaa7a0..a1743e7fb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MonsterJerky.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/class-use/MonsterJerky.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.food.MonsterJerky (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-frame.html index d319fb903..c1a8c8723 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.food (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-summary.html index de6a08f12..4c7096f38 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.food (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-tree.html index be578f3c6..a58732726 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.food Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-use.html index 444438d5f..1423dcf85 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/food/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.food (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.html index d549efb57..d2ac17f10 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.html @@ -2,10 +2,10 @@ - + GEOMiner (Slimefun4 - Javadocs) - + @@ -339,7 +339,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOScanner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOScanner.html index 8793c7901..3e043794a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOScanner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOScanner.html @@ -2,10 +2,10 @@ - + GEOScanner (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/OilPump.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/OilPump.html index 7c8fedaf5..e732fcb95 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/OilPump.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/OilPump.html @@ -2,10 +2,10 @@ - + OilPump (Slimefun4 - Javadocs) - + @@ -308,7 +308,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html index e5b376ca3..793757484 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/PortableGEOScanner.html @@ -2,10 +2,10 @@ - + PortableGEOScanner (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOMiner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOMiner.html index 786bf0ab4..338eaf3fb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOMiner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOMiner.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOScanner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOScanner.html index fedb592c9..ef3c10876 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOScanner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/GEOScanner.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOScanner (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/OilPump.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/OilPump.html index 032852e6a..c43549b9a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/OilPump.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/OilPump.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.geo.OilPump (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/PortableGEOScanner.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/PortableGEOScanner.html index 2443cfdcd..5f191c1a7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/PortableGEOScanner.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/class-use/PortableGEOScanner.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.geo.PortableGEOScanner (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-frame.html index e358c7c49..65c74fbe5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.geo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-summary.html index 241448b85..ed6d85f6e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.geo (Slimefun4 - Javadocs) - + @@ -103,6 +103,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

    Package io.github.thebusybiscuit.slimefun4.implementation.items.geo

    +
    +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API. + The most prominent example of this being the + GEOScanner and the + GEOMiner.
    +
    + + +
    + +
    + + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          TalismanEnchantment

          +
          public TalismanEnchantment​(Enchantment enchantment,
          +                           int level)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getEnchantment

          +
          public Enchantment getEnchantment​()
          +
        • +
        + + + +
          +
        • +

          getLevel

          +
          public int getLevel​()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    + + + + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html new file mode 100644 index 000000000..cdbfb94e5 --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.html @@ -0,0 +1,409 @@ + + + + + +MagicianTalisman (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    + +
    + +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Placeable
      +
      +
      +
      +
      public class MagicianTalisman
      +extends Talisman
      +
    • +
    +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundBackpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundBackpack.html index 203e359bb..32b84164b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundBackpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundBackpack.html @@ -2,10 +2,10 @@ - + SoulboundBackpack (Slimefun4 - Javadocs) - + @@ -55,7 +55,7 @@ var pathtoroot = "../../../../../../../";loadScripts(document, 'script'); @@ -192,6 +198,11 @@ implements onDisconnect​(PlayerQuitEvent e)   + +void +onKick​(PlayerKickEvent e) +  + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html index e823c77d6..8f9e9f5a2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.html @@ -2,10 +2,10 @@ - + ChestMenuUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html index d6a9eba53..a58b680b5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/FireworkUtils.html @@ -2,10 +2,10 @@ - + FireworkUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html b/docs/io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html index ab85e5812..e56b964c2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/LoreBuilder.html @@ -2,10 +2,10 @@ - + LoreBuilder (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html index 8e10abcee..4c984caf0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.html @@ -2,10 +2,10 @@ - + NumberUtils (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":9,"i1":9,"i2":9,"i3":9}; +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -167,16 +167,21 @@ extends   +static ChatColor +getColorFromPercentage​(float percentage) +  + + static String getTimeLeft​(int seconds)   - + static Date parseGitHubDate​(String date)   - + static String timeDelta​(Date date)   @@ -223,6 +228,15 @@ extends Date parseGitHubDate​(String date) + + + +
      +
    • +

      getColorFromPercentage

      +
      public static ChatColor getColorFromPercentage​(float percentage)
      +
    • +
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html index 62ac55031..e7afec894 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.html @@ -2,10 +2,10 @@ - + PatternUtils (Slimefun4 - Javadocs) - + @@ -165,24 +165,34 @@ extends static Pattern -ASCII +ALPHANUMERIC   static Pattern -COMMA +ASCII   static Pattern -DASH +COMMA   static Pattern +DASH +  + + +static Pattern HASH   + +static Pattern +NUMERIC +  + static Pattern SEMICOLON @@ -275,12 +285,30 @@ extends -
      +
      • ASCII

        public static final Pattern ASCII
      + + + +
        +
      • +

        ALPHANUMERIC

        +
        public static final Pattern ALPHANUMERIC
        +
      • +
      + + + +
        +
      • +

        NUMERIC

        +
        public static final Pattern NUMERIC
        +
      • +
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html index b543a8ad3..5a790d718 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/SlimefunUtils.html @@ -2,10 +2,10 @@ - + SlimefunUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChatUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChatUtils.html index 6cb142e32..a07d46112 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChatUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChatUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.ChatUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChestMenuUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChestMenuUtils.html index 301969513..aa529d17e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChestMenuUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/ChestMenuUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/FireworkUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/FireworkUtils.html index 4509bfcc3..e46d7080b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/FireworkUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/FireworkUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.FireworkUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/LoreBuilder.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/LoreBuilder.html index 66caded08..0b7a2efa9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/LoreBuilder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/LoreBuilder.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.LoreBuilder (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/NumberUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/NumberUtils.html index 977abc81a..f94fec5fe 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/NumberUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/NumberUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.NumberUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/PatternUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/PatternUtils.html index 16afc2286..7a2f22142 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/PatternUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/PatternUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.PatternUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/SlimefunUtils.html b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/SlimefunUtils.html index bdd97e013..6b445e226 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/SlimefunUtils.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/class-use/SlimefunUtils.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html index 313b0fda6..ab926d70b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/ReactorHologram.html @@ -2,10 +2,10 @@ - + ReactorHologram (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html index 6723d8d24..0dca8dcb0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.html @@ -2,10 +2,10 @@ - + SimpleHologram (Slimefun4 - Javadocs) - + @@ -141,6 +141,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    public final class SimpleHologram
     extends Object
    +
    This utility class provides a few static methods for modifying a simple Text-based Hologram.
    +
    +
    Author:
    +
    TheBusyBiscuit
    +
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/ReactorHologram.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/ReactorHologram.html index 54ca53457..a059b2731 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/ReactorHologram.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/ReactorHologram.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.holograms.ReactorHologram (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/SimpleHologram.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/SimpleHologram.html index 510a6b109..82d7fc7b8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/SimpleHologram.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/class-use/SimpleHologram.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.holograms.SimpleHologram (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-frame.html index d6a0c1271..b98648e30 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.holograms (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html index 93cab96b1..d1b8eb0ab 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.holograms (Slimefun4 - Javadocs) - + @@ -103,6 +103,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

    Package io.github.thebusybiscuit.slimefun4.utils.holograms

    +
    +
    This package contains a few utility classes that handle holograms in Slimefun.
    +
    • @@ -118,7 +121,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - +
      SimpleHologram  +
      This utility class provides a few static methods for modifying a simple Text-based Hologram.
      +
      diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-tree.html index 5a54c3c90..4ecf5c722 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.holograms Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-use.html index 000e63011..31684532f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/holograms/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.utils.holograms (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/ColoredFireworkStar.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/ColoredFireworkStar.html index 03950b9d9..dbf1f5e9e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/ColoredFireworkStar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/ColoredFireworkStar.html @@ -2,10 +2,10 @@ - + ColoredFireworkStar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/class-use/ColoredFireworkStar.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/class-use/ColoredFireworkStar.html index fd5286bb3..9af3bb5a7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/class-use/ColoredFireworkStar.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/class-use/ColoredFireworkStar.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.utils.itemstack.ColoredFireworkStar (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-frame.html index 76a9f87c1..8d34e3c7a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.itemstack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-summary.html index e1963fef5..4c8c6436a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.itemstack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-tree.html index eaae25094..f3cac48c3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils.itemstack Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-use.html index b926704bb..845b2da9b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/itemstack/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.utils.itemstack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/utils/package-frame.html index aa9cc147c..94a96dbcc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/utils/package-summary.html index e53f4fff1..956cd7389 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils (Slimefun4 - Javadocs) - + @@ -118,7 +118,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); ChatUtils -  + +
      This utility class contains a few static methods that are all about String manipulation + or sending a String to a Player.
      + ChestMenuUtils diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/utils/package-tree.html index 8f2601347..ff0472e36 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.utils Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/utils/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/utils/package-use.html index 1fb7b1907..5d577faf2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/utils/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/utils/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.utils (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/Categories.html b/docs/me/mrCookieSlime/Slimefun/Lists/Categories.html index d91b846b7..fb9367f87 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/Categories.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/Categories.html @@ -2,10 +2,10 @@ - + Categories (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/RecipeType.html b/docs/me/mrCookieSlime/Slimefun/Lists/RecipeType.html index 61582fe7b..2bd06a3c4 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/RecipeType.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/RecipeType.html @@ -2,10 +2,10 @@ - + RecipeType (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html b/docs/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html index 3072d4b35..251b0222c 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.html @@ -2,10 +2,10 @@ - + SlimefunItems (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/Categories.html b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/Categories.html index 1c4ac7e41..375f69410 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/Categories.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/Categories.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Lists.Categories (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/RecipeType.html b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/RecipeType.html index dd9718f6a..fb4316aad 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/RecipeType.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/RecipeType.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Lists.RecipeType (Slimefun4 - Javadocs) - + @@ -200,7 +200,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/SlimefunItems.html b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/SlimefunItems.html index b2518363c..c85deccb0 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/class-use/SlimefunItems.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/class-use/SlimefunItems.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Lists.SlimefunItems (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Lists/package-frame.html index 7b7ff1281..0eb3ee2d6 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Lists (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Lists/package-summary.html index da04f007e..03a6fbef0 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Lists (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Lists/package-tree.html index 1451598da..a0e8db342 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Lists Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Lists/package-use.html b/docs/me/mrCookieSlime/Slimefun/Lists/package-use.html index 70613286e..0b0b5dc3e 100644 --- a/docs/me/mrCookieSlime/Slimefun/Lists/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Lists/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.Lists (Slimefun4 - Javadocs) - + @@ -200,7 +200,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/Category.html b/docs/me/mrCookieSlime/Slimefun/Objects/Category.html index 000dfc171..c9d05a04e 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/Category.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/Category.html @@ -2,10 +2,10 @@ - + Category (Slimefun4 - Javadocs) - + @@ -143,7 +143,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      Direct Known Subclasses:
      -
      LockedCategory, SeasonalCategory
      +
      FlexCategory, LockedCategory, SeasonalCategory


      diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/LockedCategory.html b/docs/me/mrCookieSlime/Slimefun/Objects/LockedCategory.html index a97d7c72f..c964ad7f6 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/LockedCategory.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/LockedCategory.html @@ -2,10 +2,10 @@ - + LockedCategory (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/Research.html b/docs/me/mrCookieSlime/Slimefun/Objects/Research.html index 3ee77ecbe..433f2c885 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/Research.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/Research.html @@ -2,10 +2,10 @@ - + Research (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunBlockHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunBlockHandler.html index 6a9c419c0..7e1bf5139 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunBlockHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunBlockHandler.html @@ -2,10 +2,10 @@ - + SlimefunBlockHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html index 7fc6fa322..b6d7ab82a 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ChargableItem.html @@ -2,10 +2,10 @@ - + ChargableItem (Slimefun4 - Javadocs) - + @@ -221,7 +221,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn
    • +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn
    diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/HandledBlock.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/HandledBlock.html index 9ba40704e..8df1505dc 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/HandledBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/HandledBlock.html @@ -2,10 +2,10 @@ - + HandledBlock (Slimefun4 - Javadocs) - + @@ -223,7 +223,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html index aee586620..b737a8485 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.html @@ -2,10 +2,10 @@ - + ItemState (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html index b3a653350..6a66b5a25 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SimpleSlimefunItem.html @@ -2,10 +2,10 @@ - + SimpleSlimefunItem (Slimefun4 - Javadocs) - + @@ -274,7 +274,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html index abe163455..5b11698b7 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.html @@ -2,10 +2,10 @@ - + SlimefunItem (Slimefun4 - Javadocs) - + @@ -27,8 +27,8 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":9,"i18":10,"i19":10,"i20":10,"i21":9,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":9,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10}; -var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":9,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":41,"i17":10,"i18":10,"i19":10,"i20":9,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":9,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -290,7 +290,7 @@ implements -All Methods Static Methods Instance Methods Concrete Methods  +All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods  Modifier and Type Method @@ -318,11 +318,6 @@ implements -void -bindToResearch​(Research r) -  - - <T extends ItemHandler>
    boolean
    callItemHandler​(Class<T> c, Consumer<T> callable) @@ -331,7 +326,7 @@ implements Consumer.
    - + void error​(String message, Throwable throwable) @@ -340,7 +335,7 @@ implements SlimefunItem. - + SlimefunAddon getAddon​() @@ -348,22 +343,22 @@ implements SlimefunItem. - + BlockTicker getBlockTicker​()   - + static SlimefunItem getByID​(String id)   - + static SlimefunItem getByItem​(ItemStack item)   - + Category getCategory​() @@ -371,48 +366,53 @@ implements Category. - + Collection<ItemStack> getDrops​()   - + Collection<ItemStack> getDrops​(Player p)   - + GeneratorTicker getEnergyTicker​()   - + Collection<ItemHandler> getHandlers​()
    This method returns a Set of item handlers associated with this Item.
    - + String getID​()
    Returns the identifier of this SlimefunItem.
    - + ItemStack getItem​()
    This returns the ItemStack of this SlimefunItem.
    - + static ItemStack getItem​(String id) -  + +
    Deprecated.  +
    Please use getByID(String) to obtain the SlimefunItem and then get the ItemStack + from that.
    +
    + - + String getItemName​() @@ -420,7 +420,7 @@ implements ItemStack in an Inventory). - + <T> Optional<ItemSetting<T>> getItemSetting​(String key, Class<T> c) @@ -429,43 +429,43 @@ implements + Set<ItemSetting<?>> getItemSettings​()
    This returns a Set containing all instances of ItemSetting for this SlimefunItem.
    - + static Set<ItemHandler> getPublicItemHandlers​(Class<? extends ItemHandler> identifier)   - + ItemStack[] getRecipe​()   - + ItemStack getRecipeOutput​()
    This method returns the result of crafting this SlimefunItem
    - + RecipeType getRecipeType​()   - + Research getResearch​()
    This method returns the Research this SlimefunItem is linked to.
    - + ItemState getState​() @@ -473,33 +473,33 @@ implements + Optional<String> getWikipage​()
    This method returns the wiki page that has been asigned to this item.
    - + void info​(String message)   - + boolean isAddonItem​()
    This method returns whether this SlimefunItem was added by an addon.
    - + boolean isDisabled​()
    This method returns whether this SlimefunItem is disabled.
    - + boolean isDisenchantable​() @@ -507,7 +507,7 @@ implements AutoDisenchanter. - + boolean isEnchantable​() @@ -515,7 +515,7 @@ implements AutoEnchanter. - + boolean isHidden​() @@ -523,7 +523,7 @@ implements SlimefunGuide. - + boolean isItem​(ItemStack item) @@ -531,14 +531,14 @@ implements SlimefunItem. - + boolean isTicking​()
    This returns whether or not we are scheduling a ticking task for this block.
    - + boolean isUseableInWorkbench​() @@ -546,62 +546,69 @@ implements + void load​()
    This method is used for internal purposes only.
    - + void postRegister​()
    This method is called after register(SlimefunAddon).
    - + void preRegister​()
    This method is called before register(SlimefunAddon).
    - + void register​(SlimefunAddon addon)
    This method registers this SlimefunItem.
    - + static void registerBlockHandler​(String id, SlimefunBlockHandler handler)   - + void setCategory​(Category category)   - + void setRecipe​(ItemStack[] recipe)   - + void setRecipeOutput​(ItemStack output)
    This method will set the result of crafting this SlimefunItem.
    - + void setRecipeType​(RecipeType type)   + +void +setResearch​(Research research) + +
    This method will set the Research of this SlimefunItem.
    + + SlimefunItem setUseableInWorkbench​(boolean useable) @@ -1102,13 +1109,20 @@ implements + @@ -1275,7 +1289,7 @@ implements
  • addOficialWikipage

    -
    public void addOficialWikipage​(String page)
    +
    public final void addOficialWikipage​(String page)
    This method will assign the given wiki page to this Item. Note that you only need to provide the page name itself, the URL to our wiki is prepended automatically.
    @@ -1449,6 +1463,25 @@ implements SlimefunItem getByID​(String id)
  • + + + +
      +
    • +

      getItem

      +
      @Deprecated
      +public static ItemStack getItem​(String id)
      +
      Deprecated. Please use getByID(String) to obtain the SlimefunItem and then get the ItemStack + from that.
      +
      This gets an ItemStack from the SlimefunItem with that id.
      +
      +
      Parameters:
      +
      id - the item id
      +
      Returns:
      +
      The item
      +
      +
    • +
    @@ -1458,15 +1491,6 @@ implements SlimefunItem getByItem​(ItemStack item) - - - - diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html index 1588525a3..34a9fd313 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunMachine.html @@ -2,10 +2,10 @@ - + SlimefunMachine (Slimefun4 - Javadocs) - + @@ -318,7 +318,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, preRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason.html index 5b79bba36..f1d1ae69d 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/UnregisterReason.html @@ -2,10 +2,10 @@ - + UnregisterReason (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html index 0a8fe28fd..435d28f99 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.html @@ -2,10 +2,10 @@ - + AContainer (Slimefun4 - Javadocs) - + @@ -400,7 +400,7 @@ implements SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html index 9a55c8b11..8f07b27a7 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.html @@ -2,10 +2,10 @@ - + AGenerator (Slimefun4 - Javadocs) - + @@ -376,7 +376,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html index 5a167aa53..dbb974007 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AReactor.html @@ -2,10 +2,10 @@ - + AReactor (Slimefun4 - Javadocs) - + @@ -428,7 +428,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, load, postRegister, register, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html index f133b96fc..be1cf4a2a 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineFuel.html @@ -2,10 +2,10 @@ - + MachineFuel (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html index 036634607..2fa617ea6 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/MachineRecipe.html @@ -2,10 +2,10 @@ - + MachineRecipe (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AContainer.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AContainer.html index 591a2ae4b..16a9a766f 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AContainer.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AContainer.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer (Slimefun4 - Javadocs) - + @@ -118,7 +118,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AGenerator.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AGenerator.html index 70b2440f0..7159f1b1e 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AGenerator.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AGenerator.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AGenerator (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AReactor.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AReactor.html index 80e206932..6f49165ec 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AReactor.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/AReactor.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AReactor (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineFuel.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineFuel.html index 559635113..ee1131fc3 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineFuel.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineFuel.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineRecipe.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineRecipe.html index 494cf8fb6..2822f4e26 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineRecipe.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/class-use/MachineRecipe.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-frame.html index b84c7f520..7e7cc9293 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-summary.html index e126fcb75..f22e7fb36 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-tree.html index e41032b43..f86b86049 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-use.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-use.html index e7b222153..8266d9be7 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems (Slimefun4 - Javadocs) - + @@ -139,7 +139,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ChargableItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ChargableItem.html index d579a0147..39798aaff 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ChargableItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ChargableItem.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.ChargableItem (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/HandledBlock.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/HandledBlock.html index 9db8ed29d..5d2c02f66 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/HandledBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/HandledBlock.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.HandledBlock (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ItemState.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ItemState.html index c38b5a3c4..838bfb935 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ItemState.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/ItemState.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.ItemState (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SimpleSlimefunItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SimpleSlimefunItem.html index 0ecaccd5a..b6d775707 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SimpleSlimefunItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SimpleSlimefunItem.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem (Slimefun4 - Javadocs) - + @@ -161,7 +161,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunItem.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunItem.html index c42a79b80..6e69b7e1b 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunItem.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunItem.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem (Slimefun4 - Javadocs) - + @@ -135,7 +135,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.api.items -  + +
    This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
    + io.github.thebusybiscuit.slimefun4.core @@ -145,54 +149,62 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); +io.github.thebusybiscuit.slimefun4.core.categories + +
    This package stores API classes that are centered around the extension of the + Category class, such as + SeasonalCategory for example.
    + + + io.github.thebusybiscuit.slimefun4.core.guide
    This package contains the core system for the SlimefunGuide.
    - + io.github.thebusybiscuit.slimefun4.core.services
    This package provides a few "Services" that Slimefun uses.
    - + io.github.thebusybiscuit.slimefun4.implementation.guide
    This package provides the different implementations of our SlimefunGuide
    - + io.github.thebusybiscuit.slimefun4.implementation.items
    This package contains the different classes for each SlimefunItem
    - + io.github.thebusybiscuit.slimefun4.implementation.items.altar
    This package holds the SlimefunItem implementations related to the AncientAltar.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.androids
    This package holds implementations of SlimefunItem that are related to the ProgrammableAndroid.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.armor   - + io.github.thebusybiscuit.slimefun4.implementation.items.blocks   - + io.github.thebusybiscuit.slimefun4.implementation.items.cargo
    This package provides the different implementations of @@ -201,7 +213,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); notably: Cargo Nodes.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.electric
    This package contains the different implementations of @@ -209,7 +221,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); EnergyNetComponent
    - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
    This package holds implementations of SlimefunItem @@ -218,71 +230,74 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SolarHelmet
    - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
    This package contains the different implementations of AGenerator.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines   - + io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
    This package contains the different implementations of AReactor.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.food
    This package holds implementations of SlimefunItem that are related to food.
    - -io.github.thebusybiscuit.slimefun4.implementation.items.geo -  - +io.github.thebusybiscuit.slimefun4.implementation.items.geo + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + + + io.github.thebusybiscuit.slimefun4.implementation.items.gps
    This package holds implementations of SlimefunItem that are related to the GPSNetwork.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.magical
    This package holds implementations of SlimefunItem that are considered magical items.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.medical
    This package holds implementations of SlimefunItem that are related to healing yourself.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
    This package contains all the different implementations of MultiBlockMachine
    - + io.github.thebusybiscuit.slimefun4.implementation.items.tools
    This package holds implementations of SlimefunItem that are tools.
    - + io.github.thebusybiscuit.slimefun4.implementation.items.weapons
    This package holds implementations of SlimefunItem @@ -290,39 +305,39 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SlimefunBow for example.
    - + me.mrCookieSlime.Slimefun.api   - + me.mrCookieSlime.Slimefun.api.inventory   - + me.mrCookieSlime.Slimefun.Lists   - + me.mrCookieSlime.Slimefun.Objects   - + me.mrCookieSlime.Slimefun.Objects.handlers   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces   - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks   @@ -545,6 +560,43 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • +
    + + +

    Uses of SlimefunItem in io.github.thebusybiscuit.slimefun4.core.categories

    + + + + + + + + + + + + + + +
    Methods in io.github.thebusybiscuit.slimefun4.core.categories that return types with arguments of type SlimefunItem 
    Modifier and TypeMethodDescription
    List<SlimefunItem>FlexCategory.getItems​() 
    + + + + + + + + + + + + + + +
    Methods in io.github.thebusybiscuit.slimefun4.core.categories with parameters of type SlimefunItem 
    Modifier and TypeMethodDescription
    voidFlexCategory.add​(SlimefunItem item) 
    +
    +
  • +
  • @@ -578,6 +630,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); boolean addToHistory)   + +default void +SlimefunGuideImplementation.unlockItem​(Player p, + SlimefunItem sfitem, + Runnable callback) +  +
    @@ -606,6 +665,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SlimefunItem item)
      + +boolean +PerWorldSettingsService.isEnabled​(World world, + SlimefunItem item) + +
    This method checks whether the given SlimefunItem is enabled in the given World.
    + + @@ -1447,17 +1514,22 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + + + + + + - + - + - + - + - + - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunMachine.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunMachine.html index 98088bebe..6e638b2aa 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunMachine.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/SlimefunMachine.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/UnregisterReason.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/UnregisterReason.html index cf899dad2..4d77d35f6 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/UnregisterReason.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/class-use/UnregisterReason.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html index 71b79c02a..157ea2238 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.html @@ -2,10 +2,10 @@ - +InventoryBlock (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/NotPlaceable.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/NotPlaceable.html index 9c99d766b..8ac7c777c 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/NotPlaceable.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/NotPlaceable.html @@ -2,10 +2,10 @@ - +NotPlaceable (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/InventoryBlock.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/InventoryBlock.html index a6d22f058..5020b6c76 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/InventoryBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/InventoryBlock.html @@ -2,10 +2,10 @@ - +Uses of Interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock (Slimefun4 - Javadocs) - + @@ -148,7 +148,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/NotPlaceable.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/NotPlaceable.html index 3ed9f639f..6aec10cf5 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/NotPlaceable.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/class-use/NotPlaceable.html @@ -2,10 +2,10 @@ - +Uses of Interface me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.NotPlaceable (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-frame.html index 090d3bc68..6b0c967c0 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-frame.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-summary.html index 99488d109..70ab12787 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-summary.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-tree.html index 8a5886bfb..c6f870748 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-tree.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-use.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-use.html index 677df46e9..c74bbd0ee 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces (Slimefun4 - Javadocs) - + @@ -155,7 +155,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html index 6338696fe..9ee83ce38 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine.html @@ -2,10 +2,10 @@ - +MultiBlockMachine (Slimefun4 - Javadocs) - + @@ -294,7 +294,7 @@ extends SlimefunItem -addItemHandler, addItemSetting, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, preRegister, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setUseableInWorkbench, toString, warn +addItemHandler, addItemSetting, addOficialWikipage, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, getItemSetting, getItemSettings, getPublicItemHandlers, getRecipe, getRecipeOutput, getRecipeType, getResearch, getState, getWikipage, info, isAddonItem, isDisabled, isDisenchantable, isEnchantable, isHidden, isItem, isTicking, isUseableInWorkbench, preRegister, registerBlockHandler, setCategory, setRecipe, setRecipeOutput, setRecipeType, setResearch, setUseableInWorkbench, toString, warn - + @@ -145,54 +149,62 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -414,6 +429,23 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    class SoulboundBackpackMagicianTalisman  
    class SoulboundBackpack 
    class  SoulboundItem
    Represents an Item that will not drop on death.
    class  SoulboundRune @@ -1465,29 +1537,29 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SoulboundItem.
    class  StormStaff
    This SlimefunItem casts a LightningStrike where you are pointing.
    class  Talisman  
    class  TelepositionScroll  
    class  WaterStaff  
    class  WindStaff  
    io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    +
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
    io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    +
    io.github.thebusybiscuit.slimefun4.implementation.items.gps
    io.github.thebusybiscuit.slimefun4.api.items  +
    This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
    +
    io.github.thebusybiscuit.slimefun4.core
    io.github.thebusybiscuit.slimefun4.core.categories +
    This package stores API classes that are centered around the extension of the + Category class, such as + SeasonalCategory for example.
    +
    io.github.thebusybiscuit.slimefun4.core.guide
    This package contains the core system for the SlimefunGuide.
    io.github.thebusybiscuit.slimefun4.core.services
    This package provides a few "Services" that Slimefun uses.
    io.github.thebusybiscuit.slimefun4.implementation.guide
    This package provides the different implementations of our SlimefunGuide
    io.github.thebusybiscuit.slimefun4.implementation.items
    This package contains the different classes for each SlimefunItem
    io.github.thebusybiscuit.slimefun4.implementation.items.altar
    This package holds the SlimefunItem implementations related to the AncientAltar.
    io.github.thebusybiscuit.slimefun4.implementation.items.androids
    This package holds implementations of SlimefunItem that are related to the ProgrammableAndroid.
    io.github.thebusybiscuit.slimefun4.implementation.items.armor  
    io.github.thebusybiscuit.slimefun4.implementation.items.blocks  
    io.github.thebusybiscuit.slimefun4.implementation.items.cargo
    This package provides the different implementations of @@ -201,7 +213,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); notably: Cargo Nodes.
    io.github.thebusybiscuit.slimefun4.implementation.items.electric
    This package contains the different implementations of @@ -209,7 +221,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); EnergyNetComponent
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
    This package holds implementations of SlimefunItem @@ -218,71 +230,74 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SolarHelmet
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
    This package contains the different implementations of AGenerator.
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines  
    io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
    This package contains the different implementations of AReactor.
    io.github.thebusybiscuit.slimefun4.implementation.items.food
    This package holds implementations of SlimefunItem that are related to food.
    io.github.thebusybiscuit.slimefun4.implementation.items.geo 
    io.github.thebusybiscuit.slimefun4.implementation.items.geo +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    +
    io.github.thebusybiscuit.slimefun4.implementation.items.gps
    This package holds implementations of SlimefunItem that are related to the GPSNetwork.
    io.github.thebusybiscuit.slimefun4.implementation.items.magical
    This package holds implementations of SlimefunItem that are considered magical items.
    io.github.thebusybiscuit.slimefun4.implementation.items.medical
    This package holds implementations of SlimefunItem that are related to healing yourself.
    io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
    This package contains all the different implementations of MultiBlockMachine
    io.github.thebusybiscuit.slimefun4.implementation.items.tools
    This package holds implementations of SlimefunItem that are tools.
    io.github.thebusybiscuit.slimefun4.implementation.items.weapons
    This package holds implementations of SlimefunItem @@ -290,39 +305,39 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SlimefunBow for example.
    me.mrCookieSlime.Slimefun.Lists  
    me.mrCookieSlime.Slimefun.Objects  
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem  
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems  
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces  
    me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks  
    me.mrCookieSlime.Slimefun.Objects.handlers  
    me.mrCookieSlime.Slimefun.api  
    me.mrCookieSlime.Slimefun.api.inventory  
  • +
  • + + + + + + + + + + + + + + +
    Classes in me.mrCookieSlime.Slimefun.Objects.SlimefunItem used by io.github.thebusybiscuit.slimefun4.core.categories 
    ClassDescription
    SlimefunItem 
    +
  • diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Category.html b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Category.html index 627075440..fd0d822a0 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Category.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Category.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.Category (Slimefun4 - Javadocs) - + @@ -222,7 +222,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps @@ -322,6 +325,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); class  +FlexCategory + +
    A FlexCategory is a Category inside the SlimefunGuide that can + be completely modified.
    + + + +class  SeasonalCategory
    Represents a Category that is only displayed in the Guide during diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/LockedCategory.html b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/LockedCategory.html index 7addea5f8..54405b952 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/LockedCategory.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/LockedCategory.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.LockedCategory (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Research.html b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Research.html index b9c9e48be..479072c03 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Research.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/Research.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.Research (Slimefun4 - Javadocs) - + @@ -358,8 +358,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); void -SlimefunItem.bindToResearch​(Research r) -  +SlimefunItem.setResearch​(Research research) + +
    This method will set the Research of this SlimefunItem.
    + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/SlimefunBlockHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/SlimefunBlockHandler.html index 61b2c520b..4b5798626 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/class-use/SlimefunBlockHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/class-use/SlimefunBlockHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.SlimefunBlockHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html index 0289f3f64..a3b522e9d 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockBreakHandler.html @@ -2,10 +2,10 @@ - + BlockBreakHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockDispenseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockDispenseHandler.html index 7b9411305..ff9d4e4f6 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockDispenseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockDispenseHandler.html @@ -2,10 +2,10 @@ - + BlockDispenseHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockPlaceHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockPlaceHandler.html index ee9148a67..02b9c364b 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockPlaceHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockPlaceHandler.html @@ -2,10 +2,10 @@ - + BlockPlaceHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockTicker.html index 49f5a4d23..6a648f174 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockTicker.html @@ -2,10 +2,10 @@ - + BlockTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockUseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockUseHandler.html index 8b73b3975..af8e4a288 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockUseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BlockUseHandler.html @@ -2,10 +2,10 @@ - + BlockUseHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BowShootHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BowShootHandler.html index bd7c69100..13d459e32 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BowShootHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/BowShootHandler.html @@ -2,10 +2,10 @@ - + BowShootHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html index 9609c8e98..79d8ab533 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/EntityKillHandler.html @@ -2,10 +2,10 @@ - + EntityKillHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/GeneratorTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/GeneratorTicker.html index 11bddbd53..a79bd9ced 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/GeneratorTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/GeneratorTicker.html @@ -2,10 +2,10 @@ - + GeneratorTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemConsumptionHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemConsumptionHandler.html index 16996a39f..8485134c8 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemConsumptionHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemConsumptionHandler.html @@ -2,10 +2,10 @@ - + ItemConsumptionHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemDropHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemDropHandler.html index 34d5a42b3..5a59b0c0f 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemDropHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemDropHandler.html @@ -2,10 +2,10 @@ - + ItemDropHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html index 640168c74..af920fd3f 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemHandler.html @@ -2,10 +2,10 @@ - + ItemHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html index 478969590..a262d20f2 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/ItemUseHandler.html @@ -2,10 +2,10 @@ - + ItemUseHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/MultiBlockInteractionHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/MultiBlockInteractionHandler.html index 3dadb0a3b..763099941 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/MultiBlockInteractionHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/MultiBlockInteractionHandler.html @@ -2,10 +2,10 @@ - + MultiBlockInteractionHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/RainbowTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/RainbowTicker.html index a52e3c086..d5cb0daff 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/RainbowTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/RainbowTicker.html @@ -2,10 +2,10 @@ - + RainbowTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockBreakHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockBreakHandler.html index 2498839d9..df5c8e5fc 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockBreakHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockBreakHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockBreakHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockDispenseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockDispenseHandler.html index d35ebe135..dd434282b 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockDispenseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockDispenseHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockDispenseHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockPlaceHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockPlaceHandler.html index 84c323557..0b8359741 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockPlaceHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockPlaceHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockPlaceHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockTicker.html index e6224219f..5ed7d528f 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockTicker.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.handlers.BlockTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockUseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockUseHandler.html index 97c5e9da9..2b5e162cb 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockUseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BlockUseHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.BlockUseHandler (Slimefun4 - Javadocs) - + @@ -127,7 +127,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BowShootHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BowShootHandler.html index 8a0c9a110..3b48134f1 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BowShootHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/BowShootHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.BowShootHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/EntityKillHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/EntityKillHandler.html index a19d72932..b4e028c7a 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/EntityKillHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/EntityKillHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.EntityKillHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/GeneratorTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/GeneratorTicker.html index 2a5f6a7e0..919dbdb1e 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/GeneratorTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/GeneratorTicker.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.handlers.GeneratorTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemConsumptionHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemConsumptionHandler.html index 59c4544f4..2b5cde14f 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemConsumptionHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemConsumptionHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemConsumptionHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemDropHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemDropHandler.html index affdc5603..b20960816 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemDropHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemDropHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemDropHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemHandler.html index bc4b3fcb7..7cebf4246 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemUseHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemUseHandler.html index 9b8b8bfa3..168dc06dc 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemUseHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/ItemUseHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.ItemUseHandler (Slimefun4 - Javadocs) - + @@ -137,7 +137,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/MultiBlockInteractionHandler.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/MultiBlockInteractionHandler.html index 24a5d2edd..8ac1052e9 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/MultiBlockInteractionHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/MultiBlockInteractionHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.Objects.handlers.MultiBlockInteractionHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/RainbowTicker.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/RainbowTicker.html index b93f8fba0..fad03e399 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/RainbowTicker.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/class-use/RainbowTicker.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Objects.handlers.RainbowTicker (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-frame.html index 21c49539e..61550dc3a 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.handlers (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-summary.html index 8a9a32f98..ec4e486ea 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.handlers (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-tree.html index fb9e94877..8b83880ec 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects.handlers Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-use.html b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-use.html index 708eb7a55..58c1454d9 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/handlers/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.Objects.handlers (Slimefun4 - Javadocs) - + @@ -175,7 +175,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Objects/package-frame.html index 7c5556767..4b6583385 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Objects/package-summary.html index 6cec6fc49..febfa6881 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Objects/package-tree.html index 2801ab868..adc7bca66 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Objects Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Objects/package-use.html b/docs/me/mrCookieSlime/Slimefun/Objects/package-use.html index dc91835f4..4c0f5ae56 100644 --- a/docs/me/mrCookieSlime/Slimefun/Objects/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Objects/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.Objects (Slimefun4 - Javadocs) - + @@ -236,7 +236,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
    This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
    + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html b/docs/me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html index c3c99bef6..b0da4c2aa 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/SlimefunManager.html @@ -2,10 +2,10 @@ - + SlimefunManager (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/class-use/SlimefunManager.html b/docs/me/mrCookieSlime/Slimefun/Setup/class-use/SlimefunManager.html index 59b82d0ea..5c32e52f3 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/class-use/SlimefunManager.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/class-use/SlimefunManager.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.Setup.SlimefunManager (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/package-frame.html b/docs/me/mrCookieSlime/Slimefun/Setup/package-frame.html index ad9b6596d..18b89ff2c 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Setup (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/package-summary.html b/docs/me/mrCookieSlime/Slimefun/Setup/package-summary.html index 883119146..61d1e62fc 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Setup (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/package-tree.html b/docs/me/mrCookieSlime/Slimefun/Setup/package-tree.html index ec5f10b21..6dc7bdeae 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.Setup Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/Setup/package-use.html b/docs/me/mrCookieSlime/Slimefun/Setup/package-use.html index af7853743..eb95d9067 100644 --- a/docs/me/mrCookieSlime/Slimefun/Setup/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/Setup/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.Setup (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/SlimefunPlugin.html b/docs/me/mrCookieSlime/Slimefun/SlimefunPlugin.html index 6284e922f..335b16c8d 100644 --- a/docs/me/mrCookieSlime/Slimefun/SlimefunPlugin.html +++ b/docs/me/mrCookieSlime/Slimefun/SlimefunPlugin.html @@ -2,10 +2,10 @@ - + SlimefunPlugin (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":10,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":10,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":10,"i29":10}; +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":10,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":10,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":10,"i30":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"; @@ -267,23 +267,28 @@ implements +static String +getCSCoreLibVersion​() +  + + static GitHubService getGitHubService​()
    This method returns the GitHubService of Slimefun.
    - + static GPSNetwork getGPSNetwork​()   - + static GrapplingHookListener getGrapplingHookListener​()   - + static Set<Plugin> getInstalledAddons​() @@ -291,22 +296,22 @@ implements + static io.github.thebusybiscuit.cscorelib2.config.Config getItemCfg​()   - + static CustomItemDataService getItemDataService​()   - + static CustomTextureService getItemTextureService​()   - + JavaPlugin getJavaPlugin​() @@ -314,85 +319,85 @@ implements SlimefunAddon refers to.
    - + static LocalizationService getLocal​()
    This returns the LocalizationService of Slimefun.
    - + static MinecraftRecipeService getMinecraftRecipes​()   - + static MinecraftVersion getMinecraftVersion​()
    This returns the currently installed version of Minecraft.
    - + static NetworkManager getNetworkManager​()   - + static PermissionsService getPermissionsService​()   - + static io.github.thebusybiscuit.cscorelib2.protection.ProtectionManager getProtectionManager​()   - + static SlimefunRegistry getRegistry​()   - + static io.github.thebusybiscuit.cscorelib2.config.Config getResearchCfg​()   - + static ThirdPartyPluginService getThirdPartySupportService​()   - + static TickerTask getTicker​()   - + static UpdaterService getUpdater​()
    This method returns the UpdaterService of Slimefun.
    - + static String getVersion​()
    This returns the version of Slimefun that is currently installed.
    - -static io.github.thebusybiscuit.cscorelib2.config.Config -getWhitelist​() + +static PerWorldSettingsService +getWorldSettingsService​()   - + void onDisable​()   - + void onEnable​()   @@ -537,15 +542,6 @@ implements - - - @@ -655,6 +651,15 @@ implements ThirdPartyPluginService getThirdPartySupportService​()
  • + + + + @@ -784,6 +789,15 @@ implements + + + diff --git a/docs/me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html b/docs/me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html index 76cb6b80f..76d1181d4 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html +++ b/docs/me/mrCookieSlime/Slimefun/api/BlockInfoConfig.html @@ -2,10 +2,10 @@ - + BlockInfoConfig (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/BlockStorage.html b/docs/me/mrCookieSlime/Slimefun/api/BlockStorage.html index bb75d8cb0..61822302e 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/BlockStorage.html +++ b/docs/me/mrCookieSlime/Slimefun/api/BlockStorage.html @@ -2,10 +2,10 @@ - + BlockStorage (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/GuideHandler.html b/docs/me/mrCookieSlime/Slimefun/api/GuideHandler.html index 6983d3029..7e50d2c70 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/GuideHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/api/GuideHandler.html @@ -2,10 +2,10 @@ - + GuideHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/Slimefun.html b/docs/me/mrCookieSlime/Slimefun/api/Slimefun.html index 86aa32690..cb89cd7c9 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/Slimefun.html +++ b/docs/me/mrCookieSlime/Slimefun/api/Slimefun.html @@ -2,10 +2,10 @@ - + Slimefun (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":41,"i1":9,"i2":41,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":41,"i10":9,"i11":9,"i12":9,"i13":9}; +var methods = {"i0":41,"i1":41,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":41,"i9":9,"i10":9,"i11":9,"i12":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -167,22 +167,15 @@ extends Description -static List<GuideHandler> -getGuideHandlers​(int tier) +static io.github.thebusybiscuit.cscorelib2.config.Config +getItemConfig​()
    Deprecated.  -
    The GuideHandler API is deprecated. It will soon be removed.
    +
    Do not access this directly, use the ItemSetting API instead.
    -static io.github.thebusybiscuit.cscorelib2.config.Config -getItemConfig​() - -
    Returns the Config instance of Items.yml file.
    - - - static Object getItemValue​(String id, String key) @@ -192,12 +185,12 @@ extends + static Logger getLogger​()   - + static boolean hasPermission​(Player p, SlimefunItem item, @@ -206,7 +199,7 @@ extends Checks if this player has the permission to use this item. - + static boolean hasUnlocked​(Player p, SlimefunItem sfItem, @@ -215,7 +208,7 @@ extends Checks if this player can use this item. - + static boolean hasUnlocked​(Player p, ItemStack item, @@ -224,7 +217,7 @@ extends Checks if this player can use this item. - + static boolean isEnabled​(Player p, SlimefunItem sfItem, @@ -233,7 +226,7 @@ extends Checks if this item is enabled in the world this player is in. - + static boolean isEnabled​(Player p, ItemStack item, @@ -242,14 +235,14 @@ extends Checks if this item is enabled in the world this player is in. - + static void registerGuideHandler​(GuideHandler handler)
    Deprecated. 
    - + static void registerResearch​(Research research, ItemStack... items) @@ -257,7 +250,7 @@ extends Registers this Research and automatically binds these ItemStacks to it. - + static void registerResearch​(NamespacedKey key, int id, @@ -266,12 +259,12 @@ extends ItemStack... items)   - + static BukkitTask runSync​(Runnable r)   - + static BukkitTask runSync​(Runnable r, long delay) @@ -348,10 +341,10 @@ public static 
  • getItemConfig

    -
    public static io.github.thebusybiscuit.cscorelib2.config.Config getItemConfig​()
    -
    Returns the Config instance of Items.yml file. -

    - It calls SlimefunStartup#getItemCfg().

    +
    @Deprecated
    +public static io.github.thebusybiscuit.cscorelib2.config.Config getItemConfig​()
    +
    Deprecated. Do not access this directly, use the ItemSetting API instead.
    +
    Returns the Config instance of our Items.yml file.
    Returns:
    the Items.yml Config instance.
    @@ -506,24 +499,6 @@ public static  - - -
      -
    • -

      getGuideHandlers

      -
      @Deprecated
      -public static List<GuideHandler> getGuideHandlers​(int tier)
      -
      Deprecated. The GuideHandler API is deprecated. It will soon be removed.
      -
      This method will soon be removed.
      -
      -
      Parameters:
      -
      tier - The tier
      -
      Returns:
      -
      A list of handlers
      -
      -
    • -
    diff --git a/docs/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html b/docs/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html index eed3998b6..0d42a339b 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html +++ b/docs/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.html @@ -2,10 +2,10 @@ - + SlimefunItemStack (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockInfoConfig.html b/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockInfoConfig.html index f912026b0..384638b7f 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockInfoConfig.html +++ b/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockInfoConfig.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.BlockInfoConfig (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockStorage.html b/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockStorage.html index fa90f6ea9..780e28758 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockStorage.html +++ b/docs/me/mrCookieSlime/Slimefun/api/class-use/BlockStorage.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.BlockStorage (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/class-use/GuideHandler.html b/docs/me/mrCookieSlime/Slimefun/api/class-use/GuideHandler.html index 2e97a6a71..16422bd7a 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/class-use/GuideHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/api/class-use/GuideHandler.html @@ -2,10 +2,10 @@ - + Uses of Interface me.mrCookieSlime.Slimefun.api.GuideHandler (Slimefun4 - Javadocs) - + @@ -113,13 +113,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); -io.github.thebusybiscuit.slimefun4.core - -
    This package holds the core systems of Slimefun, these are not neccessarily used as an API - but ratherprovide the core functionality of this Plugin.
    - - - me.mrCookieSlime.Slimefun.api   @@ -129,56 +122,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    • -
      - - -

      Uses of GuideHandler in io.github.thebusybiscuit.slimefun4.core

      - - - - - - - - - - - - - - -
      Methods in io.github.thebusybiscuit.slimefun4.core that return types with arguments of type GuideHandler 
      Modifier and TypeMethodDescription
      Map<Integer,List<GuideHandler>>SlimefunRegistry.getGuideHandlers​() -
      Deprecated.  -
      The GuideHandler API is deprecated. It will soon be removed.
      -
      -
      -
      -
    • -
    • Uses of GuideHandler in me.mrCookieSlime.Slimefun.api

      - - - - - - - - - - - - - -
      Methods in me.mrCookieSlime.Slimefun.api that return types with arguments of type GuideHandler 
      Modifier and TypeMethodDescription
      static List<GuideHandler>Slimefun.getGuideHandlers​(int tier) -
      Deprecated.  -
      The GuideHandler API is deprecated. It will soon be removed.
      -
      -
      - diff --git a/docs/me/mrCookieSlime/Slimefun/api/class-use/Slimefun.html b/docs/me/mrCookieSlime/Slimefun/api/class-use/Slimefun.html index e17e3d179..d8432b617 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/class-use/Slimefun.html +++ b/docs/me/mrCookieSlime/Slimefun/api/class-use/Slimefun.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.Slimefun (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/class-use/SlimefunItemStack.html b/docs/me/mrCookieSlime/Slimefun/api/class-use/SlimefunItemStack.html index 62c0cdd27..f145d3c67 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/class-use/SlimefunItemStack.html +++ b/docs/me/mrCookieSlime/Slimefun/api/class-use/SlimefunItemStack.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.SlimefunItemStack (Slimefun4 - Javadocs) - + @@ -194,7 +194,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + @@ -1218,34 +1221,39 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); + + + + - + - + - + - + - + - + - + - + - + - + - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.SaveHandler.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.SaveHandler.html index 9422c07c7..7e0c74436 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.SaveHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.SaveHandler.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu.SaveHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.html index 40f127be2..bc48b5ce4 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/DirtyChestMenu.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/ItemManipulationEvent.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/ItemManipulationEvent.html index 0495439b1..d6c95b114 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/ItemManipulationEvent.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/ItemManipulationEvent.html @@ -2,10 +2,10 @@ - +Uses of Interface me.mrCookieSlime.Slimefun.api.inventory.ItemManipulationEvent (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/UniversalBlockMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/UniversalBlockMenu.html index 69d46610b..9b82db91d 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/UniversalBlockMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/UniversalBlockMenu.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.inventory.UniversalBlockMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-frame.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-frame.html index a8f259fdd..6e193c345 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-frame.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.inventory (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-summary.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-summary.html index d5d8247a0..41b912e3c 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-summary.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.inventory (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-tree.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-tree.html index 21fc77712..e02dcd4bd 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-tree.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.inventory Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-use.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-use.html index 26896e748..6ed9059a1 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package me.mrCookieSlime.Slimefun.api.inventory (Slimefun4 - Javadocs) - + @@ -132,7 +132,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html index 845647ed6..09ba8bd52 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/ItemTransportFlow.html @@ -2,10 +2,10 @@ - +ItemTransportFlow (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/class-use/ItemTransportFlow.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/class-use/ItemTransportFlow.html index ce636711b..2f0a479a2 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/class-use/ItemTransportFlow.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/class-use/ItemTransportFlow.html @@ -2,10 +2,10 @@ - +Uses of Class me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-frame.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-frame.html index f7b2adfcc..dadc73954 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-frame.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.item_transport (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-summary.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-summary.html index 416b3f258..c292343fc 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-summary.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.item_transport (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-tree.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-tree.html index bfcce3351..25c7aed19 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-tree.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api.item_transport Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-use.html b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-use.html index 09d0006c1..5f0dd21ad 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/api/item_transport/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package me.mrCookieSlime.Slimefun.api.item_transport (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/package-frame.html b/docs/me/mrCookieSlime/Slimefun/api/package-frame.html index 3825a34b2..d794ac1eb 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/api/package-frame.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/package-summary.html b/docs/me/mrCookieSlime/Slimefun/api/package-summary.html index bed22dd06..b607388b2 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/api/package-summary.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/package-tree.html b/docs/me/mrCookieSlime/Slimefun/api/package-tree.html index 1a3edabe3..43cbd9520 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/api/package-tree.html @@ -2,10 +2,10 @@ - +me.mrCookieSlime.Slimefun.api Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/package-use.html b/docs/me/mrCookieSlime/Slimefun/api/package-use.html index a3581ddd3..6e98be5bc 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/api/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package me.mrCookieSlime.Slimefun.api (Slimefun4 - Javadocs) - + @@ -201,7 +201,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - + @@ -283,14 +286,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); - - - -
      Methods in me.mrCookieSlime.Slimefun.api with parameters of type GuideHandler 
      Modifier and Type
      io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      +
      io.github.thebusybiscuit.slimefun4.implementation.items.gps 
      MagicianTalisman​(SlimefunItemStack item, + ItemStack[] recipe) 
      SoulboundBackpack​(int size, Category category, SlimefunItemStack item, ItemStack[] recipe)  
      SoulboundItem​(Category category, SlimefunItemStack item, RecipeType type, ItemStack[] recipe)  
      SoulboundRune​(Category category, SlimefunItemStack item, RecipeType type, ItemStack[] recipe)  
      StormStaff​(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)  
      Talisman​(SlimefunItemStack item, ItemStack[] recipe, boolean consumable, @@ -1255,7 +1263,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); PotionEffect... effects)  
      Talisman​(SlimefunItemStack item, ItemStack[] recipe, boolean consumable, @@ -1264,7 +1272,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); PotionEffect... effects)  
      Talisman​(SlimefunItemStack item, ItemStack[] recipe, String messageSuffix, @@ -1272,7 +1280,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); PotionEffect... effects)  
      Talisman​(Category category, SlimefunItemStack item, ItemStack[] recipe, @@ -1283,21 +1291,21 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); PotionEffect... effects)  
      TelepositionScroll​(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)  
      WaterStaff​(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe)  
      WindStaff​(Category category, SlimefunItemStack item, RecipeType recipeType, diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/ChargableBlock.html b/docs/me/mrCookieSlime/Slimefun/api/energy/ChargableBlock.html index df32dd037..eb5abd692 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/ChargableBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/ChargableBlock.html @@ -2,10 +2,10 @@ - + ChargableBlock (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html b/docs/me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html index f0c4e6327..220a66df4 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/ItemEnergy.html @@ -2,10 +2,10 @@ - + ItemEnergy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ChargableBlock.html b/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ChargableBlock.html index 0c267d871..b1f3d2241 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ChargableBlock.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ChargableBlock.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.energy.ChargableBlock (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ItemEnergy.html b/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ItemEnergy.html index 8d3d4ce34..775fd53d5 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ItemEnergy.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/class-use/ItemEnergy.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.energy.ItemEnergy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/package-frame.html b/docs/me/mrCookieSlime/Slimefun/api/energy/package-frame.html index aaf936f3e..e56c56e72 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.api.energy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/package-summary.html b/docs/me/mrCookieSlime/Slimefun/api/energy/package-summary.html index 9f6a6cc78..d5d53d362 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.api.energy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/package-tree.html b/docs/me/mrCookieSlime/Slimefun/api/energy/package-tree.html index 4a8a8b46c..16b53a6af 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun.api.energy Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/energy/package-use.html b/docs/me/mrCookieSlime/Slimefun/api/energy/package-use.html index f6549587f..4416fae96 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/energy/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/api/energy/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun.api.energy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html index c85758513..11bd154ca 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenu.html @@ -2,10 +2,10 @@ - + BlockMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html index d24ecb792..ae4ebeedd 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/BlockMenuPreset.html @@ -2,10 +2,10 @@ - + BlockMenuPreset (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.SaveHandler.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.SaveHandler.html index a69fbadaa..dfe3649e8 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.SaveHandler.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.SaveHandler.html @@ -2,10 +2,10 @@ - + DirtyChestMenu.SaveHandler (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html index b60f25877..76e4ede85 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/DirtyChestMenu.html @@ -2,10 +2,10 @@ - + DirtyChestMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html index c258fcce5..99a3f2335 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/ItemManipulationEvent.html @@ -2,10 +2,10 @@ - + ItemManipulationEvent (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/UniversalBlockMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/UniversalBlockMenu.html index bfc00bdeb..8a7bbec3a 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/UniversalBlockMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/UniversalBlockMenu.html @@ -2,10 +2,10 @@ - + UniversalBlockMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenu.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenu.html index ad64bb908..5bd387142 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenu.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenu.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.inventory.BlockMenu (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenuPreset.html b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenuPreset.html index 6ee81ac38..a0612d354 100644 --- a/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenuPreset.html +++ b/docs/me/mrCookieSlime/Slimefun/api/inventory/class-use/BlockMenuPreset.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset (Slimefun4 - Javadocs) - + @@ -125,7 +125,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      +
      me.mrCookieSlime.Slimefun.api
      io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      +
      me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
      io.github.thebusybiscuit.slimefun4.implementation.items.geo  +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      +
      io.github.thebusybiscuit.slimefun4.implementation.items.gpsBlockStorage  
      GuideHandler -
      Deprecated.  -
      Soon we will simply allow to override the "opening" method of a Category instead.
      -
      -
    • diff --git a/docs/me/mrCookieSlime/Slimefun/class-use/SlimefunPlugin.html b/docs/me/mrCookieSlime/Slimefun/class-use/SlimefunPlugin.html index 86c411418..5d68fe602 100644 --- a/docs/me/mrCookieSlime/Slimefun/class-use/SlimefunPlugin.html +++ b/docs/me/mrCookieSlime/Slimefun/class-use/SlimefunPlugin.html @@ -2,10 +2,10 @@ - + Uses of Class me.mrCookieSlime.Slimefun.SlimefunPlugin (Slimefun4 - Javadocs) - + @@ -272,6 +272,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); PermissionsService​(SlimefunPlugin plugin)   + +PerWorldSettingsService​(SlimefunPlugin plugin) +  + @@ -353,22 +357,22 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); void -AncientAltarListener.load​(SlimefunPlugin plugin) +AncientAltarListener.register​(SlimefunPlugin plugin)   void -BackpackListener.load​(SlimefunPlugin plugin) +BackpackListener.register​(SlimefunPlugin plugin)   void -GrapplingHookListener.load​(SlimefunPlugin plugin) +GrapplingHookListener.register​(SlimefunPlugin plugin)   void -SlimefunBowListener.load​(SlimefunPlugin plugin) +SlimefunBowListener.register​(SlimefunPlugin plugin)   diff --git a/docs/me/mrCookieSlime/Slimefun/package-frame.html b/docs/me/mrCookieSlime/Slimefun/package-frame.html index e3d736588..851f6f6b5 100644 --- a/docs/me/mrCookieSlime/Slimefun/package-frame.html +++ b/docs/me/mrCookieSlime/Slimefun/package-frame.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/package-summary.html b/docs/me/mrCookieSlime/Slimefun/package-summary.html index c524edd3f..3dd359d14 100644 --- a/docs/me/mrCookieSlime/Slimefun/package-summary.html +++ b/docs/me/mrCookieSlime/Slimefun/package-summary.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/package-tree.html b/docs/me/mrCookieSlime/Slimefun/package-tree.html index 381983fe9..c16858e7f 100644 --- a/docs/me/mrCookieSlime/Slimefun/package-tree.html +++ b/docs/me/mrCookieSlime/Slimefun/package-tree.html @@ -2,10 +2,10 @@ - + me.mrCookieSlime.Slimefun Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/me/mrCookieSlime/Slimefun/package-use.html b/docs/me/mrCookieSlime/Slimefun/package-use.html index 921fcbe8a..e534a812d 100644 --- a/docs/me/mrCookieSlime/Slimefun/package-use.html +++ b/docs/me/mrCookieSlime/Slimefun/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package me.mrCookieSlime.Slimefun (Slimefun4 - Javadocs) - + diff --git a/docs/member-search-index.js b/docs/member-search-index.js index aeeb45360..486c785c0 100644 --- a/docs/member-search-index.js +++ b/docs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"abortTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"AContainer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AContainer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"AContainer(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AContainer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(String)","url":"add-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(Category, int)","url":"add-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(SlimefunItem)","url":"add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"add(SlimefunItem)","url":"add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"add(Player, int, int, TimeUnit)","url":"add-org.bukkit.entity.Player-int-int-java.util.concurrent.TimeUnit-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"add(Player, int, TimeUnit)","url":"add-org.bukkit.entity.Player-int-java.util.concurrent.TimeUnit-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(ItemStack, int)","url":"add-org.bukkit.inventory.ItemStack-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Block, String, String)","url":"addBlockInfo-org.bukkit.block.Block-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Block, String, String, boolean)","url":"addBlockInfo-org.bukkit.block.Block-java.lang.String-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Location, String, String)","url":"addBlockInfo-org.bukkit.Location-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Location, String, String, boolean)","url":"addBlockInfo-org.bukkit.Location-java.lang.String-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"addBlockTimings(Location, long)","url":"addBlockTimings-org.bukkit.Location-long-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"addCharge(Block, int)","url":"addCharge-org.bukkit.block.Block-int-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"addCharge(Location, int)","url":"addCharge-org.bukkit.Location-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands.subcommands","c":"Commands","l":"addCommands(SlimefunCommand, Collection)","url":"addCommands-io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand-java.util.Collection-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"addEntry(List, List)","url":"addEntry-java.util.List-java.util.List-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"addGrapplingHook(UUID, Arrow, Bat, boolean, long)","url":"addGrapplingHook-java.util.UUID-org.bukkit.entity.Arrow-org.bukkit.entity.Bat-boolean-long-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"addItem(int, ItemStack)","url":"addItem-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addItemHandler(ItemHandler...)","url":"addItemHandler-me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler...-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"addItems(SlimefunItem...)","url":"addItems-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"addItems(Block, ItemStack...)","url":"addItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addItemSetting(ItemSetting...)","url":"addItemSetting-io.github.thebusybiscuit.slimefun4.api.items.ItemSetting...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"addLanguage(String, String)","url":"addLanguage-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"addLanguage(String, String)","url":"addLanguage-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"addLocationToNetwork(Location)","url":"addLocationToNetwork-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"addMenuOpeningHandler(ChestMenu.MenuOpeningHandler)","url":"addMenuOpeningHandler-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu.MenuOpeningHandler-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addOficialWikipage(String)","url":"addOficialWikipage-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addon"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"addOption(SlimefunGuideOption)","url":"addOption-io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideOption-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"addParent(Category)","url":"addParent-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"addPermanent(Player, int)","url":"addPermanent-org.bukkit.entity.Player-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"addRecipe(ItemStack[], ItemStack)","url":"addRecipe-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"addStoredEnergy(ItemStack, float)","url":"addStoredEnergy-org.bukkit.inventory.ItemStack-float-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"addWaypoint(Player, String, Location)","url":"addWaypoint-org.bukkit.entity.Player-java.lang.String-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"addWaypoint(Player, Location)","url":"addWaypoint-org.bukkit.entity.Player-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"ADVANCED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ADVANCED_CIRCUIT_BOARD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ADVANCED_DIGITAL_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"ADVANCED_FARMER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"AdvancedCargoOutputNode","l":"AdvancedCargoOutputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AdvancedCargoOutputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"AdvancedFarmerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AdvancedFarmerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"AGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"AltarRecipe(List, ItemStack)","url":"AltarRecipe-java.util.List-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_BRASS_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_BRONZE_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ANCIENT_ALTAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANCIENT_ALTAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANCIENT_PEDESTAL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AncientAltar","l":"AncientAltar(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AncientAltar-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"AncientAltarListener()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"AncientAltarTask","l":"AncientAltarTask(Block, ItemStack, List, List)","url":"AncientAltarTask-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-java.util.List-java.util.List-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AncientPedestal","l":"AncientPedestal(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AncientPedestal-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"ANDROID_DIG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_INTERFACE_FUEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_INTERFACE_ITEMS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_MEMORY_CORE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"AndroidInstance(ProgrammableAndroid, Block)","url":"AndroidInstance-io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"AndroidMineEvent(Block, AndroidInstance)","url":"AndroidMineEvent-org.bukkit.block.Block-io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidInstance-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANIMAL_GROWTH_ACCELERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"AnimalGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AnimalGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"AReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"ARMOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ARMOR_FORGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMOR_FORGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMORED_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMORED_JETPACK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"ArmorForge","l":"ArmorForge()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ArmorTask","l":"ArmorTask()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"ASCII"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ANVIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ANVIL_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_BREEDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_DISENCHANTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_DRIER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ENCHANTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_SMELT_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"AutoAnvil(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoAnvil-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"AutoBreeder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoBreeder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"AutoDisenchanter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoDisenchanter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"AutoDisenchantEvent(ItemStack)","url":"AutoDisenchantEvent-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"AutoDrier(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoDrier-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"AutoEnchanter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoEnchanter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTOMATED_CRAFTING_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTOMATED_PANNING_MACHINE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"AutomatedCraftingChamber(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutomatedCraftingChamber-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"AutomatedPanningMachine()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"AutoSavingService()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"AVERAGE"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"awaitInput(Player, Consumer)","url":"awaitInput-org.bukkit.entity.Player-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_LARGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_MEDIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_SMALL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"BackpackListener()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BackupService","l":"BackupService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Bandage","l":"Bandage(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"Bandage-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BANDAGE"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"BASIC"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BASIC_CIRCUIT_BOARD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"BasicCircuitBoard","l":"BasicCircuitBoard(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BasicCircuitBoard-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BATTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEEF_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEETROOT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEETROOT_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BIG_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"bindToResearch(Research)","url":"bindToResearch-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BIO_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"BioGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BioGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"BIRTHDAY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"BirthdayCake","l":"BirthdayCake(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BirthdayCake-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLADE_OF_VAMPIRES"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLANK_RUNE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLOCK_PLACER"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"BlockDataService(Plugin, String)","url":"BlockDataService-org.bukkit.plugin.Plugin-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"BlockInfoConfig()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"BlockInfoConfig(Map)","url":"BlockInfoConfig-java.util.Map-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"BlockListener(SlimefunPlugin)","url":"BlockListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"BlockMenu(BlockMenuPreset, Location)","url":"BlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"BlockMenu(BlockMenuPreset, Location, Config)","url":"BlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-org.bukkit.Location-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"BlockMenuPreset(String, String)","url":"BlockMenuPreset-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"BlockMenuPreset(String, String, boolean)","url":"BlockMenuPreset-java.lang.String-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"BlockPhysicsListener(SlimefunPlugin)","url":"BlockPhysicsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"BlockPlacer","l":"BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BlockPlacer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"BlockStorage(World)","url":"BlockStorage-org.bukkit.World-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"BlockTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"BOOK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"BookSlimefunGuide()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOOSTED_URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOOTS_OF_THE_STOMPER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOUND_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BRASS_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BROKEN_SPAWNER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BRONZE_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUCKET_OF_FUEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUCKET_OF_OIL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"ButcherAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ButcherAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ButcherAndroidListener","l":"ButcherAndroidListener(SlimefunPlugin)","url":"ButcherAndroidListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUTTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"callItemHandler(Class, Consumer)","url":"callItemHandler-java.lang.Class-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"cancel"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"cancel()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"canOpen(Block, Player)","url":"canOpen-org.bukkit.block.Block-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"canOpen(Block, Player)","url":"canOpen-org.bukkit.block.Block-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"canUnlock(Player)","url":"canUnlock-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"Capacitor(int, SlimefunItemStack, RecipeType, ItemStack[])","url":"Capacitor-int-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"CAPACITOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_CHUNK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_EDGED_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_EDGED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_MULTI_TOOL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"CarbonPress(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CarbonPress-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"CARGO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_INPUT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_MANAGER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_MOTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_NODE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_OUTPUT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_OUTPUT_ADVANCED"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoConnectorNode","l":"CargoConnectorNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoConnectorNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoInputNode","l":"CargoInputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoInputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoManager","l":"CargoManager(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CargoManager-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"CargoNet(Location)","url":"CargoNet-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoOutputNode","l":"CargoOutputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoOutputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"category"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"Category(NamespacedKey, ItemStack)","url":"Category-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"Category(NamespacedKey, ItemStack, int)","url":"Category-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHAIN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"chance"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"changes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ChargableItem","l":"ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ChargableItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"chargeInventory(Player, float)","url":"chargeInventory-org.bukkit.entity.Player-float-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"chargeItem(ItemStack, float)","url":"chargeItem-org.bukkit.inventory.ItemStack-float-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHARGING_BENCH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"ChargingBench(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ChargingBench-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"CHEAT_SHEET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"CheatSheetSlimefunGuide()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Block)","url":"check-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Block, String)","url":"check-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Location)","url":"check-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Location, String)","url":"check-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"checkFor(Event, SlimefunItemStack)","url":"checkFor-org.bukkit.event.Event-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"checkFor(Event, SlimefunItem)","url":"checkFor-org.bukkit.event.Event-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"checkID(Block)","url":"checkID-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"checkID(Location)","url":"checkID-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHEESE"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"CHEST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"ChestSlimefunGuide(boolean)"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHICKEN_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"chopTree(Block, BlockMenu, BlockFace)","url":"chopTree-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.BlockFace-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"christmas(String)","url":"christmas-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"CHRISTMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_APPLE_CIDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_APPLE_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CAKE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CARAMEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CARAMEL_APPLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CHOCOLATE_APPLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CHOCOLATE_MILK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_COOKIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_EGG_NOG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_FRUIT_CAKE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_HOT_CHOCOLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_MILK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_PRESENT"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"clear()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"clear(Player)","url":"clear-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Block)","url":"clearBlockInfo-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Block, boolean)","url":"clearBlockInfo-org.bukkit.block.Block-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Location)","url":"clearBlockInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Location, boolean)","url":"clearBlockInfo-org.bukkit.Location-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearInventory(Location)","url":"clearInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"clone()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"clone(DirtyChestMenu)","url":"clone-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"close()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CLOTH"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"cmd"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COAL_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COAL_GENERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"CoalGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CoalGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COBALT_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COBALT_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.utils.itemstack","c":"ColoredFireworkStar","l":"ColoredFireworkStar(Color, String, String...)","url":"ColoredFireworkStar-org.bukkit.Color-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMBUSTION_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"CombustionGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CombustionGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"COMMA"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"Composter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Composter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPRESSED_CARBON"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"Compressor()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"COMPRESSOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPRESSOR"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"computeChanges()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectedLocations"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"CONNECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectorNodes"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectsTo(Location)","url":"connectsTo-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"consumable"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int, int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int, int, boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"CONSUMER"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"contains(String)","url":"contains-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"containsSimilarItem(Inventory, ItemStack, boolean)","url":"containsSimilarItem-org.bukkit.inventory.Inventory-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"containsSimilarItem(Inventory, ItemStack, boolean)","url":"containsSimilarItem-org.bukkit.inventory.Inventory-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"Contributor(String)","url":"Contributor-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"Contributor(String, String)","url":"Contributor-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"Cooler","l":"Cooler(int, Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Cooler-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COOLER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"CoolerListener","l":"CoolerListener(SlimefunPlugin)","url":"CoolerListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COOLING_UNIT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_WIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CORINTHIAN_BRONZE_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"countTransmitters(UUID)","url":"countTransmitters-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"countVanillaItems()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"create(Location)","url":"create-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"createBackpack(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"createEnderTalisman()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"createFile()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"createFirework(Location, Color)","url":"createFirework-org.bukkit.Location-org.bukkit.Color-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"createPreset(SlimefunItem, String, Consumer)","url":"createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"createPreset(SlimefunItem, Consumer)","url":"createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"crop(ChatColor, String)","url":"crop-org.bukkit.ChatColor-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CROP_GROWTH_ACCELERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CROP_GROWTH_ACCELERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"CropGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CropGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"Crucible(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Crucible-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CRUCIBLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CRUSHED_ORE"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"CustomItemDataService(Plugin, String)","url":"CustomItemDataService-org.bukkit.plugin.Plugin-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"CustomTextureService(Plugin)","url":"CustomTextureService-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"DamageableItem","l":"damageItem(Player, ItemStack)","url":"damageItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_MULTI_TOOL"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"DASH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DeathpointListener","l":"DeathpointListener(SlimefunPlugin)","url":"DeathpointListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DEBUG_FISH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DebugFishListener","l":"DebugFishListener(SlimefunPlugin)","url":"DebugFishListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"delete(Location)","url":"delete-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"DEVELOPMENT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DIET_COOKIE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"DietCookie","l":"DietCookie(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"DietCookie-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DIGITAL_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"directions"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"DirtyChestMenu(BlockMenuPreset)","url":"DirtyChestMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"disable()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"DISABLED"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"disenchantable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DispenserListener","l":"DispenserListener(SlimefunPlugin)","url":"DispenserListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"display()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"drawBackground(ChestMenu, int...)","url":"drawBackground-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DUCT_TAPE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"EASTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_APPLE_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_CARROT_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_EGG"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"EasterEgg","l":"EasterEgg(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, ItemStack...)","url":"EasterEgg-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"effects"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_PULVERIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_MOTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_ORE_GRINDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_ORE_GRINDER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_PRESS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_PRESS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_SMELTERY_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"ElectricDustWasher(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricDustWasher-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"ElectricFurnace(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricFurnace-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"ElectricGoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricGoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"ElectricIngotFactory(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricIngotFactory-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"ElectricIngotPulverizer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricIngotPulverizer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"ELECTRICITY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"ElectricOreGrinder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricOreGrinder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"ElectricPress(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricPress-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"ElectricSmeltery(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricSmeltery-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE_3"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"ElectrifiedCrucible(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectrifiedCrucible-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRO_MAGNET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELEVATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"ElevatorPlate(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"ElevatorPlate-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELYTRA_SCALE"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"ENABLED"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"enchantable"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"END_GAME"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_TALISMAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"EnderBackpack","l":"EnderBackpack(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"EnderBackpack-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENERGY_REGULATOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"EnergyNet(Location)","url":"EnergyNet-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"EnergyRegulator","l":"EnergyRegulator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"EnergyRegulator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ENHANCED_CRAFTING_TABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_CRAFTING_TABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_10"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_11"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_4"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_5"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_6"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_7"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_8"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_9"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"EnhancedCraftingTable","l":"EnhancedCraftingTable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"EnhancedFurnace(int, int, int, SlimefunItemStack, ItemStack[])","url":"EnhancedFurnace-int-int-int-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"EnhancedFurnaceListener(SlimefunPlugin)","url":"EnhancedFurnaceListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENRICHED_NETHER_ICE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EntityKillListener","l":"EntityKillListener(SlimefunPlugin)","url":"EntityKillListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"equals(Object)","url":"equals-java.lang.Object-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"error(String, Throwable)","url":"error-java.lang.String-java.lang.Throwable-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, SlimefunAddon, Consumer)","url":"ErrorReport-java.lang.Throwable-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, SlimefunItem)","url":"ErrorReport-java.lang.Throwable-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, Location, SlimefunItem)","url":"ErrorReport-java.lang.Throwable-org.bukkit.Location-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ESSENCE_OF_AFTERLIFE"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"event"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetBootsTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"exoticFarm(BlockMenu, Block)","url":"exoticFarm-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"explode(Location)","url":"explode-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"EXPLODE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ExplosionsListener","l":"ExplosionsListener(SlimefunPlugin)","url":"ExplosionsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_BOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_PICKAXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_SHOVEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"ExplosiveBow","l":"ExplosiveBow(SlimefunItemStack, ItemStack[])","url":"ExplosiveBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ExplosivePickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ExplosiveShovel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"farm(BlockMenu, Block)","url":"farm-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FARMER_SHOES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"FarmerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FarmerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FERROSILICON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FERTILIZER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FIGHTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FILLED_FLASK_OF_KNOWLEDGE"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"find(OfflinePlayer)","url":"find-org.bukkit.OfflinePlayer-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"findItem(Block)","url":"findItem-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputChest(Block, ItemStack)","url":"findOutputChest-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputInventory(ItemStack, Block, Inventory)","url":"findOutputInventory-org.bukkit.inventory.ItemStack-org.bukkit.block.Block-org.bukkit.inventory.Inventory-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputInventory(ItemStack, Block, Inventory, Inventory)","url":"findOutputInventory-org.bukkit.inventory.ItemStack-org.bukkit.block.Block-org.bukkit.inventory.Inventory-org.bukkit.inventory.Inventory-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"FireworksListener","l":"FireworksListener(SlimefunPlugin)","url":"FireworksListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"fish(Block, BlockMenu)","url":"fish-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FISH_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"FisherAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FisherAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"fits(Block, ItemStack...)","url":"fits-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"fits(ItemStack, int...)","url":"fits-org.bukkit.inventory.ItemStack-int...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"fixItemStack(ItemStack, String)","url":"fixItemStack-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FLASK_OF_KNOWLEDGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FLUID_PUMP"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"FluidPump(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FluidPump-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FOOD_COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_COMPOSTER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FOOD_FABRICATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_FABRICATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_FABRICATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"FoodComposter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FoodComposter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"FoodFabricator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FoodFabricator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"formatBigNumber(int)"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FORTUNE_COOKIE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"FortuneCookie","l":"FortuneCookie(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FortuneCookie-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"Freezer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Freezer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FREEZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FREEZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FREEZER_2"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"fromUUID(UUID)","url":"fromUUID-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"fromUUID(UUID, Consumer)","url":"fromUUID-java.util.UUID-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GadgetsListener","l":"GadgetsListener(SlimefunPlugin)","url":"GadgetsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"generateEnergy(Location, SlimefunItem, Config)","url":"generateEnergy-org.bukkit.Location-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"GENERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"GeneratorTicker()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GEO_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GEO_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"GEOMiner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GEOMiner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"GEOResourceGenerationEvent(World, Biome, int, int, GEOResource, int)","url":"GEOResourceGenerationEvent-org.bukkit.World-org.bukkit.block.Biome-int-int-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOScanner","l":"GEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GEOScanner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"get(OfflinePlayer)","url":"get-org.bukkit.OfflinePlayer-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"get(OfflinePlayer, Consumer)","url":"get-org.bukkit.OfflinePlayer-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getAccessPort(Location)","url":"getAccessPort-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getActiveChunks()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getActiveTickers()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getAddon()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getAddon()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getAffectedItems()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getAllSlimefunItems()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getAltars()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getAltarsInUse()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getAncientAltarListener()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getAndroid()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"getAndroid()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getArmor()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"ReactorHologram","l":"getArmorStand(Location, boolean)","url":"getArmorStand-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getAutomatedCraftingChamberRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getBackButton(Player, String...)","url":"getBackButton-org.bukkit.entity.Player-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getBackground()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getBackpack(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getBackpack(ItemStack)","url":"getBackpack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBackpackListener()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getBiome()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"getBlock()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"getBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"getBlockData(Block)","url":"getBlockData-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBlockDataService()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getBlockHandlers()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getBlockInfoAsJson(Block)","url":"getBlockInfoAsJson-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getBlockInfoAsJson(Location)","url":"getBlockInfoAsJson-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getBlockTicker()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getBoolean(String)","url":"getBoolean-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBowListener()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"getBows()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"getBranch()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getBugTrackerURL()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBugTrackerURL()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getBuild()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getByID(int)"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getByID(String)","url":"getByID-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getByItem(ItemStack)","url":"getByItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getCatalyst()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getCategories()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getCategory()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getCategoryName(Player, NamespacedKey)","url":"getCategoryName-org.bukkit.entity.Player-org.bukkit.NamespacedKey-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getCfg()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getChance()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChanges()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getCharge(Block)","url":"getCharge-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getCharge(Location)","url":"getCharge-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getChargeableBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"SolarHelmet","l":"getChargeAmount()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChunkInfo(World, int, int)","url":"getChunkInfo-org.bukkit.World-int-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChunkInfo(World, int, int, String)","url":"getChunkInfo-org.bukkit.World-int-int-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getChunks()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getChunkX()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getChunkZ()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getClickedBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getClickedBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getClickedFace()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getCommand()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getCommandUsage()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(String)","url":"getComponent-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(Block)","url":"getComponent-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(Location)","url":"getComponent-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getConfig()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getConfiguration()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getConnectors()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getContributions()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getContributions(String)","url":"getContributions-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getContributors()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getCoolant()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getCoolant()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getCoolant()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getCoolantSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getCoolantSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getCost()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getCurrentlyResearchingPlayers()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getDayEnergy()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getDefaultLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getDefaultLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getDefaultSupply(World.Environment, Biome)","url":"getDefaultSupply-org.bukkit.World.Environment-org.bukkit.block.Biome-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getDefaultValue()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getDescription()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getDescription(CommandSender)","url":"getDescription-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getDisplayItem(Player, ItemStack)","url":"getDisplayItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getDisplayName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getDouble(String)","url":"getDouble-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"getDrops()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"getDrops(Player)","url":"getDrops-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getDrops(Player)","url":"getDrops-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getEffects()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getEmptyClickHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledCategories()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledSlimefunItemIds()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledSlimefunItems()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyCapacities()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyCapacitors()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getEnergyComponentType()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyConsumers()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getEnergyConsumption()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyGenerators()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getEnergyTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getEnvironment()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"getFile()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getFile()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getFloors(Block)","url":"getFloors-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getForcedStorage(World)","url":"getForcedStorage-org.bukkit.World-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getForks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getFuelEfficiency()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getFuelEfficiency()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getFuelIcon()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getFuelIcon()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getFuelIcon()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getFuelSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getFuelSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getFurnaceOutput(ItemStack)","url":"getFurnaceOutput-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getGEOResources()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGitHubService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getGoldPanDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"getGoldPanDrops()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGPSNetwork()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGrapplingHookListener()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getGuideHandlers()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getGuideHandlers(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getGuideHistory()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getGuideLayout(SlimefunGuideLayout)","url":"getGuideLayout-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHand()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getHandlers()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getIcon(Map.Entry)","url":"getIcon-java.util.Map.Entry-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getId()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockBreakHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockPlaceHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"EntityKillHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemConsumptionHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemUseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"MultiBlockInteractionHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getImmutableMeta()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"getInput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getInput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getInstalledAddons()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getInt(String)","url":"getInt-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getInteractEvent()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"getInteractionHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getIntList(String)","url":"getIntList-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getInventory()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getInventory(Block)","url":"getInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getInventory(Location)","url":"getInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getInventorySlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getInventoryTitle()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getIssues()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"getItem()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getItem()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"getItem(SlimefunGuideLayout)","url":"getItem-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItem(String)","url":"getItem-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getItem(Player)","url":"getItem-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getItem(Player)","url":"getItem-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemCfg()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getItemConfig()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"getItemData(ItemStack)","url":"getItemData-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"getItemData(ItemMeta)","url":"getItemData-org.bukkit.inventory.meta.ItemMeta-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemDataService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"BlockPlacer","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"HologramProjector","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RainbowBlock","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RepairedSpawner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoConnectorNode","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"EasterEgg","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Multimeter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"DietCookie","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"FortuneCookie","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MagicSugar","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MeatJerky","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MonsterJerky","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOScanner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"PortableGEOScanner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSControlPanel","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSMarkerTool","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"EnderBackpack","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"InfernalBonemeal","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeFlask","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeTome","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicEyeOfEnder","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundRune","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"TelepositionScroll","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WaterStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WindStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Bandage","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Medicine","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Rag","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Splint","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Vitamins","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GrapplingHook","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"HerculesPickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfContainment","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfVeinMining","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableCrafter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableDustbin","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SwordOfBeheading","l":"getItemHandler()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"getItemHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getItemID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemName()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getItems()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemSetting(String, Class)","url":"getItemSetting-java.lang.String-java.lang.Class-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemSettings()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemTextureService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"getItemUseHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getItemValue(String, String)","url":"getItemValue-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getJavaPlugin()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getJavaPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getKey()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"getKey()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getKeys()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getKeys(String)","url":"getKeys-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguage(String)","url":"getLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguage(String)","url":"getLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguage(Player)","url":"getLanguage-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguage(Player)","url":"getLanguage-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getLastUpdate()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"getLevel(Player)","url":"getLevel-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getLocal()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"getLocation()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getLocationInfo(Location)","url":"getLocationInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getLocationInfo(Location, String)","url":"getLocationInfo-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getLogger()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getLogger()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"getLore()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"getLore(SlimefunItem)","url":"getLore-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getMachine()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getMachineIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getMachineIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getMap()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getMaxCharge(Block)","url":"getMaxCharge-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getMaxCharge(Location)","url":"getMaxCharge-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getMaxDeviation()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"getMaxEnergy(ItemStack)","url":"getMaxEnergy-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getMaxSize()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getMenuButton(Player)","url":"getMenuButton-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMenuPresets()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getMessage(Player, String)","url":"getMessage-org.bukkit.entity.Player-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getMessages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getMessages(Player, String)","url":"getMessages-org.bukkit.entity.Player-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getMinecraftName()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getMinecraftRecipes()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getMinecraftVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMobDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMobDrops(EntityType)","url":"getMobDrops-org.bukkit.entity.EntityType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"getModelData(String)","url":"getModelData-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"getMonth()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getMultiBlock()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getMultiBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMultiBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getMultiplier(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getNetworkComplexity(UUID)","url":"getNetworkComplexity-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getNetworkFromLocation(Location)","url":"getNetworkFromLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getNetworkFromLocation(Location)","url":"getNetworkFromLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworkFromLocation(Location, Class)","url":"getNetworkFromLocation-org.bukkit.Location-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getNetworkFromLocationOrCreate(Location)","url":"getNetworkFromLocationOrCreate-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getNetworkFromLocationOrCreate(Location)","url":"getNetworkFromLocationOrCreate-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworkList()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getNetworkManager()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworksFromLocation(Location, Class)","url":"getNetworksFromLocation-org.bukkit.Location-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getNewLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getNextButton(Player, int, int)","url":"getNextButton-org.bukkit.entity.Player-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getNightEnergy()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"getOpeningHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getOutput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getOutput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getOutput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getOutput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"getParents()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getPermissionsService()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getPlayerProfiles()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getPluginVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"SlimefunArmorPiece","l":"getPotionEffects()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"getPreset()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getPreset(String)","url":"getPreset-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getPresetSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getPreviousButton(Player, int, int)","url":"getPreviousButton-org.bukkit.entity.Player-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getPreviousLanguage()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getProcessing(Block)","url":"getProcessing-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getProcessing(Location)","url":"getProcessing-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getProcessing(Location)","url":"getProcessing-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getProcessingTime()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getProfile()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getProgress(Language)","url":"getProgress-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getProgressBar()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getProgressBar(int, int)"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getProtectionManager()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getPublicItemHandlers()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getPublicItemHandlers(Class)","url":"getPublicItemHandlers-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getPullRequests()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"getRadiationLevel()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getRadioactiveItems()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactive","l":"getRadioactivity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"RadioactiveItem","l":"getRadioactivity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getRadius()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"getRandomDust()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"getRandomEffect(Random, Color)","url":"getRandomEffect-java.util.Random-org.bukkit.Color-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"getRange()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getRange()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getRange()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipe()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeInputList(SlimefunMachine)","url":"getRecipeInputList-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeInputs(SlimefunMachine)","url":"getRecipeInputs-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipeOutput()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeOutput(SlimefunMachine, ItemStack)","url":"getRecipeOutput-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getRecipeOutput(ItemStack, List)","url":"getRecipeOutput-org.bukkit.inventory.ItemStack-java.util.List-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeOutputList(SlimefunMachine, ItemStack[])","url":"getRecipeOutputList-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getRecipeSectionLabel(Player)","url":"getRecipeSectionLabel-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getRecipesFor(ItemStack)","url":"getRecipesFor-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getRecipeShape(Recipe)","url":"getRecipeShape-org.bukkit.inventory.Recipe-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipeType()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getRecipeTypeItem(Player, RecipeType)","url":"getRecipeTypeItem-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Lists.RecipeType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getRecipeTypes()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getRegistry()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getRepairFactor()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getResearch()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getResearch()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getResearchCfg()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearchIds()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getResearchName(Player, NamespacedKey)","url":"getResearchName-org.bukkit.entity.Player-org.bukkit.NamespacedKey-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearchRanks()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getResource()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getResourceManager()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getResources()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getResourceString(Player, String)","url":"getResourceString-org.bukkit.entity.Player-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getRunnable()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getRunnable(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getSearchButton(Player)","url":"getSearchButton-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getSelectedOption(Player, ItemStack)","url":"getSelectedOption-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getSize()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"getSize()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSize()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getSkullTexture()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getSlimefunBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getSlimefunItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getSlimefunItem()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlimefunItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getSlimefunItemIds()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlotsAccessedByItemTransport(DirtyChestMenu, ItemTransportFlow, ItemStack)","url":"getSlotsAccessedByItemTransport-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlotsAccessedByItemTransport(ItemTransportFlow)","url":"getSlotsAccessedByItemTransport-me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getSoulSandSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"JetBoots","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getSpeed()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getStars()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getState()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getStorage(World)","url":"getStorage-org.bukkit.World-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"getStoredEnergy(ItemStack)","url":"getStoredEnergy-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getString(String)","url":"getString-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getStringList(String)","url":"getStringList-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getSuffix()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"getSupplies(GEOResource, World, int, int)","url":"getSupplies-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-org.bukkit.World-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getTabArguments()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getTeleleportationService()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"getTeleportationTime(int, Location, Location)","url":"getTeleportationTime-int-org.bukkit.Location-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getTexture()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getThirdPartySupportService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Jetpack","l":"getThrust()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getTickerBlocks()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingChunks()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingLocations(String)","url":"getTickingLocations-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingLocations(Chunk)","url":"getTickingLocations-org.bukkit.Chunk-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getTicks()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getTicks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getTier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getTier()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getTier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTime()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"getTimeLeft(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(String)","url":"getTimings-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(Block)","url":"getTimings-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(Chunk)","url":"getTimings-org.bukkit.Chunk-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getTitle()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getTotalContributions()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getTransmitters(UUID)","url":"getTransmitters-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getTriggerBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getUniversalInventories()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(String)","url":"getUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(Block)","url":"getUniversalInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(Location)","url":"getUniversalInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getUnlocalizedName()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"getUnsavedChanges()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getUpdater()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getUsers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getUUID()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getValue()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getValue()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getValue(String)","url":"getValue-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"getVersion()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getWaypoints(UUID)","url":"getWaypoints-java.util.UUID-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getWhitelist()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getWikiButton()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getWikipage()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getWitherProofBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getWitherSkullSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getWorld()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getWorlds()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_LEGGINGS"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"GitHubService(String)","url":"GitHubService-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_LEGGINGS"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"goBack(SlimefunGuideImplementation)","url":"goBack-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_10K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_12K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_14K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_16K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_18K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_20K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_22K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_24K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_24K_BLOCK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_4K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_6K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_8K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLDEN_APPLE_JUICE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"GoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"GOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"GPS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_ACTIVATION_DEVICE_PERSONAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_ACTIVATION_DEVICE_SHARED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_CONTROL_PANEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_EMERGENCY_TRANSMITTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_GEO_SCANNER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_MARKER_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TELEPORTATION_MATRIX"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TELEPORTER_PYLON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_4"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSControlPanel","l":"GPSControlPanel(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSControlPanel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSMarkerTool","l":"GPSMarkerTool(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSMarkerTool-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"GPSNetwork()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"GPSTransmitter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSTransmitter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRANDMAS_WALKING_STICK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRANDPAS_WALKING_STICK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRAPPLING_HOOK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GrapplingHook","l":"GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GrapplingHook-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"GrapplingHookListener()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GRIND_STONE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRIND_STONE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"GrindStone()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"GuideHistory(PlayerProfile)","url":"GuideHistory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"HALLOWEEN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"halt()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"handleAllNetworkLocationUpdate(Location)","url":"handleAllNetworkLocationUpdate-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"HandledBlock","l":"HandledBlock(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HandledBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"handleLocationUpdate(Location)","url":"handleLocationUpdate-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HARDENED_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HARDENED_METAL_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"harvestExoticGardenPlant(Block)","url":"harvestExoticGardenPlant-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasBlockInfo(Block)","url":"hasBlockInfo-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasBlockInfo(Location)","url":"hasBlockInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasChunkInfo(World, int, int)","url":"hasChunkInfo-org.bukkit.World-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"hasDependency(String)","url":"hasDependency-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"hasDiverged(ItemStack)","url":"hasDiverged-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"hasFireworksEnabled(Player)","url":"hasFireworksEnabled-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"HASH"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"hashCode()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"HashedArmorpiece()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasInventory(Block)","url":"hasInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasInventory(Location)","url":"hasInventory-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"hasLanguage(String)","url":"hasLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"hasLanguage(String)","url":"hasLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"hasNoPickupFlag(Item)","url":"hasNoPickupFlag-org.bukkit.entity.Item-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasPermission(Player, SlimefunItem, boolean)","url":"hasPermission-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"hasPermission(Permissible, SlimefunItem)","url":"hasPermission-org.bukkit.permissions.Permissible-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"hasTexture()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(String)","url":"hasUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(Block)","url":"hasUniversalInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(Location)","url":"hasUniversalInventory-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"hasUnlocked(Research)","url":"hasUnlocked-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"hasUnlocked(Player, PlayerProfile)","url":"hasUnlocked-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasUnlocked(Player, SlimefunItem, boolean)","url":"hasUnlocked-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasUnlocked(Player, ItemStack, boolean)","url":"hasUnlocked-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"HAZMAT_SUIT_REQUIRED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HAZMATSUIT_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HAZMATSUIT_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"HEATED_PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATED_PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATED_PRESSURE_CHAMBER_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"HeatedPressureChamber(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HeatedPressureChamber-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATING_COIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEAVY_CREAM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HERCULES_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"HerculesPickaxe","l":"HerculesPickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HerculesPickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"hidden"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"HIGH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HOLOGRAM_PROJECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"HologramProjector","l":"HologramProjector(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"HologramProjector-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HOOK"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"humanize(String)","url":"humanize-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ICY_BOW"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"IcyBow","l":"IcyBow(SlimefunItemStack, ItemStack[])","url":"IcyBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"id"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"IdConflictException","l":"IdConflictException(SlimefunItem, SlimefunItem)","url":"IdConflictException-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"IGNITION_CHAMBER"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"IncompatibleItemHandlerException","l":"IncompatibleItemHandlerException(String, SlimefunItem, ItemHandler)","url":"IncompatibleItemHandlerException-java.lang.String-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"index()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFERNAL_BONEMEAL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"InfernalBonemeal","l":"InfernalBonemeal(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"InfernalBonemeal-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"info(String)","url":"info-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"info(CommandSender)","url":"info-org.bukkit.command.CommandSender-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_HOPPER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_MAGNET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"InfusedHopper(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"InfusedHopper-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"init()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"inject(Block)","url":"inject-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"INSERT"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"instance"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"IRON_DUST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"IronGolemListener","l":"IronGolemListener(SlimefunPlugin)","url":"IronGolemListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"isActive()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isAddonItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemRestriction","l":"isAllowed(PlayerProfile, Player, SlimefunItem, ItemStack)","url":"isAllowed-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"isAtLeast(MinecraftVersion)","url":"isAtLeast-io.github.thebusybiscuit.slimefun4.api.MinecraftVersion-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"isCancelled()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"isChargable(Block)","url":"isChargable-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"isChargable(Location)","url":"isChargable-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isChestTerminalInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"isConsumable()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isCoreProtectInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"DamageableItem","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"isDefault()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"isDirty()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"isDirty()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isDisabled()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isDisenchantable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"BasicCircuitBoard","l":"isDroppedFromGolems()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isEmeraldEnchantsInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"isEnabled()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"isEnabled()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"isEnabled(Player, SlimefunItem, boolean)","url":"isEnabled-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"isEnabled(Player, ItemStack, boolean)","url":"isEnabled-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isEnchantable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"isEventCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isExoticGardenInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isFreeCreativeResearchingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"isGuideItem(ItemStack)","url":"isGuideItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"isHalted()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"isHidden()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isHidden()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"isHidden(Player)","url":"isHidden-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isInventory(String)","url":"isInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isItem(ItemStack)","url":"isItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"isItemSimilar(ItemStack, ItemStack, boolean)","url":"isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"isItemSimilar(ItemStack, ItemStack, boolean)","url":"isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"isItemSoulbound(ItemStack)","url":"isItemSoulbound-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"isJumping(UUID)","url":"isJumping-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"isLanguageLoaded(String)","url":"isLanguageLoaded-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"isLoaded(UUID)","url":"isLoaded-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"isLoggingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"isMarkedForDeletion()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"isObtainableFromGEOMiner()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"isOfficial()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isPlaceholderAPIInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"isPresent(Player)","url":"isPresent-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"isPrivate()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"isPrivate()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"isProcessing(Block)","url":"isProcessing-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"isProcessing(Location)","url":"isProcessing-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"isProcessing(Location)","url":"isProcessing-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isResearchFireworkEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isResearchingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"isSoulbound(ItemStack)","url":"isSoulbound-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"isSurvivalMode()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"isSurvivalMode()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"isSymmetric()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"isSynchronized()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"isSynchronized()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isTicking()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"isTileEntity(Material)","url":"isTileEntity-org.bukkit.Material-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isUniversal()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isUniversalInventory(String)","url":"isUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isUseableInWorkbench()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"isValid()"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"isVisible()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"isWorldRegistered(String)","url":"isWorldRegistered-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"item"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"item"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"ItemPickupListener(SlimefunPlugin)","url":"ItemPickupListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"items"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"ItemSetting(String, T)","url":"ItemSetting-java.lang.String-T-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"iterator()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"JetBoots","l":"JetBoots(SlimefunItemStack, ItemStack[], double)","url":"JetBoots-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetBootsTask","l":"JetBootsTask(Player, double)","url":"JetBootsTask-org.bukkit.entity.Player-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Jetpack","l":"Jetpack(SlimefunItemStack, ItemStack[], double)","url":"Jetpack-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"JetpackTask(Player, double)","url":"JetpackTask-org.bukkit.entity.Player-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"Juice","l":"Juice(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Juice-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"Juicer()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"JUICER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"JUICER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_COOKIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"key"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"killEntities(Block, double, Predicate)","url":"killEntities-org.bukkit.block.Block-double-java.util.function.Predicate-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeFlask","l":"KnowledgeFlask(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"KnowledgeFlask-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeTome","l":"KnowledgeTome(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"KnowledgeTome-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"Language(String, String)","url":"Language-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LARGE_CAPACITOR"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"launchFirework(Location, Color)","url":"launchFirework-org.bukkit.Location-org.bukkit.Color-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"launchRandom(Entity, int)","url":"launchRandom-org.bukkit.entity.Entity-int-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_CRYSTAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_GENERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"LavaGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"LavaGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LEAD_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LEAD_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"load()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"load()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"load()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"load()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"load()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"load()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"load(Config)","url":"load-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"load(SlimefunItem)","url":"load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"load(SlimefunPlugin)","url":"load-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"load(SlimefunPlugin)","url":"load-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"load(SlimefunPlugin)","url":"load-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"load(SlimefunPlugin)","url":"load-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"loadEmbeddedLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"loadExoticGarden(Plugin, Function>)","url":"loadExoticGarden-org.bukkit.plugin.Plugin-java.util.function.Function-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"loadInventory(Location, BlockMenuPreset)","url":"loadInventory-org.bukkit.Location-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"PostSetup","l":"loadItems()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"loadUniversalInventory(BlockMenuPreset)","url":"loadUniversalInventory-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"LocalizationService(SlimefunPlugin, String)","url":"LocalizationService-me.mrCookieSlime.Slimefun.SlimefunPlugin-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"lock()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"LockedCategory(NamespacedKey, ItemStack, int, Category...)","url":"LockedCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-me.mrCookieSlime.Slimefun.Objects.Category...-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"LockedCategory(NamespacedKey, ItemStack, Category...)","url":"LockedCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.Category...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"LOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LUMBER_AXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"LumberAxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"LumberAxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"LUMPS_AND_MAGIC"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"machine(MachineTier, MachineType)","url":"machine-io.github.thebusybiscuit.slimefun4.core.attributes.MachineTier-io.github.thebusybiscuit.slimefun4.core.attributes.MachineType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"MACHINE"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"MachineFuel(int, ItemStack)","url":"MachineFuel-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"MachineFuel(int, ItemStack, ItemStack)","url":"MachineFuel-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"MachineRecipe(int, ItemStack[], ItemStack[])","url":"MachineRecipe-int-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MACHINES_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MAGIC"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MAGIC_ARMOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_EYE_OF_ENDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_SUGAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MAGIC_WORKBENCH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_WORKBENCH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGICAL_BOOK_COVER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicEyeOfEnder","l":"MagicEyeOfEnder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagicEyeOfEnder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MagicSugar","l":"MagicSugar(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagicSugar-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MagicWorkbench","l":"MagicWorkbench()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_SALT"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"MagnesiumGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagnesiumGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"MagnetTask(Player)","url":"MagnetTask-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAKESHIFT_SMELTERY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"MakeshiftSmeltery()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"markAsNoPickup(Item, String)","url":"markAsNoPickup-org.bukkit.entity.Item-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"markDirty()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"markDirty()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"markDirty()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"markForDeletion()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"matches(String)","url":"matches-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"MAX_USES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MeatJerky","l":"MeatJerky(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MeatJerky-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Medicine","l":"Medicine(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Medicine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MEDICINE"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"MEDIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MEDIUM_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","c":"MetricsService","l":"MetricsService(SlimefunPlugin)","url":"MetricsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"mine(Block, BlockMenu, Block)","url":"mine-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_13"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_14"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_15"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"MinecraftRecipeService(Plugin)","url":"MinecraftRecipeService-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"MinerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MinerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MISC"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"MissingDependencyException","l":"MissingDependencyException(SlimefunAddon, String)","url":"MissingDependencyException-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MOB_DROP"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"MODERATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MONSTER_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MonsterJerky","l":"MonsterJerky(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MonsterJerky-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"move(Block, BlockFace, Block)","url":"move-org.bukkit.block.Block-org.bukkit.block.BlockFace-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"move(Location)","url":"move-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"moveBlockInfo(Location, Location)","url":"moveBlockInfo-org.bukkit.Location-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"movedig(Block, BlockMenu, BlockFace, Block)","url":"movedig-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.BlockFace-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"multiblock"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"MultiBlock(SlimefunItem, Material[], BlockFace)","url":"MultiBlock-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.Material:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MULTIBLOCK"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"MultiBlockInteractEvent(Player, MultiBlock, Block)","url":"MultiBlockInteractEvent-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.MultiBlock-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"MultiBlockListener","l":"MultiBlockListener(SlimefunPlugin)","url":"MultiBlockListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)","url":"MultiBlockMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Multimeter","l":"Multimeter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Multimeter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MULTIMETER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"MultiTool(SlimefunItemStack, RecipeType, ItemStack[], String...)","url":"MultiTool-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MUTTON_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NECROTIC_SKULL"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"needsCooling()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NEPTUNIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_ICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_ICE_COOLANT_CELL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"NetherGoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NetherGoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHERSTAR_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"NetherStarReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NetherStarReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"Network(Location)","url":"Network-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"NetworkListener(SlimefunPlugin)","url":"NetworkListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"NetworkManager(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"newInstance(BlockMenu, Block)","url":"newInstance-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"newInstance(BlockMenu, Location)","url":"newInstance-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"next(Player, int, ChestMenu)","url":"next-org.bukkit.entity.Player-int-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NICKEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NIGHT_VISION_GOGGLES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"NON_FIGHTER"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"NONE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"NONE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"NUCLEAR_REACTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NUCLEAR_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"NuclearReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NuclearReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"NULL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"OIL_PUMP"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"OilPump(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"OilPump-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onAnvil(InventoryClickEvent)","url":"onAnvil-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHit(EntityDamageEvent)","url":"onArrowHit-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHit(ProjectileHitEvent)","url":"onArrowHit-org.bukkit.event.entity.ProjectileHitEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onArrowHit(ProjectileHitEvent)","url":"onArrowHit-org.bukkit.event.entity.ProjectileHitEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHitEntity(EntityDamageByEntityEvent)","url":"onArrowHitEntity-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onArrowSuccessfulHit(EntityDamageByEntityEvent)","url":"onArrowSuccessfulHit-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"WitherProof","l":"onAttack(Block, Wither)","url":"onAttack-org.bukkit.block.Block-org.bukkit.entity.Wither-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"onAttack(Block, Wither)","url":"onAttack-org.bukkit.block.Block-org.bukkit.entity.Wither-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"onBlockBreak(BlockBreakEvent)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onBlockBreak(BlockBreakEvent)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockBreakHandler","l":"onBlockBreak(BlockBreakEvent, ItemStack, int, List)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-org.bukkit.inventory.ItemStack-int-java.util.List-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"onBlockDispense(BlockDispenseEvent, Dispenser, Block, SlimefunItem)","url":"onBlockDispense-org.bukkit.event.block.BlockDispenseEvent-org.bukkit.block.Dispenser-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DispenserListener","l":"onBlockDispensing(BlockDispenseEvent)","url":"onBlockDispensing-org.bukkit.event.block.BlockDispenseEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onBlockFall(EntityChangeBlockEvent)","url":"onBlockFall-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SeismicAxeListener","l":"onBlockFall(EntityChangeBlockEvent)","url":"onBlockFall-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"onBlockPlace(BlockPlaceEvent)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockPlace(BlockPlaceEvent)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockPlaceHandler","l":"onBlockPlace(BlockPlaceEvent, ItemStack)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockRegister(BlockPlaceEvent)","url":"onBlockRegister-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockUnregister(BlockBreakEvent)","url":"onBlockUnregister-org.bukkit.event.block.BlockBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onBowUse(EntityShootBowEvent)","url":"onBowUse-org.bukkit.event.entity.EntityShootBowEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onBreak(Player, Block)","url":"onBreak-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"SlimefunBlockHandler","l":"onBreak(Player, Block, SlimefunItem, UnregisterReason)","url":"onBreak-org.bukkit.entity.Player-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onBucketUse(PlayerBucketEmptyEvent)","url":"onBucketUse-org.bukkit.event.player.PlayerBucketEmptyEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"onClick(Player, ItemStack)","url":"onClick-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onClick(InventoryClickEvent)","url":"onClick-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onClose(InventoryCloseEvent)","url":"onClose-org.bukkit.event.inventory.InventoryCloseEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"onCommand(CommandSender, Command, String, String[])","url":"onCommand-org.bukkit.command.CommandSender-org.bukkit.command.Command-java.lang.String-java.lang.String:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"onCommand(PlayerCommandPreprocessEvent)","url":"onCommand-org.bukkit.event.player.PlayerCommandPreprocessEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemConsumeListener","l":"onConsume(PlayerItemConsumeEvent)","url":"onConsume-org.bukkit.event.player.PlayerItemConsumeEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemConsumptionHandler","l":"onConsume(PlayerItemConsumeEvent, Player, ItemStack)","url":"onConsume-org.bukkit.event.player.PlayerItemConsumeEvent-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onCraft(CraftItemEvent)","url":"onCraft-org.bukkit.event.inventory.CraftItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VampireBladeListener","l":"onDamage(EntityDamageByEntityEvent)","url":"onDamage-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"onDamage(EntityDamageEvent)","url":"onDamage-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"onDamage(EntityDeathEvent)","url":"onDamage-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onDamageGet(EntityDamageEvent)","url":"onDamageGet-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ButcherAndroidListener","l":"onDeath(EntityDeathEvent)","url":"onDeath-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DeathpointListener","l":"onDeath(EntityDeathEvent)","url":"onDeath-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DebugFishListener","l":"onDebug(PlayerInteractEvent)","url":"onDebug-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"onDisable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"PlayerProfileListener","l":"onDisconnect(PlayerQuitEvent)","url":"onDisconnect-org.bukkit.event.player.PlayerQuitEvent-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"onEnable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onEnchant(EnchantItemEvent)","url":"onEnchant-org.bukkit.event.enchantment.EnchantItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ExplosionsListener","l":"onEntityExplode(EntityExplodeEvent)","url":"onEntityExplode-org.bukkit.event.entity.EntityExplodeEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EntityKillListener","l":"onEntityKill(EntityDeathEvent)","url":"onEntityKill-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"onEntityPickup(EntityPickupItemEvent)","url":"onEntityPickup-org.bukkit.event.entity.EntityPickupItemEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"ItemManipulationEvent","l":"onEvent(int, ItemStack, ItemStack)","url":"onEvent-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"onExecute(CommandSender, String[])","url":"onExecute-org.bukkit.command.CommandSender-java.lang.String:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onExplode(Block)","url":"onExplode-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"onFuelBurn(FurnaceBurnEvent)","url":"onFuelBurn-org.bukkit.event.inventory.FurnaceBurnEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onGrindstone(InventoryClickEvent)","url":"onGrindstone-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"onHit(EntityDamageByEntityEvent, LivingEntity)","url":"onHit-org.bukkit.event.entity.EntityDamageByEntityEvent-org.bukkit.entity.LivingEntity-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"onHopperPickup(InventoryPickupItemEvent)","url":"onHopperPickup-org.bukkit.event.inventory.InventoryPickupItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"onInteract(PlayerRightClickEvent)","url":"onInteract-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"onInteract(PlayerRightClickEvent)","url":"onInteract-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"MultiBlockInteractionHandler","l":"onInteract(Player, MultiBlock, Block)","url":"onInteract-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.MultiBlock-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"ArmorForge","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"EnhancedCraftingTable","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MagicWorkbench","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"IronGolemListener","l":"onIronGolemHeal(PlayerInteractEntityEvent)","url":"onIronGolemHeal-org.bukkit.event.player.PlayerInteractEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onItemBreak(PlayerItemBreakEvent)","url":"onItemBreak-org.bukkit.event.player.PlayerItemBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onItemDrop(PlayerDropItemEvent)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"onItemDrop(PlayerDropItemEvent)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"onItemDrop(PlayerDropItemEvent, Player, Item)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-org.bukkit.entity.Player-org.bukkit.entity.Item-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"onItemSmelt(FurnaceSmeltEvent)","url":"onItemSmelt-org.bukkit.event.inventory.FurnaceSmeltEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"onJoin(PlayerJoinEvent)","url":"onJoin-org.bukkit.event.player.PlayerJoinEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onKill(EntityDeathEvent)","url":"onKill-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"EntityKillHandler","l":"onKill(EntityDeathEvent, Entity, Player, ItemStack)","url":"onKill-org.bukkit.event.entity.EntityDeathEvent-org.bukkit.entity.Entity-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onLiquidFlow(BlockFromToEvent)","url":"onLiquidFlow-org.bukkit.event.block.BlockFromToEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"onOpen(Player)","url":"onOpen-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onPistonExtend(BlockPistonExtendEvent)","url":"onPistonExtend-org.bukkit.event.block.BlockPistonExtendEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onPistonRetract(BlockPistonRetractEvent)","url":"onPistonRetract-org.bukkit.event.block.BlockPistonRetractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onPlace(Player, Block)","url":"onPlace-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"SlimefunBlockHandler","l":"onPlace(Player, Block, SlimefunItem)","url":"onPlace-org.bukkit.entity.Player-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"onPlaceBreak(BlockPlaceEvent)","url":"onPlaceBreak-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onPreBrew(InventoryClickEvent)","url":"onPreBrew-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onPrepareCraft(PrepareItemCraftEvent)","url":"onPrepareCraft-org.bukkit.event.inventory.PrepareItemCraftEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TeleporterListener","l":"onPressurePlateEnter(PlayerInteractEvent)","url":"onPressurePlateEnter-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"FireworksListener","l":"onResearchFireworkDamage(EntityDamageByEntityEvent)","url":"onResearchFireworkDamage-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"onRespawn(PlayerRespawnEvent)","url":"onRespawn-org.bukkit.event.player.PlayerRespawnEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"onRightClick(PlayerRightClickEvent)","url":"onRightClick-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemUseHandler","l":"onRightClick(PlayerRightClickEvent)","url":"onRightClick-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"MultiBlockListener","l":"onRightClick(PlayerInteractEvent)","url":"onRightClick-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"onRightClick(PlayerInteractEvent)","url":"onRightClick-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"ExplosiveBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"IcyBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onSprint(PlayerToggleSprintEvent)","url":"onSprint-org.bukkit.event.player.PlayerToggleSprintEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"CoolerListener","l":"onStarve(FoodLevelChangeEvent)","url":"onStarve-org.bukkit.event.entity.FoodLevelChangeEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"onTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"onTick()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GadgetsListener","l":"onToggleSneak(PlayerToggleSneakEvent)","url":"onToggleSneak-org.bukkit.event.player.PlayerToggleSneakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"onTrample(PlayerInteractEvent)","url":"onTrample-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WitherListener","l":"onWitherDestroy(EntityChangeBlockEvent)","url":"onWitherDestroy-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"onWorldLoad(WorldLoadEvent)","url":"onWorldLoad-org.bukkit.event.world.WorldLoadEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"onWorldUnload(WorldUnloadEvent)","url":"onWorldUnload-org.bukkit.event.world.WorldUnloadEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"open(Player...)","url":"open-org.bukkit.entity.Player...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"open(Player, Block)","url":"open-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"openBackpack(Player, ItemStack, SlimefunBackpack)","url":"openBackpack-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-io.github.thebusybiscuit.slimefun4.implementation.items.tools.SlimefunBackpack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openCategory(PlayerProfile, Category, SlimefunGuideLayout, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openCheatMenu(Player)","url":"openCheatMenu-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"openEditor(Player, Block)","url":"openEditor-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openGuide(Player, SlimefunGuideLayout)","url":"openGuide-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openGuide(Player, ItemStack)","url":"openGuide-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"openLastEntry(SlimefunGuideImplementation)","url":"openLastEntry-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openMainMenu(PlayerProfile, SlimefunGuideLayout, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openSearch(PlayerProfile, String, boolean, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"openSettings(Player, ItemStack)","url":"openSettings-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"openTeleporterGUI(Player, UUID, Block, int)","url":"openTeleporterGUI-org.bukkit.entity.Player-java.util.UUID-org.bukkit.block.Block-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"openTransmitterControlPanel(Player)","url":"openTransmitterControlPanel-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"openWaypointControlPanel(Player)","url":"openWaypointControlPanel-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ORE_CRUSHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORE_CRUSHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ORE_WASHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORE_WASHER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"OreCrusher()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"OreWasher()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"OUTPUT_CHEST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"Parachute","l":"Parachute(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Parachute-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PARACHUTE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ParachuteTask","l":"ParachuteTask(Player)","url":"ParachuteTask-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"parseGitHubDate(String)","url":"parseGitHubDate-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"PermissionsService(SlimefunPlugin)","url":"PermissionsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"PersonalActivationPlate","l":"PersonalActivationPlate(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PersonalActivationPlate-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_CONTAINMENT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_THE_SEEKER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_VEIN_MINING"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfContainment","l":"PickaxeOfContainment(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfContainment-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"PickaxeOfTheSeeker(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfTheSeeker-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfVeinMining","l":"PickaxeOfVeinMining(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfVeinMining-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PLASTIC_SHEET"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"PLAYER_BREAK"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"PlayerBackpack(PlayerProfile, int)","url":"PlayerBackpack-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"PlayerBackpack(PlayerProfile, int, int)","url":"PlayerBackpack-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"PlayerLanguageChangeEvent(Player, Language, Language)","url":"PlayerLanguageChangeEvent-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"PlayerProfileListener","l":"PlayerProfileListener(SlimefunPlugin)","url":"PlayerProfileListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"PlayerRightClickEvent(PlayerInteractEvent)","url":"PlayerRightClickEvent-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"plugin"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PLUTONIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORK_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"PORTABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_CRAFTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_DUSTBIN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_GEO_SCANNER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableCrafter","l":"PortableCrafter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableCrafter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableDustbin","l":"PortableDustbin(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableDustbin-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"PortableGEOScanner","l":"PortableGEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableGEOScanner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POTATO_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POTATO_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"power(int, String)","url":"power-int-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POWER_CRYSTAL"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"powerBuffer(int)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"powerPerSecond(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoManager","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"EnergyRegulator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"preset"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PRESSURE_CHAMBER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"PressureChamber()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_WOODCUTTER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"ProgrammableAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ProgrammableAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PULVERIZED_ORE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PUMPKIN_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PURE_ORE_CLUSTER"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"pushItem(ItemStack, int...)","url":"pushItem-org.bukkit.inventory.ItemStack-int...-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"pushItems(Block, ItemStack...)","url":"pushItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"queueDelete(Location, boolean)","url":"queueDelete-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"queueMove(Location, Location)","url":"queueMove-org.bukkit.Location-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RABBIT_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RADIANT_BACKPACK"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"radioactive(Radioactivity)","url":"radioactive-io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"RadioactiveItem","l":"RadioactiveItem(Category, Radioactivity, SlimefunItemStack, RecipeType, ItemStack[])","url":"RadioactiveItem-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Rag","l":"Rag(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Rag-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_XMAS"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RainbowBlock","l":"RainbowBlock(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, RainbowTicker)","url":"RainbowBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.handlers.RainbowTicker-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"RainbowTicker(MaterialCollection)","url":"RainbowTicker-io.github.thebusybiscuit.cscorelib2.materials.MaterialCollection-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"RainbowTicker(Material...)","url":"RainbowTicker-org.bukkit.Material...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAW_CARBONADO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REACTOR_ACCESS_PORT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REACTOR_COOLANT_CELL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"ReactorAccessPort(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ReactorAccessPort-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipe"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipeOutput"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipeType"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(MinecraftRecipe)","url":"RecipeType-io.github.thebusybiscuit.cscorelib2.recipes.MinecraftRecipe-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(ItemStack)","url":"RecipeType-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(ItemStack, String)","url":"RecipeType-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, SlimefunItemStack, String...)","url":"RecipeType-org.bukkit.NamespacedKey-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, ItemStack)","url":"RecipeType-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, ItemStack, BiConsumer, String...)","url":"RecipeType-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-java.util.function.BiConsumer-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"recordUsage(Map)","url":"recordUsage-java.util.Map-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REDSTONE_ALLOY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"Refinery(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Refinery-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"REFINERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REFINERY"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"register()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"register()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"register()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"register()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"register(GEOResource)","url":"register-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"register(SlimefunAddon)","url":"register-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"register(SlimefunAddon)","url":"register-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"register(Iterable)","url":"register-java.lang.Iterable-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"register(Iterable)","url":"register-java.lang.Iterable-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"register(ItemStack[], ItemStack)","url":"register-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"registerArmorSet(ItemStack, ItemStack[], String, boolean, SlimefunAddon)","url":"registerArmorSet-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-boolean-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"registerArmorSet(ItemStack, ItemStack[], String, PotionEffect[][], boolean, SlimefunAddon)","url":"registerArmorSet-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-org.bukkit.potion.PotionEffect:A:A-boolean-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"registerBlockHandler(String, SlimefunBlockHandler)","url":"registerBlockHandler-java.lang.String-me.mrCookieSlime.Slimefun.Objects.SlimefunBlockHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"registerComponent(String)","url":"registerComponent-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"registerDefaultRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerDefaultRecipes()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"registerEvent(ItemManipulationEvent)","url":"registerEvent-me.mrCookieSlime.Slimefun.api.inventory.ItemManipulationEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"registerEvent(ItemManipulationEvent)","url":"registerEvent-me.mrCookieSlime.Slimefun.api.inventory.ItemManipulationEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"registerFuel(MachineFuel)","url":"registerFuel-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerGuideHandler(GuideHandler)","url":"registerGuideHandler-me.mrCookieSlime.Slimefun.api.GuideHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"registerNetwork(Network)","url":"registerNetwork-io.github.thebusybiscuit.slimefun4.api.network.Network-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(int, ItemStack[], ItemStack[])","url":"registerRecipe-int-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(int, ItemStack, ItemStack)","url":"registerRecipe-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(MachineRecipe)","url":"registerRecipe-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerResearch(Research, ItemStack...)","url":"registerResearch-me.mrCookieSlime.Slimefun.Objects.Research-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerResearch(NamespacedKey, int, String, int, ItemStack...)","url":"registerResearch-org.bukkit.NamespacedKey-int-java.lang.String-int-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"regulator"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"REGULATOR"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"regulatorNodes"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_PLATE"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"reload()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"remove(Block)","url":"remove-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"removeParent(Category)","url":"removeParent-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REPAIRED_SPAWNER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RepairedSpawner","l":"RepairedSpawner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"RepairedSpawner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"replaceExistingItem(int, ItemStack)","url":"replaceExistingItem-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"replaceExistingItem(int, ItemStack, boolean)","url":"replaceExistingItem-int-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"research"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"Research(NamespacedKey, int, String, int)","url":"Research-org.bukkit.NamespacedKey-int-java.lang.String-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"ResearchUnlockEvent(Player, Research)","url":"ResearchUnlockEvent-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"ResourceManager(SlimefunPlugin)","url":"ResourceManager-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"RESOURCES"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"retrieve(Block)","url":"retrieve-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUBBER_BOOTS"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BackupService","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"AncientAltarTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ArmorTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"SlimefunStartupTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"run()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"run(Player, boolean, boolean)","url":"run-org.bukkit.entity.Player-boolean-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_AIR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_EARTH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_ENDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_LIGHTNING"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_RAINBOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_SOULBOUND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_WATER"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"runSync(Runnable)","url":"runSync-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"runSync(Runnable, long)","url":"runSync-java.lang.Runnable-long-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SALT"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"save()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"save(boolean)"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"save(boolean, boolean)"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"save(File)","url":"save-java.io.File-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"save(Location)","url":"save-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"saveAllBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"saveAllPlayers()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"SaveHandler(DirtyChestMenu, ChestMenu.MenuOpeningHandler)","url":"SaveHandler-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu.MenuOpeningHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"scan(Player, Block)","url":"scan-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SCROLL_OF_DIMENSIONAL_TELEPOSITION"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SCUBA_HELMET"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"SeasonalCategory(NamespacedKey, Month, int, ItemStack)","url":"SeasonalCategory-org.bukkit.NamespacedKey-java.time.Month-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEEDS_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEEDS_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEISMIC_AXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"SeismicAxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SeismicAxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SeismicAxeListener","l":"SeismicAxeListener(SlimefunPlugin)","url":"SeismicAxeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"SEMICOLON"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"sendHelp(CommandSender)","url":"sendHelp-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, boolean)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, boolean, UnaryOperator)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-boolean-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, UnaryOperator)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String, boolean, UnaryOperator)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-boolean-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String, UnaryOperator)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"sendStats(CommandSender)","url":"sendStats-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"sendURL(CommandSender, String)","url":"sendURL-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"setBackpackId(Player, ItemStack, int, int)","url":"setBackpackId-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"setBlockData(Block, String)","url":"setBlockData-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Block, String, boolean)","url":"setBlockInfo-org.bukkit.block.Block-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Block, Config, boolean)","url":"setBlockInfo-org.bukkit.block.Block-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Location, String, boolean)","url":"setBlockInfo-org.bukkit.Location-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Location, Config, boolean)","url":"setBlockInfo-org.bukkit.Location-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setCategories(FileConfiguration)","url":"setCategories-org.bukkit.configuration.file.FileConfiguration-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setCategory(Category)","url":"setCategory-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setCharge(Block, int)","url":"setCharge-org.bukkit.block.Block-int-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setCharge(Location, int)","url":"setCharge-org.bukkit.Location-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setChunkInfo(World, int, int, String, String)","url":"setChunkInfo-org.bukkit.World-int-int-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"setContribution(String, int)","url":"setContribution-java.lang.String-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"setCost(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"setID(int)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"setItemData(ItemStack, String)","url":"setItemData-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"setItemData(ItemMeta, String)","url":"setItemData-org.bukkit.inventory.meta.ItemMeta-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"setItemMeta(ItemMeta)","url":"setItemMeta-org.bukkit.inventory.meta.ItemMeta-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setMessages(FileConfiguration)","url":"setMessages-org.bukkit.configuration.file.FileConfiguration-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipe(ItemStack[])","url":"setRecipe-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipeOutput(ItemStack)","url":"setRecipeOutput-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipeType(RecipeType)","url":"setRecipeType-me.mrCookieSlime.Slimefun.Lists.RecipeType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setRecipeTypes(FileConfiguration)","url":"setRecipeTypes-org.bukkit.configuration.file.FileConfiguration-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"setResearched(Research, boolean)","url":"setResearched-me.mrCookieSlime.Slimefun.Objects.Research-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setResearches(FileConfiguration)","url":"setResearches-org.bukkit.configuration.file.FileConfiguration-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"setResearchingEnabled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setResources(FileConfiguration)","url":"setResources-org.bukkit.configuration.file.FileConfiguration-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"setSelectedOption(Player, ItemStack, T)","url":"setSelectedOption-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-T-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"setSize(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"setSize(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"setSupplies(GEOResource, World, int, int, int)","url":"setSupplies-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-org.bukkit.World-int-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"setTexture(String)","url":"setTexture-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"setTexture(ItemStack, String)","url":"setTexture-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"setTexture(ItemMeta, String)","url":"setTexture-org.bukkit.inventory.meta.ItemMeta-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"setTicks(int)"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setUnsafeCharge(Location, int, boolean)","url":"setUnsafeCharge-org.bukkit.Location-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.resources","c":"GEOResourcesSetup","l":"setup()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"SlimefunItemSetup","l":"setup(SlimefunPlugin)","url":"setup-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"PostSetup","l":"setupItemSettings()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"ResearchSetup","l":"setupResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"PostSetup","l":"setupWiki()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setUseableInWorkbench(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"setUseBlock(Event.Result)","url":"setUseBlock-org.bukkit.event.Event.Result-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"setUseItem(Event.Result)","url":"setUseItem-org.bukkit.event.Event.Result-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"setValue(int)"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"shownRecipes"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SIFTED_ORE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"silent"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILICON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILVER_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILVER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"size()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"SLASH_SEPARATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_BOOTS_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_CHESTPLATE_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_HELMET_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_LEGGINGS_STEEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"SlimefunArmorPiece","l":"SlimefunArmorPiece(Category, SlimefunItemStack, RecipeType, ItemStack[], PotionEffect[])","url":"SlimefunArmorPiece-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.potion.PotionEffect:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"SlimefunBackpack(int, Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SlimefunBackpack-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"SlimefunBootsListener(SlimefunPlugin)","url":"SlimefunBootsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"SlimefunBow(SlimefunItemStack, ItemStack[])","url":"SlimefunBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"SlimefunBowListener()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"SlimefunCommand(SlimefunPlugin)","url":"SlimefunCommand-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"SlimefunGuideListener(SlimefunPlugin, boolean)","url":"SlimefunGuideListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, ItemStack, String, RecipeType, ItemStack[])","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemConsumeListener","l":"SlimefunItemConsumeListener(SlimefunPlugin)","url":"SlimefunItemConsumeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"SlimefunItemListener(SlimefunPlugin)","url":"SlimefunItemListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, String, String...)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, String, Consumer)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, Consumer)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Color, PotionEffect, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Color-org.bukkit.potion.PotionEffect-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack, Consumer)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, String, Consumer)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, Color, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-org.bukkit.Color-java.lang.String-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"SlimefunLocalization(SlimefunPlugin)","url":"SlimefunLocalization-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)","url":"SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"SlimefunMachine(Category, ItemStack, String, ItemStack[], ItemStack[], BlockFace)","url":"SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"SlimefunPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"SlimefunRegistry()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"SlimefunStartupTask","l":"SlimefunStartupTask(SlimefunPlugin, Runnable)","url":"SlimefunStartupTask-me.mrCookieSlime.Slimefun.SlimefunPlugin-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMALL_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMALL_URANIUM"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"SmeltersPickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SmeltersPickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"Smeltery()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_4"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_PANEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"SolarGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SolarGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"SolarHelmet","l":"SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SolarHelmet-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_AXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_BOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_HOE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_PICKAXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_SHOVEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_SWORD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_TRIDENT"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundBackpack","l":"SoulboundBackpack(int, Category, SlimefunItemStack, ItemStack[])","url":"SoulboundBackpack-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundItem","l":"SoulboundItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SoulboundItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"SoulboundListener(SlimefunPlugin)","url":"SoulboundListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundRune","l":"SoulboundRune(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SoulboundRune-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"speed(float)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Splint","l":"Splint(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"Splint-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SPLINT"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"STABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_ELEMENTAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_STORM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_WATER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_WIND"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","c":"MetricsService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"start(SlimefunPlugin)","url":"start-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"start(Plugin)","url":"start-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"start(Plugin, int)","url":"start-org.bukkit.plugin.Plugin-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"startNewTick()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"StatusEffect(NamespacedKey)","url":"StatusEffect-org.bukkit.NamespacedKey-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_PLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_THRUSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STONE_CHUNK"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"store(String, Object)","url":"store-java.lang.String-java.lang.Object-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"store(Block, String)","url":"store-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"store(Block, ItemStack)","url":"store-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"StormStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"StormStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"SubCommand(SlimefunPlugin, SlimefunCommand)","url":"SubCommand-me.mrCookieSlime.Slimefun.SlimefunPlugin-io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"suffix"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SULFATE"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"SUPPORTED_TAGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRIES_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRIES_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRY_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWORD_OF_BEHEADING"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SwordOfBeheading","l":"SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SwordOfBeheading-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_DIAMOND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_EMERALD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_SAPPHIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TABLE_SAW"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"TableSaw()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], boolean, boolean, String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], boolean, boolean, String, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(Category, SlimefunItemStack, ItemStack[], boolean, boolean, String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_ANGEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_ANVIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_HUNTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_KNIGHT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_LAVA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_MAGICIAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_TRAVELLER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WARRIOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WATER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WHIRLWIND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WIZARD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"TalismanListener(SlimefunPlugin)","url":"TalismanListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TALISMANS_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TALISMANS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TECH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TECH_MISC"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"teleport(UUID, int, Location, Location, boolean)","url":"teleport-java.util.UUID-int-org.bukkit.Location-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"TeleportationManager(GPSNetwork)","url":"TeleportationManager-io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"Teleporter","l":"Teleporter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Teleporter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TeleporterListener","l":"TeleporterListener(SlimefunPlugin)","url":"TeleporterListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"TelepositionScroll","l":"TelepositionScroll(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TelepositionScroll-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"TERMINUS"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"terminusNodes"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"texture"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"ThirdPartyPluginService(SlimefunPlugin)","url":"ThirdPartyPluginService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"tick()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"tick(Block, boolean)","url":"tick-org.bukkit.block.Block-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"tick(Block, SlimefunItem, Config)","url":"tick-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"tick(Block, SlimefunItem, Config)","url":"tick-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"TickerTask()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"tier"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"timeDelta(Date)","url":"timeDelta-java.util.Date-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TIN_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TIN_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TINY_URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"toItem()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"toJSON()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TOME_OF_KNOWLEDGE_SHARING"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TOOLS"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TOTEM_OF_UNDYING"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"trackHistory()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Translators","l":"Translators(ConcurrentMap)","url":"Translators-java.util.concurrent.ConcurrentMap-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TRASH_CAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"TrashCan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TrashCan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TREE_GROWTH_ACCELERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"TreeGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TreeGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"tryCatch(Function, Runnable)","url":"tryCatch-java.util.function.Function-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"unique"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"uniqueTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"uniqueTick()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"UniversalBlockMenu(BlockMenuPreset)","url":"UniversalBlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"UniversalBlockMenu(BlockMenuPreset, Config)","url":"UniversalBlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"UNKNOWN"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"UNKNOWN"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"unlock(Player, boolean)","url":"unlock-org.bukkit.entity.Player-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"UNOFFICIAL"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"UNREGISTERED"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"UnregisteredItemException","l":"UnregisteredItemException(SlimefunItem)","url":"UnregisteredItemException-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"unregisterNetwork(Network)","url":"unregisterNetwork-io.github.thebusybiscuit.slimefun4.api.network.Network-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"update()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"update(Block, String)","url":"update-org.bukkit.block.Block-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"update(ItemStack, SlimefunItem)","url":"update-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"ReactorHologram","l":"update(Location, String)","url":"update-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"update(T)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"updateProgressbar(ChestMenu, int, int, int, ItemStack)","url":"updateProgressbar-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int-int-int-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"updateRandomizer()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"UpdaterService(Plugin, File)","url":"UpdaterService-org.bukkit.plugin.Plugin-java.io.File-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"updateTransmitter(Location, UUID, boolean)","url":"updateTransmitter-org.bukkit.Location-java.util.UUID-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"upgrade()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"useableInWorkbench"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"useBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"useItem()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"VALENTINES_DAY"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VampireBladeListener","l":"VampireBladeListener(SlimefunPlugin)","url":"VampireBladeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"VANILLA"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"VanillaItem","l":"VanillaItem(Category, ItemStack, String, RecipeType, ItemStack[])","url":"VanillaItem-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"VanillaMachinesListener(SlimefunPlugin)","url":"VanillaMachinesListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"VERY_DEADLY"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"VERY_HIGH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Vitamins","l":"Vitamins(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Vitamins-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"VITAMINS"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"warn(String)","url":"warn-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemRestriction","l":"warnPlayer(PlayerProfile, Player, SlimefunItem, ItemStack)","url":"warnPlayer-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WaterStaff","l":"WaterStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WaterStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"WEAPONS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_FLOUR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WindStaff","l":"WindStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WindStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"WITHDRAW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_ASSEMBLER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_PROOF_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_PROOF_OBSIDIAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"WitherAssembler(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WitherAssembler-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WitherListener","l":"WitherListener(SlimefunPlugin)","url":"WitherListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"WitherProofBlock(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WitherProofBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"WitherProofBlock(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"WitherProofBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"WOODCUTTER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"WoodcutterAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WoodcutterAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"WorldListener(SlimefunPlugin)","url":"WorldListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WOVEN_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"XP_COLLECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"XPCollector(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"XPCollector-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ZINC_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ZINC_INGOT"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"_integrated_moveLocationInfo(Location, Location)","url":"Z:Z_integrated_moveLocationInfo-org.bukkit.Location-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"_integrated_removeBlockInfo(Location, boolean)","url":"Z:Z_integrated_removeBlockInfo-org.bukkit.Location-boolean-"}] \ No newline at end of file +memberSearchIndex = [{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"abortTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"AContainer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AContainer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"AContainer(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AContainer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(String)","url":"add-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(Category, int)","url":"add-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"add(SlimefunItem)","url":"add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(SlimefunItem)","url":"add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"add(SlimefunItem)","url":"add-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"add(Player, int, int, TimeUnit)","url":"add-org.bukkit.entity.Player-int-int-java.util.concurrent.TimeUnit-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"add(Player, int, TimeUnit)","url":"add-org.bukkit.entity.Player-int-java.util.concurrent.TimeUnit-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"add(ItemStack, int)","url":"add-org.bukkit.inventory.ItemStack-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Block, String, String)","url":"addBlockInfo-org.bukkit.block.Block-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Block, String, String, boolean)","url":"addBlockInfo-org.bukkit.block.Block-java.lang.String-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Location, String, String)","url":"addBlockInfo-org.bukkit.Location-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"addBlockInfo(Location, String, String, boolean)","url":"addBlockInfo-org.bukkit.Location-java.lang.String-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"addBlockTimings(Location, long)","url":"addBlockTimings-org.bukkit.Location-long-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"addCharge(Block, int)","url":"addCharge-org.bukkit.block.Block-int-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"addCharge(Location, int)","url":"addCharge-org.bukkit.Location-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands.subcommands","c":"Commands","l":"addCommands(SlimefunCommand, Collection)","url":"addCommands-io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand-java.util.Collection-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"addEntry(List, List)","url":"addEntry-java.util.List-java.util.List-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"addGrapplingHook(UUID, Arrow, Bat, boolean, long)","url":"addGrapplingHook-java.util.UUID-org.bukkit.entity.Arrow-org.bukkit.entity.Bat-boolean-long-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"addItem(int, ItemStack)","url":"addItem-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addItemHandler(ItemHandler...)","url":"addItemHandler-me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler...-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"addItems(SlimefunItem...)","url":"addItems-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"addItems(Block, ItemStack...)","url":"addItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addItemSetting(ItemSetting...)","url":"addItemSetting-io.github.thebusybiscuit.slimefun4.api.items.ItemSetting...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"addLanguage(String, String)","url":"addLanguage-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"addLanguage(String, String)","url":"addLanguage-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"addLocationToNetwork(Location)","url":"addLocationToNetwork-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"addMenuOpeningHandler(ChestMenu.MenuOpeningHandler)","url":"addMenuOpeningHandler-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu.MenuOpeningHandler-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addOficialWikipage(String)","url":"addOficialWikipage-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"addon"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"addOption(SlimefunGuideOption)","url":"addOption-io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideOption-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"addParent(Category)","url":"addParent-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"addPermanent(Player, int)","url":"addPermanent-org.bukkit.entity.Player-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"addRecipe(ItemStack[], ItemStack)","url":"addRecipe-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"addStoredEnergy(ItemStack, float)","url":"addStoredEnergy-org.bukkit.inventory.ItemStack-float-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"addWaypoint(Player, String, Location)","url":"addWaypoint-org.bukkit.entity.Player-java.lang.String-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"addWaypoint(Player, Location)","url":"addWaypoint-org.bukkit.entity.Player-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"ADVANCED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ADVANCED_CIRCUIT_BOARD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ADVANCED_DIGITAL_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"ADVANCED_FARMER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"AdvancedCargoOutputNode","l":"AdvancedCargoOutputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AdvancedCargoOutputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"AdvancedFarmerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AdvancedFarmerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"AGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"ALPHANUMERIC"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"AltarRecipe(List, ItemStack)","url":"AltarRecipe-java.util.List-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_BRASS_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_BRONZE_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ALUMINUM_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ANCIENT_ALTAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANCIENT_ALTAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANCIENT_PEDESTAL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AncientAltar","l":"AncientAltar(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AncientAltar-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"AncientAltarListener()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"AncientAltarTask","l":"AncientAltarTask(Block, ItemStack, List, List)","url":"AncientAltarTask-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-java.util.List-java.util.List-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AncientPedestal","l":"AncientPedestal(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"AncientPedestal-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"ANDROID_DIG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_INTERFACE_FUEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_INTERFACE_ITEMS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANDROID_MEMORY_CORE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"AndroidInstance(ProgrammableAndroid, Block)","url":"AndroidInstance-io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"AndroidMineEvent(Block, AndroidInstance)","url":"AndroidMineEvent-org.bukkit.block.Block-io.github.thebusybiscuit.slimefun4.implementation.items.androids.AndroidInstance-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ANIMAL_GROWTH_ACCELERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"AnimalGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AnimalGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"APPLE_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"AReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"ARMOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ARMOR_FORGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMOR_FORGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMORED_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ARMORED_JETPACK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"ArmorForge","l":"ArmorForge()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ArmorTask","l":"ArmorTask()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"ASCII"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ANVIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ANVIL_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_BREEDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_DISENCHANTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_DRIER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_ENCHANTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTO_SMELT_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"AutoAnvil(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoAnvil-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"AutoBreeder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoBreeder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"AutoDisenchanter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoDisenchanter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"AutoDisenchantEvent(ItemStack)","url":"AutoDisenchantEvent-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"AutoDrier(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoDrier-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"AutoEnchanter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutoEnchanter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTOMATED_CRAFTING_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"AUTOMATED_PANNING_MACHINE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"AutomatedCraftingChamber(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"AutomatedCraftingChamber-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"AutomatedPanningMachine()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"AutoSavingService()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"AVERAGE"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"awaitInput(Player, Consumer)","url":"awaitInput-org.bukkit.entity.Player-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_LARGE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_MEDIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BACKPACK_SMALL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"BackpackListener()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BackupService","l":"BackupService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Bandage","l":"Bandage(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"Bandage-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BANDAGE"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"BASIC"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BASIC_CIRCUIT_BOARD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"BasicCircuitBoard","l":"BasicCircuitBoard(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BasicCircuitBoard-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BATTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEEF_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEETROOT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BEETROOT_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BIG_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BILLON_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BIO_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"BioGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BioGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"BIRTHDAY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"BirthdayCake","l":"BirthdayCake(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BirthdayCake-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLADE_OF_VAMPIRES"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLANK_RUNE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLISTERING_INGOT_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BLOCK_PLACER"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"BlockDataService(Plugin, String)","url":"BlockDataService-org.bukkit.plugin.Plugin-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"BlockInfoConfig()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"BlockInfoConfig(Map)","url":"BlockInfoConfig-java.util.Map-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"BlockListener(SlimefunPlugin)","url":"BlockListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"BlockMenu(BlockMenuPreset, Location)","url":"BlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"BlockMenu(BlockMenuPreset, Location, Config)","url":"BlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-org.bukkit.Location-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"BlockMenuPreset(String, String)","url":"BlockMenuPreset-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"BlockMenuPreset(String, String, boolean)","url":"BlockMenuPreset-java.lang.String-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"BlockPhysicsListener(SlimefunPlugin)","url":"BlockPhysicsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"BlockPlacer","l":"BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"BlockPlacer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"BlockStorage(World)","url":"BlockStorage-org.bukkit.World-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"BlockTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"BOOK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"BookSlimefunGuide()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOOSTED_URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOOTS_OF_THE_STOMPER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BOUND_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BRASS_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BROKEN_SPAWNER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BRONZE_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUCKET_OF_FUEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUCKET_OF_OIL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"ButcherAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ButcherAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ButcherAndroidListener","l":"ButcherAndroidListener(SlimefunPlugin)","url":"ButcherAndroidListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"BUTTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CACTUS_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"callItemHandler(Class, Consumer)","url":"callItemHandler-java.lang.Class-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"cancel"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"cancel()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"canOpen(Block, Player)","url":"canOpen-org.bukkit.block.Block-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"canOpen(Block, Player)","url":"canOpen-org.bukkit.block.Block-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"canUnlock(Player)","url":"canUnlock-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"Capacitor(int, SlimefunItemStack, RecipeType, ItemStack[])","url":"Capacitor-int-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"CAPACITOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_CHUNK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBON_PRESS_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_EDGED_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_EDGED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARBONADO_MULTI_TOOL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"CarbonPress(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CarbonPress-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"CARGO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_INPUT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_MANAGER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_MOTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_NODE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_OUTPUT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARGO_OUTPUT_ADVANCED"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoConnectorNode","l":"CargoConnectorNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoConnectorNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoInputNode","l":"CargoInputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoInputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoManager","l":"CargoManager(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CargoManager-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"CargoNet(Location)","url":"CargoNet-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoOutputNode","l":"CargoOutputNode(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"CargoOutputNode-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CARROT_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"category"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"Category(NamespacedKey, ItemStack)","url":"Category-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"Category(NamespacedKey, ItemStack, int)","url":"Category-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHAIN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"chance"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"changes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ChargableItem","l":"ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ChargableItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"chargeInventory(Player, float)","url":"chargeInventory-org.bukkit.entity.Player-float-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"chargeItem(ItemStack, float)","url":"chargeItem-org.bukkit.inventory.ItemStack-float-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHARGING_BENCH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"ChargingBench(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ChargingBench-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"CHEAT_SHEET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"CheatSheetSlimefunGuide()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Block)","url":"check-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Block, String)","url":"check-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Location)","url":"check-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"check(Location, String)","url":"check-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"checkFor(Event, SlimefunItemStack)","url":"checkFor-org.bukkit.event.Event-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"checkFor(Event, SlimefunItem)","url":"checkFor-org.bukkit.event.Event-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"checkID(Block)","url":"checkID-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"checkID(Location)","url":"checkID-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHEESE"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"CHEST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"ChestSlimefunGuide(boolean)"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHICKEN_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"chopTree(Block, BlockMenu, BlockFace)","url":"chopTree-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.BlockFace-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"christmas(String)","url":"christmas-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"CHRISTMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_APPLE_CIDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_APPLE_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CAKE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CARAMEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CARAMEL_APPLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CHOCOLATE_APPLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_CHOCOLATE_MILK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_COOKIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_EGG_NOG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_FRUIT_CAKE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_HOT_CHOCOLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_MILK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CHRISTMAS_PRESENT"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"classifyLocation(Location)","url":"classifyLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"clear()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"clear(Player)","url":"clear-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Block)","url":"clearBlockInfo-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Block, boolean)","url":"clearBlockInfo-org.bukkit.block.Block-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Location)","url":"clearBlockInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearBlockInfo(Location, boolean)","url":"clearBlockInfo-org.bukkit.Location-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"clearInventory(Location)","url":"clearInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"clone()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"clone(DirtyChestMenu)","url":"clone-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"close()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CLOTH"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"cmd"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COAL_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COAL_GENERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"CoalGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CoalGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COBALT_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COBALT_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.utils.itemstack","c":"ColoredFireworkStar","l":"ColoredFireworkStar(Color, String, String...)","url":"ColoredFireworkStar-org.bukkit.Color-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMBUSTION_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"CombustionGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CombustionGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"COMMA"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"Composter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Composter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPRESSED_CARBON"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"Compressor()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"COMPRESSOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COMPRESSOR"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"computeChanges()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectedLocations"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"CONNECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectorNodes"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"connectsTo(Location)","url":"connectsTo-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"constructMenu(BlockMenuPreset)","url":"constructMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"consumable"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int, int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"consumeItem(int, int, boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"CONSUMER"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"contains(String)","url":"contains-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"containsSimilarItem(Inventory, ItemStack, boolean)","url":"containsSimilarItem-org.bukkit.inventory.Inventory-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"containsSimilarItem(Inventory, ItemStack, boolean)","url":"containsSimilarItem-org.bukkit.inventory.Inventory-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"Contributor(String)","url":"Contributor-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"Contributor(String, String)","url":"Contributor-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"Cooler","l":"Cooler(int, Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Cooler-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COOLER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"CoolerListener","l":"CoolerListener(SlimefunPlugin)","url":"CoolerListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COOLING_UNIT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"COPPER_WIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CORINTHIAN_BRONZE_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"countTransmitters(UUID)","url":"countTransmitters-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"countVanillaItems()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"create(Location)","url":"create-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"createBackpack(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"createEnderTalisman()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"createFile()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"createFirework(Location, Color)","url":"createFirework-org.bukkit.Location-org.bukkit.Color-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"createHeader(Player, PlayerProfile, ChestMenu)","url":"createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"createHeader(Player, PlayerProfile, ChestMenu)","url":"createHeader-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"createPreset(SlimefunItem, String, Consumer)","url":"createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"createPreset(SlimefunItem, Consumer)","url":"createPreset-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"crop(ChatColor, String)","url":"crop-org.bukkit.ChatColor-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CROP_GROWTH_ACCELERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CROP_GROWTH_ACCELERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"CropGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"CropGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"Crucible(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Crucible-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CRUCIBLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"CRUSHED_ORE"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"CustomItemDataService(Plugin, String)","url":"CustomItemDataService-org.bukkit.plugin.Plugin-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"CustomTextureService(Plugin)","url":"CustomTextureService-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"DamageableItem","l":"damageItem(Player, ItemStack)","url":"damageItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DAMASCUS_STEEL_MULTI_TOOL"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"DASH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DeathpointListener","l":"DeathpointListener(SlimefunPlugin)","url":"DeathpointListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DEBUG_FISH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DebugFishListener","l":"DebugFishListener(SlimefunPlugin)","url":"DebugFishListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"delete(Location)","url":"delete-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"DEVELOPMENT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DIET_COOKIE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"DietCookie","l":"DietCookie(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"DietCookie-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DIGITAL_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"directions"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"DirtyChestMenu(BlockMenuPreset)","url":"DirtyChestMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"disable()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"DISABLED"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"disenchantable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DispenserListener","l":"DispenserListener(SlimefunPlugin)","url":"DispenserListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"display()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"displayItem(PlayerProfile, SlimefunItem, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"displayItem(PlayerProfile, ItemStack, int, boolean)","url":"displayItem-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.inventory.ItemStack-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"drawBackground(ChestMenu, int...)","url":"drawBackground-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DUCT_TAPE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"DURALUMIN_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"EASTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_APPLE_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_CARROT_PIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EASTER_EGG"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"EasterEgg","l":"EasterEgg(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, ItemStack...)","url":"EasterEgg-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"effects"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_DUST_WASHER_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_FURNACE_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_GOLD_PAN_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_FACTORY_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_INGOT_PULVERIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_MOTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_ORE_GRINDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_ORE_GRINDER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_PRESS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_PRESS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIC_SMELTERY_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"ElectricDustWasher(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricDustWasher-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"ElectricFurnace(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricFurnace-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"ElectricGoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricGoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"ElectricIngotFactory(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricIngotFactory-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"ElectricIngotPulverizer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricIngotPulverizer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"ELECTRICITY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"ElectricOreGrinder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricOreGrinder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"ElectricPress(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricPress-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"ElectricSmeltery(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectricSmeltery-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRIFIED_CRUCIBLE_3"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"ElectrifiedCrucible(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ElectrifiedCrucible-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELECTRO_MAGNET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELEVATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"ElevatorPlate(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"ElevatorPlate-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ELYTRA_SCALE"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"ENABLED"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"enchantable"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"END_GAME"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_LUMP_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENDER_TALISMAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"EnderBackpack","l":"EnderBackpack(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"EnderBackpack-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENERGY_REGULATOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"EnergyNet(Location)","url":"EnergyNet-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"EnergyRegulator","l":"EnergyRegulator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"EnergyRegulator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ENHANCED_CRAFTING_TABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_CRAFTING_TABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_10"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_11"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_4"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_5"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_6"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_7"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_8"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENHANCED_FURNACE_9"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"EnhancedCraftingTable","l":"EnhancedCraftingTable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"EnhancedFurnace(int, int, int, SlimefunItemStack, ItemStack[])","url":"EnhancedFurnace-int-int-int-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"EnhancedFurnaceListener(SlimefunPlugin)","url":"EnhancedFurnaceListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ENRICHED_NETHER_ICE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EntityKillListener","l":"EntityKillListener(SlimefunPlugin)","url":"EntityKillListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"equals(Object)","url":"equals-java.lang.Object-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"error(String, Throwable)","url":"error-java.lang.String-java.lang.Throwable-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, SlimefunAddon, Consumer)","url":"ErrorReport-java.lang.Throwable-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, SlimefunItem)","url":"ErrorReport-java.lang.Throwable-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"ErrorReport(Throwable, Location, SlimefunItem)","url":"ErrorReport-java.lang.Throwable-org.bukkit.Location-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ESSENCE_OF_AFTERLIFE"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"event"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetBootsTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"executeTask()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"exoticFarm(BlockMenu, Block)","url":"exoticFarm-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"explode(Location)","url":"explode-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"EXPLODE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ExplosionsListener","l":"ExplosionsListener(SlimefunPlugin)","url":"ExplosionsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_BOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_PICKAXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"EXPLOSIVE_SHOVEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"ExplosiveBow","l":"ExplosiveBow(SlimefunItemStack, ItemStack[])","url":"ExplosiveBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ExplosivePickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ExplosiveShovel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"extraTick(Location)","url":"extraTick-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"farm(BlockMenu, Block)","url":"farm-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FARMER_SHOES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"FarmerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FarmerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FERROSILICON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FERTILIZER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FIGHTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FILLED_FLASK_OF_KNOWLEDGE"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"find(OfflinePlayer)","url":"find-org.bukkit.OfflinePlayer-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"findItem(Block)","url":"findItem-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputChest(Block, ItemStack)","url":"findOutputChest-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputInventory(ItemStack, Block, Inventory)","url":"findOutputInventory-org.bukkit.inventory.ItemStack-org.bukkit.block.Block-org.bukkit.inventory.Inventory-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"findOutputInventory(ItemStack, Block, Inventory, Inventory)","url":"findOutputInventory-org.bukkit.inventory.ItemStack-org.bukkit.block.Block-org.bukkit.inventory.Inventory-org.bukkit.inventory.Inventory-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"FireworksListener","l":"FireworksListener(SlimefunPlugin)","url":"FireworksListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"fish(Block, BlockMenu)","url":"fish-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FISH_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"FisherAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FisherAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"fits(Block, ItemStack...)","url":"fits-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"fits(ItemStack, int...)","url":"fits-org.bukkit.inventory.ItemStack-int...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"fixItemStack(ItemStack, String)","url":"fixItemStack-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FLASK_OF_KNOWLEDGE"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"FlexCategory(NamespacedKey, ItemStack)","url":"FlexCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"FlexCategory(NamespacedKey, ItemStack, int)","url":"FlexCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FLUID_PUMP"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"FluidPump(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FluidPump-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FOOD_COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_COMPOSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_COMPOSTER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FOOD_FABRICATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_FABRICATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FOOD_FABRICATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"FoodComposter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FoodComposter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"FoodFabricator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FoodFabricator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"formatBigNumber(int)"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FORTUNE_COOKIE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"FortuneCookie","l":"FortuneCookie(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"FortuneCookie-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"Freezer(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Freezer-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"FREEZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FREEZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"FREEZER_2"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"fromUUID(UUID)","url":"fromUUID-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"fromUUID(UUID, Consumer)","url":"fromUUID-java.util.UUID-java.util.function.Consumer-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GadgetsListener","l":"GadgetsListener(SlimefunPlugin)","url":"GadgetsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"generateEnergy(Location, SlimefunItem, Config)","url":"generateEnergy-org.bukkit.Location-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"GENERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"GeneratorTicker()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GEO_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GEO_MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"GEOMiner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GEOMiner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"GEOResourceGenerationEvent(World, Biome, int, int, GEOResource, int)","url":"GEOResourceGenerationEvent-org.bukkit.World-org.bukkit.block.Biome-int-int-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOScanner","l":"GEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GEOScanner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"get(OfflinePlayer)","url":"get-org.bukkit.OfflinePlayer-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"get(OfflinePlayer, Consumer)","url":"get-org.bukkit.OfflinePlayer-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getAccessPort(Location)","url":"getAccessPort-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getActiveChunks()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getActiveTickers()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getAddon()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getAddon()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getAffectedItems()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getAllSlimefunItems()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getAltars()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getAltarsInUse()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getAncientAltarListener()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getAndroid()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"getAndroid()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AdvancedFarmerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FarmerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"FisherAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"getAndroidType()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getArmor()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"ReactorHologram","l":"getArmorStand(Location, boolean)","url":"getArmorStand-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getAutomatedCraftingChamberRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getBackButton(Player, String...)","url":"getBackButton-org.bukkit.entity.Player-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getBackground()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getBackpack(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getBackpack(ItemStack)","url":"getBackpack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBackpackListener()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getBiome()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidInstance","l":"getBlock()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"getBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"getBlockData(Block)","url":"getBlockData-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBlockDataService()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getBlockHandlers()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getBlockInfoAsJson(Block)","url":"getBlockInfoAsJson-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getBlockInfoAsJson(Location)","url":"getBlockInfoAsJson-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getBlockTicker()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getBoolean(String)","url":"getBoolean-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBowListener()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"getBows()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"getBranch()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getBugTrackerURL()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getBugTrackerURL()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getBuild()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getByID(int)"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getByID(String)","url":"getByID-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getByItem(ItemStack)","url":"getByItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getCapacity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getCatalyst()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getCategories()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getCategory()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getCategoryName(Player, NamespacedKey)","url":"getCategoryName-org.bukkit.entity.Player-org.bukkit.NamespacedKey-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getCfg()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getChance()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChanges()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getCharge(Block)","url":"getCharge-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getCharge(Location)","url":"getCharge-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getChargeableBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"SolarHelmet","l":"getChargeAmount()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChunkInfo(World, int, int)","url":"getChunkInfo-org.bukkit.World-int-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getChunkInfo(World, int, int, String)","url":"getChunkInfo-org.bukkit.World-int-int-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getChunks()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getChunkX()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getChunkZ()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getClickedBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getClickedBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getClickedFace()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"getColorFromPercentage(float)"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getCommand()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getCommandUsage()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(String)","url":"getComponent-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(Block)","url":"getComponent-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getComponent(Location)","url":"getComponent-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getConfig()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getConfiguration()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getConnectors()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getContributions()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getContributions(String)","url":"getContributions-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getContributors()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getCoolant()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getCoolant()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getCoolant()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getCoolantSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getCoolantSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getCost()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getCSCoreLibVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getCurrentlyResearchingPlayers()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getDayEnergy()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getDefaultLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getDefaultLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getDefaultSupply(World.Environment, Biome)","url":"getDefaultSupply-org.bukkit.World.Environment-org.bukkit.block.Biome-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getDefaultValue()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getDescription()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getDescription(CommandSender)","url":"getDescription-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getDisplayItem(Player, ItemStack)","url":"getDisplayItem-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getDisplayName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"getDisplayRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getDisplayRecipes()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getDouble(String)","url":"getDouble-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"getDrops()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"getDrops(Player)","url":"getDrops-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getDrops(Player)","url":"getDrops-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getEffects()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getEmptyClickHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledCategories()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledSlimefunItemIds()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnabledSlimefunItems()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicianTalisman.TalismanEnchantment","l":"getEnchantment()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyCapacities()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyCapacitors()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"Capacitor","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getEnergyComponentType()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getEnergyComponentType()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyConsumers()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getEnergyConsumption()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getEnergyConsumption()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getEnergyGenerators()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getEnergyTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getEnvironment()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"getFile()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getFile()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getFloors(Block)","url":"getFloors-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getForcedStorage(World)","url":"getForcedStorage-org.bukkit.World-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getForks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getFuelEfficiency()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getFuelEfficiency()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getFuelIcon()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getFuelIcon()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getFuelIcon()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getFuelSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getFuelSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getFurnaceOutput(ItemStack)","url":"getFurnaceOutput-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getGEOResources()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGitHubService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getGoldPanDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"getGoldPanDrops()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGPSNetwork()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getGrapplingHookListener()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getGuideHistory()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getGuideLayout(SlimefunGuideLayout)","url":"getGuideLayout-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHand()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getHandlerList()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getHandlers()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getHandlers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getIcon(Map.Entry)","url":"getIcon-java.util.Map.Entry-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getId()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockBreakHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockPlaceHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"EntityKillHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemConsumptionHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemUseHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"MultiBlockInteractionHandler","l":"getIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getImmutableMeta()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"getInput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getInput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getInput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getInputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"getInputSlots()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getInstalledAddons()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getInt(String)","url":"getInt-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getInteractEvent()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"getInteractionHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getIntList(String)","url":"getIntList-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getInventory()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getInventory(Block)","url":"getInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getInventory(Location)","url":"getInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getInventorySlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getInventoryTitle()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getInventoryTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getIssues()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"getItem()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getItem()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"getItem(SlimefunGuideLayout)","url":"getItem-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItem(String)","url":"getItem-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getItem(Player)","url":"getItem-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getItem(Player)","url":"getItem-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemCfg()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getItemConfig()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"getItemData(ItemStack)","url":"getItemData-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"getItemData(ItemMeta)","url":"getItemData-org.bukkit.inventory.meta.ItemMeta-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemDataService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"BlockPlacer","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Composter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"Crucible","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"HologramProjector","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RainbowBlock","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RepairedSpawner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoConnectorNode","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"EasterEgg","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Multimeter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"DietCookie","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"FortuneCookie","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MagicSugar","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MeatJerky","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MonsterJerky","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOScanner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"PortableGEOScanner","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSControlPanel","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSMarkerTool","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"EnderBackpack","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"InfernalBonemeal","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeFlask","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeTome","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicEyeOfEnder","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundRune","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"TelepositionScroll","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WaterStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WindStaff","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Bandage","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Medicine","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Rag","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Splint","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Vitamins","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GrapplingHook","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"HerculesPickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfContainment","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfVeinMining","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableCrafter","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableDustbin","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"getItemHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SwordOfBeheading","l":"getItemHandler()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"getItemHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getItemID()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"getItems()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getItems()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemSetting(String, Class)","url":"getItemSetting-java.lang.String-java.lang.Class-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getItemSettings()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getItemTextureService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"getItemUseHandler()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getItemValue(String, String)","url":"getItemValue-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getJavaPlugin()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getJavaPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getKey()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"getKey()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getKey()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getKeys()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getKeys(String)","url":"getKeys-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"getLabelLocalPath()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguage(String)","url":"getLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguage(String)","url":"getLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguage(Player)","url":"getLanguage-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguage(Player)","url":"getLanguage-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getLastUpdate()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"getLayout()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicianTalisman.TalismanEnchantment","l":"getLevel()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"getLevel(Player)","url":"getLevel-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getLocal()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"getLocation()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getLocationInfo(Location)","url":"getLocationInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getLocationInfo(Location, String)","url":"getLocationInfo-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getLogger()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"getLogger()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"getLore()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"getLore(SlimefunItem)","url":"getLore-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getMachine()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getMachineIdentifier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getMachineIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getMachineIdentifier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getMap()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getMaxCharge(Block)","url":"getMaxCharge-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"getMaxCharge(Location)","url":"getMaxCharge-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getMaxDeviation()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"getMaxEnergy(ItemStack)","url":"getMaxEnergy-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getMaxSize()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getMenuButton(Player)","url":"getMenuButton-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMenuPresets()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getMessage(Player, String)","url":"getMessage-org.bukkit.entity.Player-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getMessages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getMessages(Player, String)","url":"getMessages-org.bukkit.entity.Player-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getMinecraftName()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getMinecraftRecipes()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getMinecraftVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMobDrops()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMobDrops(EntityType)","url":"getMobDrops-org.bukkit.entity.EntityType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"getModelData(String)","url":"getModelData-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"getMonth()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getMultiBlock()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getMultiBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getMultiBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"getMultiplier(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getName()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"getName(Player)","url":"getName-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getNetworkComplexity(UUID)","url":"getNetworkComplexity-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getNetworkFromLocation(Location)","url":"getNetworkFromLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getNetworkFromLocation(Location)","url":"getNetworkFromLocation-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworkFromLocation(Location, Class)","url":"getNetworkFromLocation-org.bukkit.Location-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getNetworkFromLocationOrCreate(Location)","url":"getNetworkFromLocationOrCreate-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getNetworkFromLocationOrCreate(Location)","url":"getNetworkFromLocationOrCreate-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworkList()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getNetworkManager()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"getNetworksFromLocation(Location, Class)","url":"getNetworksFromLocation-org.bukkit.Location-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getNewLanguage()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getNextButton(Player, int, int)","url":"getNextButton-org.bukkit.entity.Player-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"getNightEnergy()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"getOpeningHandler()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","c":"AltarRecipe","l":"getOutput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getOutput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getOutput()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getOutput()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"getOutputSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"getOutputSlots()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"getParents()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getPermissionsService()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getPlayer()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getPlayerProfiles()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"getPluginVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"SlimefunArmorPiece","l":"getPotionEffects()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"getPreset()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getPreset(String)","url":"getPreset-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getPresetSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getPreviousButton(Player, int, int)","url":"getPreviousButton-org.bukkit.entity.Player-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"getPreviousLanguage()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getProcessing(Block)","url":"getProcessing-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"getProcessing(Location)","url":"getProcessing-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"getProcessing(Location)","url":"getProcessing-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getProcessingTime()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getProfile()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"getProgress(Language)","url":"getProgress-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotFactory","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricOreGrinder","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricSmeltery","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"getProgressBar()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getProgressBar()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getProgressBar(int, int)"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getProtectionManager()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getPublicItemHandlers()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getPublicItemHandlers(Class)","url":"getPublicItemHandlers-java.lang.Class-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getPullRequests()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"getRadiationLevel()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getRadioactiveItems()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactive","l":"getRadioactivity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"RadioactiveItem","l":"getRadioactivity()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getRadius()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"getRandomDust()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"getRandomEffect(Random, Color)","url":"getRandomEffect-java.util.Random-org.bukkit.Color-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicianTalisman","l":"getRandomEnchantment()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"getRange()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"getRange()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"getRange()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipe()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeInputList(SlimefunMachine)","url":"getRecipeInputList-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeInputs(SlimefunMachine)","url":"getRecipeInputs-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipeOutput()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeOutput(SlimefunMachine, ItemStack)","url":"getRecipeOutput-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getRecipeOutput(ItemStack, List)","url":"getRecipeOutput-org.bukkit.inventory.ItemStack-java.util.List-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"getRecipeOutputList(SlimefunMachine, ItemStack[])","url":"getRecipeOutputList-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"getRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"getRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"RecipeDisplayItem","l":"getRecipeSectionLabel(Player)","url":"getRecipeSectionLabel-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getRecipesFor(ItemStack)","url":"getRecipesFor-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"getRecipeShape(Recipe)","url":"getRecipeShape-org.bukkit.inventory.Recipe-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getRecipeType()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getRecipeTypeItem(Player, RecipeType)","url":"getRecipeTypeItem-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Lists.RecipeType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getRecipeTypes()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getRegistry()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getRepairFactor()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"getResearch()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getResearch()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getResearchCfg()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearchIds()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getResearchName(Player, NamespacedKey)","url":"getResearchName-org.bukkit.entity.Player-org.bukkit.NamespacedKey-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getResearchRanks()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getResource()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getResourceManager()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"getResources()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"getResourceString(Player, String)","url":"getResourceString-org.bukkit.entity.Player-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getRunnable()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getRunnable(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getSearchButton(Player)","url":"getSearchButton-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"getSelectedOption(Player, ItemStack)","url":"getSelectedOption-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"getSize()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"getSize()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSize()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"getSkullTexture()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getSlimefunBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"getSlimefunItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getSlimefunItem()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlimefunItem()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getSlimefunItemIds()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlotsAccessedByItemTransport(DirtyChestMenu, ItemTransportFlow, ItemStack)","url":"getSlotsAccessedByItemTransport-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getSlotsAccessedByItemTransport(ItemTransportFlow)","url":"getSlotsAccessedByItemTransport-me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getSoulSandSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"EnhancedFurnace","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"JetBoots","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricIngotPulverizer","l":"getSpeed()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"getSpeed()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"getStars()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getState()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getStorage(World)","url":"getStorage-org.bukkit.World-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ItemEnergy","l":"getStoredEnergy(ItemStack)","url":"getStoredEnergy-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getString(String)","url":"getString-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getStringList(String)","url":"getStringList-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"getSuffix()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"getSupplies(GEOResource, World, int, int)","url":"getSupplies-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-org.bukkit.World-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"getTabArguments()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getTeleleportationService()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"getTeleportationTime(int, Location, Location)","url":"getTeleportationTime-int-org.bukkit.Location-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getTexture()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getThirdPartySupportService()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Jetpack","l":"getThrust()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getTicker()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getTickerBlocks()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingChunks()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingLocations(String)","url":"getTickingLocations-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getTickingLocations(Chunk)","url":"getTickingLocations-org.bukkit.Chunk-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"getTicks()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"getTicks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"getTier()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"getTier()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getTier()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTime()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"getTimeLeft(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(String)","url":"getTimings-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(Block)","url":"getTimings-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"getTimings(Chunk)","url":"getTimings-org.bukkit.Chunk-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getTitle()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"getTitle()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"getTotalContributions()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getTransmitters(UUID)","url":"getTransmitters-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"getTriggerBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getUniversalInventories()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(String)","url":"getUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(Block)","url":"getUniversalInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"getUniversalInventory(Location)","url":"getUniversalInventory-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"getUnlocalizedName()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"getUnsavedChanges()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getUpdater()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"getUsers()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"getUUID()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getValue()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"getValue()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"getValue(String)","url":"getValue-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"getVersion()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getVersion()"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"getWaypoints(UUID)","url":"getWaypoints-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"getWikiButton()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"getWikipage()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getWitherProofBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"getWitherSkullSlots()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"getWorld()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"getWorlds()"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"getWorldSettingsService()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GILDED_IRON_LEGGINGS"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"GitHubService(String)","url":"GitHubService-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GLOWSTONE_LEGGINGS"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"goBack(SlimefunGuideImplementation)","url":"goBack-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_10K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_12K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_14K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_16K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_18K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_20K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_22K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_24K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_24K_BLOCK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_4K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_6K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_8K"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GOLDEN_APPLE_JUICE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"GoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"GOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"GPS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_ACTIVATION_DEVICE_PERSONAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_ACTIVATION_DEVICE_SHARED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_CONTROL_PANEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_EMERGENCY_TRANSMITTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_GEO_SCANNER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_MARKER_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TELEPORTATION_MATRIX"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TELEPORTER_PYLON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GPS_TRANSMITTER_4"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSControlPanel","l":"GPSControlPanel(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSControlPanel-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSMarkerTool","l":"GPSMarkerTool(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSMarkerTool-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"GPSNetwork()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"GPSTransmitter","l":"GPSTransmitter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GPSTransmitter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRANDMAS_WALKING_STICK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRANDPAS_WALKING_STICK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRAPPLING_HOOK"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GrapplingHook","l":"GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"GrapplingHook-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"GrapplingHookListener()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"GRIND_STONE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"GRIND_STONE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"GrindStone()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"GuideHistory(PlayerProfile)","url":"GuideHistory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"HALLOWEEN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"halt()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"handleAllNetworkLocationUpdate(Location)","url":"handleAllNetworkLocationUpdate-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"HandledBlock","l":"HandledBlock(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HandledBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"handleLocationUpdate(Location)","url":"handleLocationUpdate-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HARDENED_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HARDENED_METAL_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"harvestExoticGardenPlant(Block)","url":"harvestExoticGardenPlant-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasBlockInfo(Block)","url":"hasBlockInfo-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasBlockInfo(Location)","url":"hasBlockInfo-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasChunkInfo(World, int, int)","url":"hasChunkInfo-org.bukkit.World-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunAddon","l":"hasDependency(String)","url":"hasDependency-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"hasDiverged(ItemStack)","url":"hasDiverged-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"hasFireworksEnabled(Player)","url":"hasFireworksEnabled-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"HASH"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"hashCode()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"HashedArmorpiece()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasInventory(Block)","url":"hasInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasInventory(Location)","url":"hasInventory-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"hasLanguage(String)","url":"hasLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"hasLanguage(String)","url":"hasLanguage-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"hasNoPickupFlag(Item)","url":"hasNoPickupFlag-org.bukkit.entity.Item-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasPermission(Player, SlimefunItem, boolean)","url":"hasPermission-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"hasPermission(Permissible, SlimefunItem)","url":"hasPermission-org.bukkit.permissions.Permissible-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"hasTexture()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(String)","url":"hasUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(Block)","url":"hasUniversalInventory-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"hasUniversalInventory(Location)","url":"hasUniversalInventory-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"hasUnlocked(Research)","url":"hasUnlocked-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"hasUnlocked(Player, PlayerProfile)","url":"hasUnlocked-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasUnlocked(Player, SlimefunItem, boolean)","url":"hasUnlocked-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"hasUnlocked(Player, ItemStack, boolean)","url":"hasUnlocked-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"HAZMAT_SUIT_REQUIRED"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HAZMATSUIT_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HAZMATSUIT_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"HEATED_PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATED_PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATED_PRESSURE_CHAMBER_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"HeatedPressureChamber(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HeatedPressureChamber-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEATING_COIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HEAVY_CREAM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HERCULES_PICKAXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"HerculesPickaxe","l":"HerculesPickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"HerculesPickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"hidden"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"HIGH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HOLOGRAM_PROJECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"HologramProjector","l":"HologramProjector(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"HologramProjector-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"HOOK"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"humanize(String)","url":"humanize-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ICY_BOW"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"IcyBow","l":"IcyBow(SlimefunItemStack, ItemStack[])","url":"IcyBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"id"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"IdConflictException","l":"IdConflictException(SlimefunItem, SlimefunItem)","url":"IdConflictException-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"IGNITION_CHAMBER"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"IncompatibleItemHandlerException","l":"IncompatibleItemHandlerException(String, SlimefunItem, ItemHandler)","url":"IncompatibleItemHandlerException-java.lang.String-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"index()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFERNAL_BONEMEAL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"InfernalBonemeal","l":"InfernalBonemeal(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"InfernalBonemeal-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"info(String)","url":"info-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"info(CommandSender)","url":"info-org.bukkit.command.CommandSender-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_HOPPER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"INFUSED_MAGNET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"InfusedHopper(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"InfusedHopper-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"init()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"inject(Block)","url":"inject-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"INSERT"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"instance"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"IRON_DUST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"IronGolemListener","l":"IronGolemListener(SlimefunPlugin)","url":"IronGolemListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"isActive()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"isAddonEnabled(World, SlimefunAddon)","url":"isAddonEnabled-org.bukkit.World-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isAddonItem()"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemRestriction","l":"isAllowed(PlayerProfile, Player, SlimefunItem, ItemStack)","url":"isAllowed-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"isAtLeast(MinecraftVersion)","url":"isAtLeast-io.github.thebusybiscuit.slimefun4.api.MinecraftVersion-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isAutoLoadingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"isCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"isCancelled()"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"isChargable(Block)","url":"isChargable-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"isChargable(Location)","url":"isChargable-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isChestTerminalInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"isConsumable()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isCoreProtectInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"DamageableItem","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosivePickaxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"ExplosiveShovel","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"isDamageable()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"isDefault()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"isDirty()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"isDirty()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isDisabled()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isDisenchantable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"isDoubleDropsEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","c":"BasicCircuitBoard","l":"isDroppedFromGolems()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isEmeraldEnchantsInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"isEnabled()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"isEnabled()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"isEnabled(Player, SlimefunItem, boolean)","url":"isEnabled-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"isEnabled(Player, ItemStack, boolean)","url":"isEnabled-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"isEnabled(World, SlimefunItem)","url":"isEnabled-org.bukkit.World-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isEnchantable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"isEventCancelled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isExoticGardenInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isFreeCreativeResearchingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"isGuideItem(ItemStack)","url":"isGuideItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"isHalted()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"isHidden()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isHidden()"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"isHidden(Player)","url":"isHidden-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"isHidden(Player)","url":"isHidden-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isInventory(String)","url":"isInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isItem(ItemStack)","url":"isItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"isItemSimilar(ItemStack, ItemStack, boolean)","url":"isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"isItemSimilar(ItemStack, ItemStack, boolean)","url":"isItemSimilar-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"isItemSoulbound(ItemStack)","url":"isItemSoulbound-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"isJumping(UUID)","url":"isJumping-java.util.UUID-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"isLanguageLoaded(String)","url":"isLanguageLoaded-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"isLoggingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"isMarkedForDeletion()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"isObtainableFromGEOMiner()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"isOfficial()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"isPlaceholderAPIInstalled()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"isPresent(Player)","url":"isPresent-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"isPrivate()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"isPrivate()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"isProcessing(Block)","url":"isProcessing-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"isProcessing(Location)","url":"isProcessing-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"isProcessing(Location)","url":"isProcessing-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isResearchFireworkEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"isResearchingEnabled()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"isSoulbound(ItemStack)","url":"isSoulbound-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"CheatSheetSlimefunGuide","l":"isSurvivalMode()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"isSurvivalMode()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"isSymmetric()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"isSynchronized()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"isSynchronized()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isTicking()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"isTileEntity(Material)","url":"isTileEntity-org.bukkit.Material-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"isType(Class)","url":"isType-java.lang.Class-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isUniversal()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"isUniversalInventory(String)","url":"isUniversalInventory-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"isUseableInWorkbench()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"isValid()"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"isVisible()"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"isVisible(Player, PlayerProfile, SlimefunGuideLayout)","url":"isVisible-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"isWorldEnabled(World)","url":"isWorldEnabled-org.bukkit.World-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"isWorldRegistered(String)","url":"isWorldRegistered-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"item"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"item"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"ItemPickupListener(SlimefunPlugin)","url":"ItemPickupListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"items"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"ItemSetting(String, T)","url":"ItemSetting-java.lang.String-T-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"iterator()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"JetBoots","l":"JetBoots(SlimefunItemStack, ItemStack[], double)","url":"JetBoots-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetBootsTask","l":"JetBootsTask(Player, double)","url":"JetBootsTask-org.bukkit.entity.Player-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Jetpack","l":"Jetpack(SlimefunItemStack, ItemStack[], double)","url":"Jetpack-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"JetpackTask(Player, double)","url":"JetpackTask-org.bukkit.entity.Player-double-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"Juice","l":"Juice(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Juice-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"Juicer()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"JUICER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"JUICER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_COOKIE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"KELP_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"key"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ButcherAndroid","l":"killEntities(Block, double, Predicate)","url":"killEntities-org.bukkit.block.Block-double-java.util.function.Predicate-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeFlask","l":"KnowledgeFlask(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"KnowledgeFlask-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"KnowledgeTome","l":"KnowledgeTome(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"KnowledgeTome-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"Language(String, String)","url":"Language-java.lang.String-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LARGE_CAPACITOR"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"launchFirework(Location, Color)","url":"launchFirework-org.bukkit.Location-org.bukkit.Color-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"FireworkUtils","l":"launchRandom(Entity, int)","url":"launchRandom-org.bukkit.entity.Entity-int-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_CRYSTAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LAVA_GENERATOR_2"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"LavaGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"LavaGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LEAD_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LEAD_INGOT"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"load()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"load()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"load()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"load(Config)","url":"load-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"load(Iterable)","url":"load-java.lang.Iterable-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"load(SlimefunItem)","url":"load-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"load(World)","url":"load-org.bukkit.World-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"loadEmbeddedLanguages()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"loadExoticGarden(Plugin, Function>)","url":"loadExoticGarden-org.bukkit.plugin.Plugin-java.util.function.Function-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"loadInventory(Location, BlockMenuPreset)","url":"loadInventory-org.bukkit.Location-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"PostSetup","l":"loadItems()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"loadUniversalInventory(BlockMenuPreset)","url":"loadUniversalInventory-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"LocalizationService","l":"LocalizationService(SlimefunPlugin, String)","url":"LocalizationService-me.mrCookieSlime.Slimefun.SlimefunPlugin-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"lock()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"LockedCategory(NamespacedKey, ItemStack, int, Category...)","url":"LockedCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-int-me.mrCookieSlime.Slimefun.Objects.Category...-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"LockedCategory(NamespacedKey, ItemStack, Category...)","url":"LockedCategory-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.Category...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"LOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"LUMBER_AXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"LumberAxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"LumberAxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"LUMPS_AND_MAGIC"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"machine(MachineTier, MachineType)","url":"machine-io.github.thebusybiscuit.slimefun4.core.attributes.MachineTier-io.github.thebusybiscuit.slimefun4.core.attributes.MachineType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"MACHINE"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"MachineFuel(int, ItemStack)","url":"MachineFuel-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineFuel","l":"MachineFuel(int, ItemStack, ItemStack)","url":"MachineFuel-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"MachineRecipe(int, ItemStack[], ItemStack[])","url":"MachineRecipe-int-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MACHINES_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MAGIC"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MAGIC_ARMOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_EYE_OF_ENDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_LUMP_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_SUGAR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MAGIC_WORKBENCH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGIC_WORKBENCH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGICAL_BOOK_COVER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicEyeOfEnder","l":"MagicEyeOfEnder(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagicEyeOfEnder-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicianTalisman","l":"MagicianTalisman(SlimefunItemStack, ItemStack[])","url":"MagicianTalisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MagicSugar","l":"MagicSugar(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagicSugar-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MagicWorkbench","l":"MagicWorkbench()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNESIUM_SALT"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"MagnesiumGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MagnesiumGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAGNET"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"MagnetTask","l":"MagnetTask(Player)","url":"MagnetTask-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MAKESHIFT_SMELTERY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"MakeshiftSmeltery()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"SlimefunUtils","l":"markAsNoPickup(Item, String)","url":"markAsNoPickup-org.bukkit.entity.Item-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"markDirty()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"markDirty()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"markDirty()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"markForDeletion()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"matches(String)","url":"matches-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"MAX_USES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MeatJerky","l":"MeatJerky(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MeatJerky-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Medicine","l":"Medicine(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Medicine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MEDICINE"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"MEDIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MEDIUM_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MELON_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","c":"MetricsService","l":"MetricsService(SlimefunPlugin)","url":"MetricsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"mine(Block, BlockMenu, Block)","url":"mine-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_13"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_14"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"MINECRAFT_1_15"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"MinecraftRecipeService(Plugin)","url":"MinecraftRecipeService-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"MINER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"MinerAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MinerAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"MISC"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"MissingDependencyException","l":"MissingDependencyException(SlimefunAddon, String)","url":"MissingDependencyException-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MOB_DROP"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"MODERATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MONSTER_JERKY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","c":"MonsterJerky","l":"MonsterJerky(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"MonsterJerky-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"move(Block, BlockFace, Block)","url":"move-org.bukkit.block.Block-org.bukkit.block.BlockFace-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"move(Location)","url":"move-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"moveBlockInfo(Location, Location)","url":"moveBlockInfo-org.bukkit.Location-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"MinerAndroid","l":"movedig(Block, BlockMenu, BlockFace, Block)","url":"movedig-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.BlockFace-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"multiblock"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"MultiBlock(SlimefunItem, Material[], BlockFace)","url":"MultiBlock-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.Material:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"MULTIBLOCK"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"MultiBlockInteractEvent(Player, MultiBlock, Block)","url":"MultiBlockInteractEvent-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.MultiBlock-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"MultiBlockListener","l":"MultiBlockListener(SlimefunPlugin)","url":"MultiBlockListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)","url":"MultiBlockMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"Multimeter","l":"Multimeter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Multimeter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MULTIMETER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"MultiTool(SlimefunItemStack, RecipeType, ItemStack[], String...)","url":"MultiTool-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"MUTTON_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NECROTIC_SKULL"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"needsCooling()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NEPTUNIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_GOLD_PAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_ICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHER_ICE_COOLANT_CELL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"NetherGoldPan","l":"NetherGoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NetherGoldPan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NETHERSTAR_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"NetherStarReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NetherStarReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"Network(Location)","url":"Network-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"NetworkListener(SlimefunPlugin)","url":"NetworkListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"NetworkManager(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"newInstance(BlockMenu, Block)","url":"newInstance-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"newInstance(BlockMenu, Location)","url":"newInstance-me.mrCookieSlime.Slimefun.api.inventory.BlockMenu-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"next(Player, int, ChestMenu)","url":"next-org.bukkit.entity.Player-int-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NICKEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NIGHT_VISION_GOGGLES"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"NON_FIGHTER"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"NONE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"NONE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"NUCLEAR_REACTOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"NUCLEAR_REACTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"NuclearReactor(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"NuclearReactor-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"NULL"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"NUMERIC"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"OIL_PUMP"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"OilPump(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"OilPump-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onAnvil(InventoryClickEvent)","url":"onAnvil-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHit(EntityDamageEvent)","url":"onArrowHit-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHit(ProjectileHitEvent)","url":"onArrowHit-org.bukkit.event.entity.ProjectileHitEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onArrowHit(ProjectileHitEvent)","url":"onArrowHit-org.bukkit.event.entity.ProjectileHitEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"onArrowHitEntity(EntityDamageByEntityEvent)","url":"onArrowHitEntity-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onArrowSuccessfulHit(EntityDamageByEntityEvent)","url":"onArrowSuccessfulHit-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"WitherProof","l":"onAttack(Block, Wither)","url":"onAttack-org.bukkit.block.Block-org.bukkit.entity.Wither-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"onAttack(Block, Wither)","url":"onAttack-org.bukkit.block.Block-org.bukkit.entity.Wither-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"onBlockBreak(BlockBreakEvent)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onBlockBreak(BlockBreakEvent)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockBreakHandler","l":"onBlockBreak(BlockBreakEvent, ItemStack, int, List)","url":"onBlockBreak-org.bukkit.event.block.BlockBreakEvent-org.bukkit.inventory.ItemStack-int-java.util.List-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"onBlockDispense(BlockDispenseEvent, Dispenser, Block, SlimefunItem)","url":"onBlockDispense-org.bukkit.event.block.BlockDispenseEvent-org.bukkit.block.Dispenser-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DispenserListener","l":"onBlockDispensing(BlockDispenseEvent)","url":"onBlockDispensing-org.bukkit.event.block.BlockDispenseEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onBlockFall(EntityChangeBlockEvent)","url":"onBlockFall-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SeismicAxeListener","l":"onBlockFall(EntityChangeBlockEvent)","url":"onBlockFall-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"onBlockPlace(BlockPlaceEvent)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockPlace(BlockPlaceEvent)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockPlaceHandler","l":"onBlockPlace(BlockPlaceEvent, ItemStack)","url":"onBlockPlace-org.bukkit.event.block.BlockPlaceEvent-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockRegister(BlockPlaceEvent)","url":"onBlockRegister-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockListener","l":"onBlockUnregister(BlockBreakEvent)","url":"onBlockUnregister-org.bukkit.event.block.BlockBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"onBowUse(EntityShootBowEvent)","url":"onBowUse-org.bukkit.event.entity.EntityShootBowEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onBreak(Player, Block)","url":"onBreak-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"SlimefunBlockHandler","l":"onBreak(Player, Block, SlimefunItem, UnregisterReason)","url":"onBreak-org.bukkit.entity.Player-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onBucketUse(PlayerBucketEmptyEvent)","url":"onBucketUse-org.bukkit.event.player.PlayerBucketEmptyEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"onClassificationChange(Location, NetworkComponent, NetworkComponent)","url":"onClassificationChange-org.bukkit.Location-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"onClick(Player, ItemStack)","url":"onClick-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onClick(InventoryClickEvent)","url":"onClick-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onClose(InventoryCloseEvent)","url":"onClose-org.bukkit.event.inventory.InventoryCloseEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"onCommand(CommandSender, Command, String, String[])","url":"onCommand-org.bukkit.command.CommandSender-org.bukkit.command.Command-java.lang.String-java.lang.String:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"onCommand(PlayerCommandPreprocessEvent)","url":"onCommand-org.bukkit.event.player.PlayerCommandPreprocessEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemConsumeListener","l":"onConsume(PlayerItemConsumeEvent)","url":"onConsume-org.bukkit.event.player.PlayerItemConsumeEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemConsumptionHandler","l":"onConsume(PlayerItemConsumeEvent, Player, ItemStack)","url":"onConsume-org.bukkit.event.player.PlayerItemConsumeEvent-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onCraft(CraftItemEvent)","url":"onCraft-org.bukkit.event.inventory.CraftItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VampireBladeListener","l":"onDamage(EntityDamageByEntityEvent)","url":"onDamage-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"onDamage(EntityDamageEvent)","url":"onDamage-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"onDamage(EntityDeathEvent)","url":"onDamage-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onDamageGet(EntityDamageEvent)","url":"onDamageGet-org.bukkit.event.entity.EntityDamageEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ButcherAndroidListener","l":"onDeath(EntityDeathEvent)","url":"onDeath-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DeathpointListener","l":"onDeath(EntityDeathEvent)","url":"onDeath-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"DebugFishListener","l":"onDebug(PlayerInteractEvent)","url":"onDebug-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"onDisable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"PlayerProfileListener","l":"onDisconnect(PlayerQuitEvent)","url":"onDisconnect-org.bukkit.event.player.PlayerQuitEvent-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"onEnable()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onEnchant(EnchantItemEvent)","url":"onEnchant-org.bukkit.event.enchantment.EnchantItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ExplosionsListener","l":"onEntityExplode(EntityExplodeEvent)","url":"onEntityExplode-org.bukkit.event.entity.EntityExplodeEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EntityKillListener","l":"onEntityKill(EntityDeathEvent)","url":"onEntityKill-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"onEntityPickup(EntityPickupItemEvent)","url":"onEntityPickup-org.bukkit.event.entity.EntityPickupItemEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"ItemManipulationEvent","l":"onEvent(int, ItemStack, ItemStack)","url":"onEvent-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"onExecute(CommandSender, String[])","url":"onExecute-org.bukkit.command.CommandSender-java.lang.String:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onExplode(Block)","url":"onExplode-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"onFuelBurn(FurnaceBurnEvent)","url":"onFuelBurn-org.bukkit.event.inventory.FurnaceBurnEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onGrindstone(InventoryClickEvent)","url":"onGrindstone-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"onHit(EntityDamageByEntityEvent, LivingEntity)","url":"onHit-org.bukkit.event.entity.EntityDamageByEntityEvent-org.bukkit.entity.LivingEntity-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"ItemPickupListener","l":"onHopperPickup(InventoryPickupItemEvent)","url":"onHopperPickup-org.bukkit.event.inventory.InventoryPickupItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"onInteract(PlayerRightClickEvent)","url":"onInteract-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"onInteract(PlayerRightClickEvent)","url":"onInteract-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"MultiBlockInteractionHandler","l":"onInteract(Player, MultiBlock, Block)","url":"onInteract-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.MultiBlock-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"ArmorForge","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Compressor","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"EnhancedCraftingTable","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"GrindStone","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Juicer","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MagicWorkbench","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"MakeshiftSmeltery","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"onInteract(Player, Block)","url":"onInteract-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"IronGolemListener","l":"onIronGolemHeal(PlayerInteractEntityEvent)","url":"onIronGolemHeal-org.bukkit.event.player.PlayerInteractEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onItemBreak(PlayerItemBreakEvent)","url":"onItemBreak-org.bukkit.event.player.PlayerItemBreakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"onItemDrop(PlayerDropItemEvent)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"onItemDrop(PlayerDropItemEvent)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemDropHandler","l":"onItemDrop(PlayerDropItemEvent, Player, Item)","url":"onItemDrop-org.bukkit.event.player.PlayerDropItemEvent-org.bukkit.entity.Player-org.bukkit.entity.Item-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"EnhancedFurnaceListener","l":"onItemSmelt(FurnaceSmeltEvent)","url":"onItemSmelt-org.bukkit.event.inventory.FurnaceSmeltEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"onJoin(PlayerJoinEvent)","url":"onJoin-org.bukkit.event.player.PlayerJoinEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"PlayerProfileListener","l":"onKick(PlayerKickEvent)","url":"onKick-org.bukkit.event.player.PlayerKickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onKill(EntityDeathEvent)","url":"onKill-org.bukkit.event.entity.EntityDeathEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"EntityKillHandler","l":"onKill(EntityDeathEvent, Entity, Player, ItemStack)","url":"onKill-org.bukkit.event.entity.EntityDeathEvent-org.bukkit.entity.Entity-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onLiquidFlow(BlockFromToEvent)","url":"onLiquidFlow-org.bukkit.event.block.BlockFromToEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"onOpen(Player)","url":"onOpen-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onPistonExtend(BlockPistonExtendEvent)","url":"onPistonExtend-org.bukkit.event.block.BlockPistonExtendEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BlockPhysicsListener","l":"onPistonRetract(BlockPistonRetractEvent)","url":"onPistonRetract-org.bukkit.event.block.BlockPistonRetractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"Placeable","l":"onPlace(Player, Block)","url":"onPlace-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"SlimefunBlockHandler","l":"onPlace(Player, Block, SlimefunItem)","url":"onPlace-org.bukkit.entity.Player-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"NetworkListener","l":"onPlaceBreak(BlockPlaceEvent)","url":"onPlaceBreak-org.bukkit.event.block.BlockPlaceEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onPreBrew(InventoryClickEvent)","url":"onPreBrew-org.bukkit.event.inventory.InventoryClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"onPrepareCraft(PrepareItemCraftEvent)","url":"onPrepareCraft-org.bukkit.event.inventory.PrepareItemCraftEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TeleporterListener","l":"onPressurePlateEnter(PlayerInteractEvent)","url":"onPressurePlateEnter-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"FireworksListener","l":"onResearchFireworkDamage(EntityDamageByEntityEvent)","url":"onResearchFireworkDamage-org.bukkit.event.entity.EntityDamageByEntityEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"onRespawn(PlayerRespawnEvent)","url":"onRespawn-org.bukkit.event.player.PlayerRespawnEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"onRightClick(PlayerRightClickEvent)","url":"onRightClick-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemUseHandler","l":"onRightClick(PlayerRightClickEvent)","url":"onRightClick-io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"MultiBlockListener","l":"onRightClick(PlayerInteractEvent)","url":"onRightClick-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"onRightClick(PlayerInteractEvent)","url":"onRightClick-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"ExplosiveBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"IcyBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"onShoot()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"onSprint(PlayerToggleSprintEvent)","url":"onSprint-org.bukkit.event.player.PlayerToggleSprintEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"CoolerListener","l":"onStarve(FoodLevelChangeEvent)","url":"onStarve-org.bukkit.event.entity.FoodLevelChangeEvent-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"onTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"onTick()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GadgetsListener","l":"onToggleSneak(PlayerToggleSneakEvent)","url":"onToggleSneak-org.bukkit.event.player.PlayerToggleSneakEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"onTrample(PlayerInteractEvent)","url":"onTrample-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WitherListener","l":"onWitherDestroy(EntityChangeBlockEvent)","url":"onWitherDestroy-org.bukkit.event.entity.EntityChangeBlockEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"onWorldLoad(WorldLoadEvent)","url":"onWorldLoad-org.bukkit.event.world.WorldLoadEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"onWorldUnload(WorldUnloadEvent)","url":"onWorldUnload-org.bukkit.event.world.WorldUnloadEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"open(Player...)","url":"open-org.bukkit.entity.Player...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"FlexCategory","l":"open(Player, PlayerProfile, SlimefunGuideLayout)","url":"open-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"open(Player, Block)","url":"open-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"openBackpack(Player, ItemStack, SlimefunBackpack)","url":"openBackpack-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-io.github.thebusybiscuit.slimefun4.implementation.items.tools.SlimefunBackpack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openCategory(PlayerProfile, Category, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openCategory(PlayerProfile, Category, SlimefunGuideLayout, int)","url":"openCategory-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openCheatMenu(Player)","url":"openCheatMenu-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"ElevatorPlate","l":"openEditor(Player, Block)","url":"openEditor-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openGuide(Player, SlimefunGuideLayout)","url":"openGuide-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openGuide(Player, ItemStack)","url":"openGuide-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"openLastEntry(SlimefunGuideImplementation)","url":"openLastEntry-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openMainMenu(PlayerProfile, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openMainMenu(PlayerProfile, SlimefunGuideLayout, int)","url":"openMainMenu-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"BookSlimefunGuide","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","c":"ChestSlimefunGuide","l":"openSearch(PlayerProfile, String, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuide","l":"openSearch(PlayerProfile, String, boolean, boolean)","url":"openSearch-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-java.lang.String-boolean-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideSettings","l":"openSettings(Player, ItemStack)","url":"openSettings-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"openTeleporterGUI(Player, UUID, Block, int)","url":"openTeleporterGUI-org.bukkit.entity.Player-java.util.UUID-org.bukkit.block.Block-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"openTransmitterControlPanel(Player)","url":"openTransmitterControlPanel-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"openWaypointControlPanel(Player)","url":"openWaypointControlPanel-org.bukkit.entity.Player-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ORE_CRUSHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORE_CRUSHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"ORE_WASHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORE_WASHER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"OreCrusher()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreWasher","l":"OreWasher()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"OUTPUT_CHEST"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"Parachute","l":"Parachute(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Parachute-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PARACHUTE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ParachuteTask","l":"ParachuteTask(Player)","url":"ParachuteTask-org.bukkit.entity.Player-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"parseGitHubDate(String)","url":"parseGitHubDate-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"PermissionsService(SlimefunPlugin)","url":"PermissionsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"PersonalActivationPlate","l":"PersonalActivationPlate(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PersonalActivationPlate-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PerWorldSettingsService","l":"PerWorldSettingsService(SlimefunPlugin)","url":"PerWorldSettingsService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_CONTAINMENT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_THE_SEEKER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PICKAXE_OF_VEIN_MINING"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfContainment","l":"PickaxeOfContainment(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfContainment-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfTheSeeker","l":"PickaxeOfTheSeeker(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfTheSeeker-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PickaxeOfVeinMining","l":"PickaxeOfVeinMining(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PickaxeOfVeinMining-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PLASTIC_SHEET"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"PLAYER_BREAK"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"PlayerBackpack(PlayerProfile, int)","url":"PlayerBackpack-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"PlayerBackpack(PlayerProfile, int, int)","url":"PlayerBackpack-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerLanguageChangeEvent","l":"PlayerLanguageChangeEvent(Player, Language, Language)","url":"PlayerLanguageChangeEvent-org.bukkit.entity.Player-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-io.github.thebusybiscuit.slimefun4.core.services.localization.Language-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"PlayerProfileListener","l":"PlayerProfileListener(SlimefunPlugin)","url":"PlayerProfileListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"PlayerRightClickEvent(PlayerInteractEvent)","url":"PlayerRightClickEvent-org.bukkit.event.player.PlayerInteractEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"plugin"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PLUTONIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORK_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"PORTABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_CRAFTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_DUSTBIN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PORTABLE_GEO_SCANNER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableCrafter","l":"PortableCrafter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableCrafter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"PortableDustbin","l":"PortableDustbin(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableDustbin-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"PortableGEOScanner","l":"PortableGEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"PortableGEOScanner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"AutomatedPanningMachine","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"OreCrusher","l":"postRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"postRegister()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POTATO_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POTATO_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"power(int, String)","url":"power-int-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"POWER_CRYSTAL"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"powerBuffer(int)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"powerPerSecond(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"PrematureCodeException","l":"PrematureCodeException(String)","url":"PrematureCodeException-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"CargoManager","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"MultiTool","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"EnergyRegulator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"LumberAxe","l":"preRegister()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"preRegister()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"preset"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"PRESSURE_CHAMBER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PRESSURE_CHAMBER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"PressureChamber","l":"PressureChamber()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"processing"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_2_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_3_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_BUTCHER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_FARMER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_FISHERMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PROGRAMMABLE_ANDROID_WOODCUTTER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"ProgrammableAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ProgrammableAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AGenerator","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AReactor","l":"progress"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PULVERIZED_ORE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PUMPKIN_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"PURE_ORE_CLUSTER"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"pushItem(ItemStack, int...)","url":"pushItem-org.bukkit.inventory.ItemStack-int...-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","c":"InventoryBlock","l":"pushItems(Block, ItemStack...)","url":"pushItems-org.bukkit.block.Block-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"queueDelete(Location, boolean)","url":"queueDelete-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"queueMove(Location, Location)","url":"queueMove-org.bukkit.Location-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RABBIT_JERKY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RADIANT_BACKPACK"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"radioactive(Radioactivity)","url":"radioactive-io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"RadioactiveItem","l":"RadioactiveItem(Category, Radioactivity, SlimefunItemStack, RecipeType, ItemStack[])","url":"RadioactiveItem-me.mrCookieSlime.Slimefun.Objects.Category-io.github.thebusybiscuit.slimefun4.core.attributes.Radioactivity-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Rag","l":"Rag(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Rag-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAG"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CLAY_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_CONCRETE_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_PANE_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLASS_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_GLAZED_TERRACOTTA_XMAS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_HALLOWEEN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_VALENTINE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAINBOW_WOOL_XMAS"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RainbowBlock","l":"RainbowBlock(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, RainbowTicker)","url":"RainbowBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.handlers.RainbowTicker-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"RainbowTicker(MaterialCollection)","url":"RainbowTicker-io.github.thebusybiscuit.cscorelib2.materials.MaterialCollection-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"RainbowTicker(Material...)","url":"RainbowTicker-org.bukkit.Material...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RAW_CARBONADO"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REACTOR_ACCESS_PORT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REACTOR_COOLANT_CELL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"ReactorAccessPort","l":"ReactorAccessPort(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"ReactorAccessPort-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipe"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipeOutput"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"recipes"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"recipeType"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(MinecraftRecipe)","url":"RecipeType-io.github.thebusybiscuit.cscorelib2.recipes.MinecraftRecipe-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(ItemStack)","url":"RecipeType-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(ItemStack, String)","url":"RecipeType-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, SlimefunItemStack, String...)","url":"RecipeType-org.bukkit.NamespacedKey-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, ItemStack)","url":"RecipeType-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"RecipeType(NamespacedKey, ItemStack, BiConsumer, String...)","url":"RecipeType-org.bukkit.NamespacedKey-org.bukkit.inventory.ItemStack-java.util.function.BiConsumer-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"recordUsage(Map)","url":"recordUsage-java.util.Map-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REDSTONE_ALLOY"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"Refinery(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Refinery-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"REFINERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REFINERY"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"MinecraftRecipeService","l":"refresh()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"GEOResource","l":"register()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"register()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"register()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"register()"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"register(GEOResource)","url":"register-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","c":"MultiBlockMachine","l":"register(SlimefunAddon)","url":"register-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"register(SlimefunAddon)","url":"register-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"register(Iterable)","url":"register-java.lang.Iterable-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"PermissionsService","l":"register(Iterable)","url":"register-java.lang.Iterable-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"AncientAltarListener","l":"register(SlimefunPlugin)","url":"register-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"register(SlimefunPlugin)","url":"register-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"GrapplingHookListener","l":"register(SlimefunPlugin)","url":"register-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"register(SlimefunPlugin)","url":"register-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"register(ItemStack[], ItemStack)","url":"register-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"registerArmorSet(ItemStack, ItemStack[], String, boolean, SlimefunAddon)","url":"registerArmorSet-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-boolean-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Setup","c":"SlimefunManager","l":"registerArmorSet(ItemStack, ItemStack[], String, PotionEffect[][], boolean, SlimefunAddon)","url":"registerArmorSet-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-org.bukkit.potion.PotionEffect:A:A-boolean-io.github.thebusybiscuit.slimefun4.api.SlimefunAddon-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"registerBlockHandler(String, SlimefunBlockHandler)","url":"registerBlockHandler-java.lang.String-me.mrCookieSlime.Slimefun.Objects.SlimefunBlockHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"EnergyNetComponent","l":"registerComponent(String)","url":"registerComponent-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"BioGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CoalGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"CombustionGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"LavaGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"MagnesiumGenerator","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NetherStarReactor","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","c":"NuclearReactor","l":"registerDefaultFuelTypes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CarbonPress","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricFurnace","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricPress","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectrifiedCrucible","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodComposter","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FoodFabricator","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Freezer","l":"registerDefaultRecipes()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"registerDefaultRecipes()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerDefaultRecipes()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"registerEvent(ItemManipulationEvent)","url":"registerEvent-me.mrCookieSlime.Slimefun.api.inventory.ItemManipulationEvent-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"registerEvent(ItemManipulationEvent)","url":"registerEvent-me.mrCookieSlime.Slimefun.api.inventory.ItemManipulationEvent-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"registerFuel(MachineFuel)","url":"registerFuel-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerGuideHandler(GuideHandler)","url":"registerGuideHandler-me.mrCookieSlime.Slimefun.api.GuideHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"registerNetwork(Network)","url":"registerNetwork-io.github.thebusybiscuit.slimefun4.api.network.Network-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(int, ItemStack[], ItemStack[])","url":"registerRecipe-int-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(int, ItemStack, ItemStack)","url":"registerRecipe-int-org.bukkit.inventory.ItemStack-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"registerRecipe(MachineRecipe)","url":"registerRecipe-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerResearch(Research, ItemStack...)","url":"registerResearch-me.mrCookieSlime.Slimefun.Objects.Research-org.bukkit.inventory.ItemStack...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"registerResearch(NamespacedKey, int, String, int, ItemStack...)","url":"registerResearch-org.bukkit.NamespacedKey-int-java.lang.String-int-org.bukkit.inventory.ItemStack...-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"regulator"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"REGULATOR"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"regulatorNodes"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_ALLOY_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_FURNACE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REINFORCED_PLATE"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"reload()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"remove(Block)","url":"remove-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"LockedCategory","l":"removeParent(Category)","url":"removeParent-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"REPAIRED_SPAWNER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"RepairedSpawner","l":"RepairedSpawner(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"RepairedSpawner-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"replaceExistingItem(int, ItemStack)","url":"replaceExistingItem-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu","l":"replaceExistingItem(int, ItemStack, boolean)","url":"replaceExistingItem-int-org.bukkit.inventory.ItemStack-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"research"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"Research(NamespacedKey, int, String, int)","url":"Research-org.bukkit.NamespacedKey-int-java.lang.String-int-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"ResearchUnlockEvent(Player, Research)","url":"ResearchUnlockEvent-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"ResourceManager(SlimefunPlugin)","url":"ResourceManager-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"RESOURCES"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"retrieve(Block)","url":"retrieve-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUBBER_BOOTS"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BackupService","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"AncientAltarTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"ArmorTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"SlimefunStartupTask","l":"run()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"run()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"run(Player, boolean, boolean)","url":"run-org.bukkit.entity.Player-boolean-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_AIR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_EARTH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_ENDER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_LIGHTNING"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_RAINBOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_SOULBOUND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"RUNE_WATER"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"runSync(Runnable)","url":"runSync-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"Slimefun","l":"runSync(Runnable, long)","url":"runSync-java.lang.Runnable-long-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SALT"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"save()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"save()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"save(boolean)"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"save(boolean, boolean)"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"save(File)","url":"save-java.io.File-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenu","l":"save(Location)","url":"save-org.bukkit.Location-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"saveAllBlocks()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"saveAllPlayers()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"DirtyChestMenu.SaveHandler","l":"SaveHandler(DirtyChestMenu, ChestMenu.MenuOpeningHandler)","url":"SaveHandler-me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu.MenuOpeningHandler-"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"scan(Player, Block)","url":"scan-org.bukkit.entity.Player-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SCROLL_OF_DIMENSIONAL_TELEPOSITION"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SCUBA_HELMET"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","c":"SeasonalCategory","l":"SeasonalCategory(NamespacedKey, Month, int, ItemStack)","url":"SeasonalCategory-org.bukkit.NamespacedKey-java.time.Month-int-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEEDS_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEEDS_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SEISMIC_AXE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SeismicAxe","l":"SeismicAxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SeismicAxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SeismicAxeListener","l":"SeismicAxeListener(SlimefunPlugin)","url":"SeismicAxeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"SEMICOLON"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"sendHelp(CommandSender)","url":"sendHelp-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, boolean)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, boolean, UnaryOperator)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-boolean-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessage(CommandSender, String, UnaryOperator)","url":"sendMessage-org.bukkit.command.CommandSender-java.lang.String-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String, boolean, UnaryOperator)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-boolean-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"sendMessages(CommandSender, String, UnaryOperator)","url":"sendMessages-org.bukkit.command.CommandSender-java.lang.String-java.util.function.UnaryOperator-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"sendStats(CommandSender)","url":"sendStats-org.bukkit.command.CommandSender-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChatUtils","l":"sendURL(CommandSender, String)","url":"sendURL-org.bukkit.command.CommandSender-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"setAutoLoadingMode(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"BackpackListener","l":"setBackpackId(Player, ItemStack, int, int)","url":"setBackpackId-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"BlockDataService","l":"setBlockData(Block, String)","url":"setBlockData-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Block, String, boolean)","url":"setBlockInfo-org.bukkit.block.Block-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Block, Config, boolean)","url":"setBlockInfo-org.bukkit.block.Block-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Location, String, boolean)","url":"setBlockInfo-org.bukkit.Location-java.lang.String-boolean-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setBlockInfo(Location, Config, boolean)","url":"setBlockInfo-org.bukkit.Location-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AndroidMineEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"AutoDisenchantEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"MultiBlockInteractEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"ResearchUnlockEvent","l":"setCancelled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setCategories(FileConfiguration)","url":"setCategories-org.bukkit.configuration.file.FileConfiguration-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setCategory(Category)","url":"setCategory-me.mrCookieSlime.Slimefun.Objects.Category-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setCharge(Block, int)","url":"setCharge-org.bukkit.block.Block-int-"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setCharge(Location, int)","url":"setCharge-org.bukkit.Location-int-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"setChunkInfo(World, int, int, String, String)","url":"setChunkInfo-org.bukkit.World-int-int-java.lang.String-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"setContribution(String, int)","url":"setContribution-java.lang.String-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"setCost(int)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"JetpackTask","l":"setID(int)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"setItemData(ItemStack, String)","url":"setItemData-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomItemDataService","l":"setItemData(ItemMeta, String)","url":"setItemData-org.bukkit.inventory.meta.ItemMeta-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"setItemMeta(ItemMeta)","url":"setItemMeta-org.bukkit.inventory.meta.ItemMeta-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setMessages(FileConfiguration)","url":"setMessages-org.bukkit.configuration.file.FileConfiguration-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipe(ItemStack[])","url":"setRecipe-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipeOutput(ItemStack)","url":"setRecipeOutput-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setRecipeType(RecipeType)","url":"setRecipeType-me.mrCookieSlime.Slimefun.Lists.RecipeType-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setRecipeTypes(FileConfiguration)","url":"setRecipeTypes-org.bukkit.configuration.file.FileConfiguration-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setResearch(Research)","url":"setResearch-me.mrCookieSlime.Slimefun.Objects.Research-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"setResearched(Research, boolean)","url":"setResearched-me.mrCookieSlime.Slimefun.Objects.Research-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setResearches(FileConfiguration)","url":"setResearches-org.bukkit.configuration.file.FileConfiguration-"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"setResearchingEnabled(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Language","l":"setResources(FileConfiguration)","url":"setResources-org.bukkit.configuration.file.FileConfiguration-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","c":"SlimefunGuideOption","l":"setSelectedOption(Player, ItemStack, T)","url":"setSelectedOption-org.bukkit.entity.Player-org.bukkit.inventory.ItemStack-T-"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerBackpack","l":"setSize(int)"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"BlockMenuPreset","l":"setSize(int)"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","c":"ResourceManager","l":"setSupplies(GEOResource, World, int, int, int)","url":"setSupplies-io.github.thebusybiscuit.slimefun4.api.geo.GEOResource-org.bukkit.World-int-int-int-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"Contributor","l":"setTexture(String)","url":"setTexture-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"setTexture(ItemStack, String)","url":"setTexture-org.bukkit.inventory.ItemStack-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"CustomTextureService","l":"setTexture(ItemMeta, String)","url":"setTexture-org.bukkit.inventory.meta.ItemMeta-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"MachineRecipe","l":"setTicks(int)"},{"p":"me.mrCookieSlime.Slimefun.api.energy","c":"ChargableBlock","l":"setUnsafeCharge(Location, int, boolean)","url":"setUnsafeCharge-org.bukkit.Location-int-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.resources","c":"GEOResourcesSetup","l":"setup()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"SlimefunItemSetup","l":"setup(SlimefunPlugin)","url":"setup-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"ResearchSetup","l":"setupResearches()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","c":"PostSetup","l":"setupWiki()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"setUseableInWorkbench(boolean)"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"setUseBlock(Event.Result)","url":"setUseBlock-org.bukkit.event.Event.Result-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"setUseItem(Event.Result)","url":"setUseItem-org.bukkit.event.Event.Result-"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"GEOResourceGenerationEvent","l":"setValue(int)"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"shownRecipes"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SIFTED_ORE"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"InfusedHopper","l":"silent"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILICON"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILVER_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SILVER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SimpleSlimefunItem","l":"SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"SimpleSlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"GuideHistory","l":"size()"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"PatternUtils","l":"SLASH_SEPARATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_BOOTS_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_CHESTPLATE_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_HELMET_STEEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SLIME_LEGGINGS_STEEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","c":"SlimefunArmorPiece","l":"SlimefunArmorPiece(Category, SlimefunItemStack, RecipeType, ItemStack[], PotionEffect[])","url":"SlimefunArmorPiece-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.potion.PotionEffect:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SlimefunBackpack","l":"SlimefunBackpack(int, Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SlimefunBackpack-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBootsListener","l":"SlimefunBootsListener(SlimefunPlugin)","url":"SlimefunBootsListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SlimefunBow","l":"SlimefunBow(SlimefunItemStack, ItemStack[])","url":"SlimefunBow-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunBowListener","l":"SlimefunBowListener()"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SlimefunCommand","l":"SlimefunCommand(SlimefunPlugin)","url":"SlimefunCommand-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunGuideListener","l":"SlimefunGuideListener(SlimefunPlugin, boolean)","url":"SlimefunGuideListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"SlimefunItem(Category, ItemStack, String, RecipeType, ItemStack[])","url":"SlimefunItem-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemConsumeListener","l":"SlimefunItemConsumeListener(SlimefunPlugin)","url":"SlimefunItemConsumeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SlimefunItemListener","l":"SlimefunItemListener(SlimefunPlugin)","url":"SlimefunItemListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, String, String...)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, String, Consumer)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, String, Consumer)","url":"SlimefunItemStack-java.lang.String-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Color, PotionEffect, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Color-org.bukkit.potion.PotionEffect-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, ItemStack, Consumer)","url":"SlimefunItemStack-java.lang.String-org.bukkit.inventory.ItemStack-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-java.lang.String-java.lang.String...-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, String, Consumer)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-java.lang.String-java.util.function.Consumer-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"SlimefunItemStack","l":"SlimefunItemStack(String, Material, Color, String, String...)","url":"SlimefunItemStack-java.lang.String-org.bukkit.Material-org.bukkit.Color-java.lang.String-java.lang.String...-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"SlimefunLocalization","l":"SlimefunLocalization(SlimefunPlugin)","url":"SlimefunLocalization-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace)","url":"SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunMachine","l":"SlimefunMachine(Category, ItemStack, String, ItemStack[], ItemStack[], BlockFace)","url":"SlimefunMachine-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack:A-org.bukkit.block.BlockFace-"},{"p":"me.mrCookieSlime.Slimefun","c":"SlimefunPlugin","l":"SlimefunPlugin()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"SlimefunRegistry","l":"SlimefunRegistry()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"SlimefunStartupTask","l":"SlimefunStartupTask(SlimefunPlugin, Runnable)","url":"SlimefunStartupTask-me.mrCookieSlime.Slimefun.SlimefunPlugin-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMALL_CAPACITOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMALL_URANIUM"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"SmeltersPickaxe","l":"SmeltersPickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SmeltersPickaxe-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"Smeltery","l":"Smeltery()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SMELTERY"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_3"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_GENERATOR_4"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLAR_PANEL"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","c":"SolarGenerator","l":"SolarGenerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SolarGenerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","c":"SolarHelmet","l":"SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SolarHelmet-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOLDER_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_AXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_BOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_BOW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_CHESTPLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_ELYTRA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_HELMET"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_HOE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_LEGGINGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_PICKAXE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_SHOVEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_SWORD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SOULBOUND_TRIDENT"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundBackpack","l":"SoulboundBackpack(int, Category, SlimefunItemStack, ItemStack[])","url":"SoulboundBackpack-int-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundItem","l":"SoulboundItem(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SoulboundItem-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"SoulboundListener","l":"SoulboundListener(SlimefunPlugin)","url":"SoulboundListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"SoulboundRune","l":"SoulboundRune(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SoulboundRune-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"LoreBuilder","l":"speed(float)"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Splint","l":"Splint(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"Splint-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SPLINT"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"STABLE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_ELEMENTAL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_STORM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_WATER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STAFF_WIND"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","c":"MetricsService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"start()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"start(SlimefunPlugin)","url":"start-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","c":"GitHubService","l":"start(Plugin)","url":"start-org.bukkit.plugin.Plugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"AutoSavingService","l":"start(Plugin, int)","url":"start-org.bukkit.plugin.Plugin-int-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"startNewTick()"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"StatusEffect","l":"StatusEffect(NamespacedKey)","url":"StatusEffect-org.bukkit.NamespacedKey-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_JETBOOTS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_JETPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_MULTI_TOOL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_PLATE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STEEL_THRUSTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"STONE_CHUNK"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"store(String, Object)","url":"store-java.lang.String-java.lang.Object-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"store(Block, String)","url":"store-org.bukkit.block.Block-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"store(Block, ItemStack)","url":"store-org.bukkit.block.Block-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"StormStaff","l":"StormStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"StormStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","c":"SubCommand","l":"SubCommand(SlimefunPlugin, SlimefunCommand)","url":"SubCommand-me.mrCookieSlime.Slimefun.SlimefunPlugin-io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"suffix"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SULFATE"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"SUPPORTED_TAGS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRIES_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRIES_ORGANIC_FOOD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWEET_BERRY_JUICE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SWORD_OF_BEHEADING"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","c":"SwordOfBeheading","l":"SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"SwordOfBeheading-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_DIAMOND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_EMERALD"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"SYNTHETIC_SAPPHIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TABLE_SAW"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","c":"TableSaw","l":"TableSaw()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], boolean, boolean, String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], boolean, boolean, String, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(SlimefunItemStack, ItemStack[], String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"Talisman(Category, SlimefunItemStack, ItemStack[], boolean, boolean, String, int, PotionEffect...)","url":"Talisman-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-org.bukkit.inventory.ItemStack:A-boolean-boolean-java.lang.String-int-org.bukkit.potion.PotionEffect...-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_ANGEL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_ANVIL"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_FIRE"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_HUNTER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_KNIGHT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_LAVA"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_MAGICIAN"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_MINER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_TRAVELLER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WARRIOR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WATER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WHIRLWIND"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TALISMAN_WIZARD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"MagicianTalisman.TalismanEnchantment","l":"TalismanEnchantment(Enchantment, int)","url":"TalismanEnchantment-org.bukkit.enchantments.Enchantment-int-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TalismanListener","l":"TalismanListener(SlimefunPlugin)","url":"TalismanListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TALISMANS_1"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TALISMANS_2"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TECH"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TECH_MISC"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"teleport(UUID, int, Location, Location, boolean)","url":"teleport-java.util.UUID-int-org.bukkit.Location-org.bukkit.Location-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"TeleportationManager","l":"TeleportationManager(GPSNetwork)","url":"TeleportationManager-io.github.thebusybiscuit.slimefun4.api.gps.GPSNetwork-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","c":"Teleporter","l":"Teleporter(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Teleporter-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"TeleporterListener","l":"TeleporterListener(SlimefunPlugin)","url":"TeleporterListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"TelepositionScroll","l":"TelepositionScroll(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TelepositionScroll-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"TERMINUS"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"terminusNodes"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"texture"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","c":"ThirdPartyPluginService","l":"ThirdPartyPluginService(SlimefunPlugin)","url":"ThirdPartyPluginService-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"Network","l":"tick()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","c":"CargoNet","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNet","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"ProgrammableAndroid","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AnimalGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoAnvil","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoBreeder","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDisenchanter","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoDrier","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutoEnchanter","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ChargingBench","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"CropGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricDustWasher","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"ElectricGoldPan","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"FluidPump","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"HeatedPressureChamber","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"Refinery","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"GEOMiner","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","c":"OilPump","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","c":"AContainer","l":"tick(Block)","url":"tick-org.bukkit.block.Block-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"AutomatedCraftingChamber","l":"tick(Block, boolean)","url":"tick-org.bukkit.block.Block-boolean-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"tick(Block, SlimefunItem, Config)","url":"tick-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"tick(Block, SlimefunItem, Config)","url":"tick-org.bukkit.block.Block-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"TickerTask()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"tier"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"NumberUtils","l":"timeDelta(Date)","url":"timeDelta-java.util.Date-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TIN_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TIN_INGOT"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TINY_URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"RecipeType","l":"toItem()"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockInfoConfig","l":"toJSON()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TOME_OF_KNOWLEDGE_SHARING"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"toMillis(long, boolean)"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"TOOLS"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","c":"PlayerProfile","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.core","c":"MultiBlock","l":"toString()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","c":"TickerTask","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Category","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"toString()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TOTEM_OF_UNDYING"},{"p":"me.mrCookieSlime.Slimefun.api","c":"GuideHandler","l":"trackHistory()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","c":"Translators","l":"Translators(ConcurrentMap)","url":"Translators-java.util.concurrent.ConcurrentMap-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TRASH_CAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","c":"TrashCan","l":"TrashCan(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TrashCan-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"TREE_GROWTH_ACCELERATOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"TreeGrowthAccelerator","l":"TreeGrowthAccelerator(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"TreeGrowthAccelerator-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"ErrorReport","l":"tryCatch(Function, Runnable)","url":"tryCatch-java.util.function.Function-java.lang.Runnable-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"unique"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"uniqueTick()"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"RainbowTicker","l":"uniqueTick()"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"UniversalBlockMenu(BlockMenuPreset)","url":"UniversalBlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","c":"UniversalBlockMenu","l":"UniversalBlockMenu(BlockMenuPreset, Config)","url":"UniversalBlockMenu-me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset-io.github.thebusybiscuit.cscorelib2.config.Config-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"UNKNOWN"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"UNKNOWN"},{"p":"me.mrCookieSlime.Slimefun.Objects","c":"Research","l":"unlock(Player, boolean)","url":"unlock-org.bukkit.entity.Player-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideImplementation","l":"unlockItem(Player, SlimefunItem, Runnable)","url":"unlockItem-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-java.lang.Runnable-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"UNOFFICIAL"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"UNREGISTERED"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","c":"UnregisteredItemException","l":"UnregisteredItemException(SlimefunItem)","url":"UnregisteredItemException-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkManager","l":"unregisterNetwork(Network)","url":"unregisterNetwork-io.github.thebusybiscuit.slimefun4.api.network.Network-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"update()"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"SimpleHologram","l":"update(Block, String)","url":"update-org.bukkit.block.Block-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"HashedArmorpiece","l":"update(ItemStack, SlimefunItem)","url":"update-org.bukkit.inventory.ItemStack-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","c":"ReactorHologram","l":"update(Location, String)","url":"update-org.bukkit.Location-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemSetting","l":"update(T)"},{"p":"io.github.thebusybiscuit.slimefun4.utils","c":"ChestMenuUtils","l":"updateProgressbar(ChestMenu, int, int, int, ItemStack)","url":"updateProgressbar-me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu-int-int-int-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","c":"GoldPan","l":"updateRandomizer()"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","c":"UpdaterService","l":"UpdaterService(Plugin, File)","url":"UpdaterService-org.bukkit.plugin.Plugin-java.io.File-"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","c":"GPSNetwork","l":"updateTransmitter(Location, UUID, boolean)","url":"updateTransmitter-org.bukkit.Location-java.util.UUID-boolean-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"Talisman","l":"upgrade()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"URANIUM"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"useableInWorkbench"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"useBlock()"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","c":"PlayerRightClickEvent","l":"useItem()"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"VALENTINES_DAY"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockDispenseHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockTicker","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BlockUseHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"BowShootHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"GeneratorTicker","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","c":"ItemHandler","l":"validate(SlimefunItem)","url":"validate-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"valueOf(String)","url":"valueOf-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"MinecraftVersion","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","c":"NetworkComponent","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.api","c":"SlimefunBranch","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineTier","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"MachineType","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","c":"SlimefunGuideLayout","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","c":"EnergyNetComponentType","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"values()"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"UnregisterReason","l":"values()"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VampireBladeListener","l":"VampireBladeListener(SlimefunPlugin)","url":"VampireBladeListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"ItemState","l":"VANILLA"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","c":"VanillaItem","l":"VanillaItem(Category, ItemStack, String, RecipeType, ItemStack[])","url":"VanillaItem-me.mrCookieSlime.Slimefun.Objects.Category-org.bukkit.inventory.ItemStack-java.lang.String-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"VanillaMachinesListener","l":"VanillaMachinesListener(SlimefunPlugin)","url":"VanillaMachinesListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"VERY_DEADLY"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","c":"Radioactivity","l":"VERY_HIGH"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","c":"Vitamins","l":"Vitamins(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"Vitamins-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"VITAMINS"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","c":"SlimefunItem","l":"warn(String)","url":"warn-java.lang.String-"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","c":"ItemRestriction","l":"warnPlayer(PlayerProfile, Player, SlimefunItem, ItemStack)","url":"warnPlayer-io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile-org.bukkit.entity.Player-me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WaterStaff","l":"WaterStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WaterStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"Categories","l":"WEAPONS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_FERTILIZER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_FLOUR"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WHEAT_ORGANIC_FOOD"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","c":"WindStaff","l":"WindStaff(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WindStaff-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","c":"ItemTransportFlow","l":"WITHDRAW"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_ASSEMBLER"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_PROOF_GLASS"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WITHER_PROOF_OBSIDIAN"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"WitherAssembler","l":"WitherAssembler(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WitherAssembler-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WitherListener","l":"WitherListener(SlimefunPlugin)","url":"WitherListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"WitherProofBlock(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WitherProofBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","c":"WitherProofBlock","l":"WitherProofBlock(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack)","url":"WitherProofBlock-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-org.bukkit.inventory.ItemStack-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"AndroidType","l":"WOODCUTTER"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","c":"WoodcutterAndroid","l":"WoodcutterAndroid(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"WoodcutterAndroid-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","c":"WorldListener","l":"WorldListener(SlimefunPlugin)","url":"WorldListener-me.mrCookieSlime.Slimefun.SlimefunPlugin-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"WOVEN_BACKPACK"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"XP_COLLECTOR"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","c":"XPCollector","l":"XPCollector(Category, SlimefunItemStack, RecipeType, ItemStack[])","url":"XPCollector-me.mrCookieSlime.Slimefun.Objects.Category-me.mrCookieSlime.Slimefun.api.SlimefunItemStack-me.mrCookieSlime.Slimefun.Lists.RecipeType-org.bukkit.inventory.ItemStack:A-"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ZINC_DUST"},{"p":"me.mrCookieSlime.Slimefun.Lists","c":"SlimefunItems","l":"ZINC_INGOT"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"_integrated_moveLocationInfo(Location, Location)","url":"Z:Z_integrated_moveLocationInfo-org.bukkit.Location-org.bukkit.Location-"},{"p":"me.mrCookieSlime.Slimefun.api","c":"BlockStorage","l":"_integrated_removeBlockInfo(Location, boolean)","url":"Z:Z_integrated_removeBlockInfo-org.bukkit.Location-boolean-"}] \ No newline at end of file diff --git a/docs/member-search-index.zip b/docs/member-search-index.zip index 57955cbd5..104468253 100644 Binary files a/docs/member-search-index.zip and b/docs/member-search-index.zip differ diff --git a/docs/overview-frame.html b/docs/overview-frame.html index 019dba2c8..509bcc371 100644 --- a/docs/overview-frame.html +++ b/docs/overview-frame.html @@ -2,10 +2,10 @@ - + Overview List (Slimefun4 - Javadocs) - + diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 73927cf88..3ca6677b8 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -2,10 +2,10 @@ - + Overview (Slimefun4 - Javadocs) - + @@ -149,7 +149,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.api.items -  + +
      This package contains a few classes that revolve around the API for + SlimefunItem, such as + ItemSetting
      + io.github.thebusybiscuit.slimefun4.api.network @@ -219,7 +223,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.core.guide.options -  + +
      This package contains the Settings menu forthe SlimefunGuide as + well as the interface SlimefunGuideOption for adding + your own options
      + io.github.thebusybiscuit.slimefun4.core.networks.cargo @@ -330,7 +338,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.utils.holograms -  + +
      This package contains a few utility classes that handle holograms in Slimefun.
      + io.github.thebusybiscuit.slimefun4.utils.itemstack @@ -431,7 +441,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.implementation.items.geo -  + +
      This package holds implementations of any SlimefunItem that + deals with the GEOResource API.
      + io.github.thebusybiscuit.slimefun4.implementation.items.gps diff --git a/docs/overview-tree.html b/docs/overview-tree.html index d3346c2b9..3484a7711 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -2,10 +2,10 @@ - + Class Hierarchy (Slimefun4 - Javadocs) - + @@ -195,6 +195,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    • me.mrCookieSlime.Slimefun.Lists.Categories
    • me.mrCookieSlime.Slimefun.Objects.Category (implements org.bukkit.Keyed) @@ -260,7 +261,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    • io.github.thebusybiscuit.slimefun4.implementation.listeners.IronGolemListener (implements org.bukkit.event.Listener)
    • me.mrCookieSlime.Slimefun.api.energy.ItemEnergy
    • io.github.thebusybiscuit.slimefun4.implementation.listeners.ItemPickupListener (implements org.bukkit.event.Listener)
    • -
    • io.github.thebusybiscuit.slimefun4.api.items.ItemSetting<T>
    • +
    • io.github.thebusybiscuit.slimefun4.api.items.ItemSetting<T> + +
    • org.bukkit.inventory.ItemStack (implements java.lang.Cloneable, org.bukkit.configuration.serialization.ConfigurationSerializable)
      • io.github.thebusybiscuit.cscorelib2.item.CustomItem @@ -303,6 +308,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      • io.github.thebusybiscuit.slimefun4.implementation.tasks.ParachuteTask
      • io.github.thebusybiscuit.slimefun4.utils.PatternUtils
      • io.github.thebusybiscuit.slimefun4.core.services.PermissionsService
      • +
      • io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService
      • io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
      • io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
      • io.github.thebusybiscuit.slimefun4.implementation.listeners.PlayerProfileListener (implements org.bukkit.event.Listener)
      • @@ -511,7 +517,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      • io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.SolarHelmet
      • io.github.thebusybiscuit.slimefun4.implementation.items.magical.SoulboundItem (implements me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.NotPlaceable, io.github.thebusybiscuit.slimefun4.core.attributes.Soulbound)
      • -
      • io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
      • +
      • io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman +
          +
        • io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicianTalisman
        • +
        +
      • io.github.thebusybiscuit.slimefun4.implementation.items.gps.Teleporter
      • io.github.thebusybiscuit.slimefun4.implementation.items.cargo.TrashCan (implements me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock)
      • io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.TreeGrowthAccelerator (implements io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent, me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock)
      • @@ -544,6 +554,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      • io.github.thebusybiscuit.slimefun4.api.exceptions.IdConflictException
      • io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException
      • io.github.thebusybiscuit.slimefun4.api.exceptions.MissingDependencyException
      • +
      • io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException
      • io.github.thebusybiscuit.slimefun4.api.exceptions.UnregisteredItemException
    • diff --git a/docs/package-search-index.zip b/docs/package-search-index.zip index 8254b9a59..480bea701 100644 Binary files a/docs/package-search-index.zip and b/docs/package-search-index.zip differ diff --git a/docs/serialized-form.html b/docs/serialized-form.html index 2f175dfe5..b153fb026 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -2,10 +2,10 @@ - + Serialized Form (Slimefun4 - Javadocs) - + @@ -135,6 +135,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
      -2255888430181930571L
  • +
  • + + +

    Class io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException extends RuntimeException implements Serializable

    +
    +
    serialVersionUID:
    +
    -7409054512888866955L
    +
    +
  • diff --git a/docs/type-search-index.js b/docs/type-search-index.js index a61af8170..60c831a1d 100644 --- a/docs/type-search-index.js +++ b/docs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AContainer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"AdvancedCargoOutputNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AdvancedFarmerAndroid"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AltarRecipe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AncientAltar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"AncientAltarListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"AncientAltarTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AncientPedestal"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AndroidInstance"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"AndroidMineEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AndroidType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AnimalGrowthAccelerator"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AReactor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"ArmorForge"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"ArmorTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoAnvil"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoBreeder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoDisenchanter"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"AutoDisenchantEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoDrier"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoEnchanter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutomatedCraftingChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"AutomatedPanningMachine"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"AutoSavingService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BackpackListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"BackupService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Bandage"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","l":"BasicCircuitBoard"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"BioGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"BirthdayCake"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockBreakHandler"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"BlockDataService"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockDispenseHandler"},{"p":"me.mrCookieSlime.Slimefun.api","l":"BlockInfoConfig"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BlockListener"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"BlockMenu"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"BlockMenuPreset"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BlockPhysicsListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockPlaceHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"BlockPlacer"},{"p":"me.mrCookieSlime.Slimefun.api","l":"BlockStorage"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockTicker"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockUseHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"BookSlimefunGuide"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BowShootHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"ButcherAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ButcherAndroidListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","l":"Capacitor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"CarbonPress"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoConnectorNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoInputNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoManager"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","l":"CargoNet"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoOutputNode"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"Categories"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"Category"},{"p":"me.mrCookieSlime.Slimefun.api.energy","l":"ChargableBlock"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"ChargableItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ChargingBench"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"ChatUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"CheatSheetSlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"ChestMenuUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"ChestSlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"CoalGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.utils.itemstack","l":"ColoredFireworkStar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"CombustionGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands.subcommands","l":"Commands"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"Composter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Compressor"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","l":"Contributor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"Cooler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"CoolerListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"CropGrowthAccelerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"Crucible"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"CustomItemDataService"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"CustomTextureService"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"DamageableItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DeathpointListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DebugFishListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"DietCookie"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"DirtyChestMenu"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"DirtyChestMenu.SaveHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DispenserListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"EasterEgg"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricDustWasher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricFurnace"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricGoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricIngotFactory"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricIngotPulverizer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricOreGrinder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricPress"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricSmeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectrifiedCrucible"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"ElevatorPlate"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"EnderBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","l":"EnergyNet"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"EnergyNetComponent"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","l":"EnergyNetComponentType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"EnergyRegulator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"EnhancedCraftingTable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"EnhancedFurnace"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"EnhancedFurnaceListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"EntityKillHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"EntityKillListener"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"ErrorReport"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ExplosionsListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"ExplosiveBow"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"ExplosivePickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"ExplosiveShovel"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"FarmerAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"FireworksListener"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"FireworkUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"FisherAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FluidPump"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FoodComposter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FoodFabricator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"FortuneCookie"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"Freezer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"GadgetsListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"GeneratorTicker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"GEOMiner"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","l":"GEOResource"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"GEOResourceGenerationEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.resources","l":"GEOResourcesSetup"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"GEOScanner"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","l":"GitHubService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"GoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSControlPanel"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSMarkerTool"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","l":"GPSNetwork"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSTransmitter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"GrapplingHook"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"GrapplingHookListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"GrindStone"},{"p":"me.mrCookieSlime.Slimefun.api","l":"GuideHandler"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"GuideHistory"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"HandledBlock"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"HashedArmorpiece"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"HeatedPressureChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"HerculesPickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"HologramProjector"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"IcyBow"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"IdConflictException"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"IncompatibleItemHandlerException"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"InfernalBonemeal"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"InfusedHopper"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","l":"InventoryBlock"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"IronGolemListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"ItemAttribute"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemConsumptionHandler"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemDropHandler"},{"p":"me.mrCookieSlime.Slimefun.api.energy","l":"ItemEnergy"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemHandler"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"ItemManipulationEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ItemPickupListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"ItemRestriction"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"ItemSetting"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"ItemState"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","l":"ItemTransportFlow"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemUseHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"JetBoots"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"JetBootsTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"Jetpack"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"JetpackTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"Juice"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Juicer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"KnowledgeFlask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"KnowledgeTome"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"Language"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"LavaGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"LocalizationService"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"LockedCategory"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"LoreBuilder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"LumberAxe"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"MachineFuel"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"MachineRecipe"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"MachineTier"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"MachineType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"MagicEyeOfEnder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MagicSugar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"MagicWorkbench"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"MagnesiumGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"MagnetTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"MakeshiftSmeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MeatJerky"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Medicine"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","l":"MetricsService"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"MinecraftRecipeService"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"MinecraftVersion"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"MinerAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"MissingDependencyException"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MonsterJerky"},{"p":"io.github.thebusybiscuit.slimefun4.core","l":"MultiBlock"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"MultiBlockInteractEvent"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"MultiBlockInteractionHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"MultiBlockListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","l":"MultiBlockMachine"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"Multimeter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"MultiTool"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"NetherGoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","l":"NetherStarReactor"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"Network"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"NetworkComponent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"NetworkListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"NetworkManager"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","l":"NotPlaceable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","l":"NuclearReactor"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"NumberUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"OilPump"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"OreCrusher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"OreWasher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","l":"Parachute"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"ParachuteTask"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"PatternUtils"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"PermissionsService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"PersonalActivationPlate"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfContainment"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfTheSeeker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfVeinMining"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"Placeable"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"PlayerBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"PlayerLanguageChangeEvent"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"PlayerProfile"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"PlayerProfileListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"PlayerRightClickEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PortableCrafter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PortableDustbin"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"PortableGEOScanner"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"PostSetup"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"PressureChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"ProgrammableAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Radioactive"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"RadioactiveItem"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Radioactivity"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Rag"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"RainbowBlock"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"RainbowTicker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"ReactorAccessPort"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","l":"ReactorHologram"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"RecipeDisplayItem"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"RecipeType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"Refinery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"RepairedSpawner"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"Research"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"ResearchSetup"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"ResearchUnlockEvent"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","l":"ResourceManager"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","l":"SeasonalCategory"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SeismicAxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SeismicAxeListener"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","l":"SimpleHologram"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SimpleSlimefunItem"},{"p":"me.mrCookieSlime.Slimefun.api","l":"Slimefun"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"SlimefunAddon"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","l":"SlimefunArmorPiece"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"SlimefunBackpack"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"SlimefunBlockHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunBootsListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SlimefunBow"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunBowListener"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"SlimefunBranch"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","l":"SlimefunCommand"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuideImplementation"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuideLayout"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunGuideListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","l":"SlimefunGuideOption"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","l":"SlimefunGuideSettings"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SlimefunItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunItemConsumeListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunItemListener"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"SlimefunItems"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"SlimefunItemSetup"},{"p":"me.mrCookieSlime.Slimefun.api","l":"SlimefunItemStack"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"SlimefunLocalization"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SlimefunMachine"},{"p":"me.mrCookieSlime.Slimefun.Setup","l":"SlimefunManager"},{"p":"me.mrCookieSlime.Slimefun","l":"SlimefunPlugin"},{"p":"io.github.thebusybiscuit.slimefun4.core","l":"SlimefunRegistry"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"SlimefunStartupTask"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"SlimefunUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"SmeltersPickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Smeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"SolarGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"SolarHelmet"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Soulbound"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SoulboundListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundRune"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Splint"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"StatusEffect"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"StormStaff"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","l":"SubCommand"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SwordOfBeheading"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"TableSaw"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"Talisman"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"TalismanListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","l":"TeleportationManager"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"Teleporter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"TeleporterListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"TelepositionScroll"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","l":"ThirdPartyPluginService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"TickerTask"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"Translators"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"TrashCan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"TreeGrowthAccelerator"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"UniversalBlockMenu"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"UnregisteredItemException"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"UnregisterReason"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"UpdaterService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"VampireBladeListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"VanillaItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"VanillaMachinesListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Vitamins"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"WaterStaff"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"WindStaff"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"WitherAssembler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"WitherListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"WitherProof"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"WitherProofBlock"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"WoodcutterAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"WorldListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"XPCollector"}] \ No newline at end of file +typeSearchIndex = [{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AContainer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"AdvancedCargoOutputNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AdvancedFarmerAndroid"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AltarRecipe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AncientAltar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"AncientAltarListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"AncientAltarTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.altar","l":"AncientPedestal"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AndroidInstance"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"AndroidMineEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"AndroidType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AnimalGrowthAccelerator"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"AReactor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"ArmorForge"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"ArmorTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoAnvil"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoBreeder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoDisenchanter"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"AutoDisenchantEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoDrier"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutoEnchanter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"AutomatedCraftingChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"AutomatedPanningMachine"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"AutoSavingService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BackpackListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"BackupService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Bandage"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","l":"BasicCircuitBoard"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"BioGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"BirthdayCake"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockBreakHandler"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"BlockDataService"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockDispenseHandler"},{"p":"me.mrCookieSlime.Slimefun.api","l":"BlockInfoConfig"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BlockListener"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"BlockMenu"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"BlockMenuPreset"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"BlockPhysicsListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockPlaceHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"BlockPlacer"},{"p":"me.mrCookieSlime.Slimefun.api","l":"BlockStorage"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockTicker"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BlockUseHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"BookSlimefunGuide"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"BowShootHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"ButcherAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ButcherAndroidListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric","l":"Capacitor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"CarbonPress"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoConnectorNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoInputNode"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoManager"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.cargo","l":"CargoNet"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"CargoOutputNode"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"Categories"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"Category"},{"p":"me.mrCookieSlime.Slimefun.api.energy","l":"ChargableBlock"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"ChargableItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ChargingBench"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"ChatUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"CheatSheetSlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"ChestMenuUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.guide","l":"ChestSlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"CoalGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.utils.itemstack","l":"ColoredFireworkStar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"CombustionGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands.subcommands","l":"Commands"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"Composter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Compressor"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","l":"Contributor"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"Cooler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"CoolerListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"CropGrowthAccelerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"Crucible"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"CustomItemDataService"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"CustomTextureService"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"DamageableItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DeathpointListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DebugFishListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"DietCookie"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"DirtyChestMenu"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"DirtyChestMenu.SaveHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"DispenserListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"EasterEgg"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricDustWasher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricFurnace"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricGoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricIngotFactory"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricIngotPulverizer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricOreGrinder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricPress"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectricSmeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"ElectrifiedCrucible"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"ElevatorPlate"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"EnderBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","l":"EnergyNet"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"EnergyNetComponent"},{"p":"io.github.thebusybiscuit.slimefun4.core.networks.energy","l":"EnergyNetComponentType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"EnergyRegulator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"EnhancedCraftingTable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"EnhancedFurnace"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"EnhancedFurnaceListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"EntityKillHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"EntityKillListener"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"ErrorReport"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ExplosionsListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"ExplosiveBow"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"ExplosivePickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"ExplosiveShovel"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"FarmerAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"FireworksListener"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"FireworkUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"FisherAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","l":"FlexCategory"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FluidPump"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FoodComposter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"FoodFabricator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"FortuneCookie"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"Freezer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"GadgetsListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"GeneratorTicker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"GEOMiner"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","l":"GEOResource"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"GEOResourceGenerationEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.resources","l":"GEOResourcesSetup"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"GEOScanner"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.github","l":"GitHubService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"GoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSControlPanel"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSMarkerTool"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","l":"GPSNetwork"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"GPSTransmitter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"GrapplingHook"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"GrapplingHookListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"GrindStone"},{"p":"me.mrCookieSlime.Slimefun.api","l":"GuideHandler"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"GuideHistory"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"HandledBlock"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"HashedArmorpiece"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"HeatedPressureChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"HerculesPickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"HologramProjector"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"IcyBow"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"IdConflictException"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"IncompatibleItemHandlerException"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"InfernalBonemeal"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"InfusedHopper"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","l":"InventoryBlock"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"IronGolemListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"ItemAttribute"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemConsumptionHandler"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemDropHandler"},{"p":"me.mrCookieSlime.Slimefun.api.energy","l":"ItemEnergy"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemHandler"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"ItemManipulationEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"ItemPickupListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"ItemRestriction"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"ItemSetting"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"ItemState"},{"p":"me.mrCookieSlime.Slimefun.api.item_transport","l":"ItemTransportFlow"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"ItemUseHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"JetBoots"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"JetBootsTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"Jetpack"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"JetpackTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"Juice"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Juicer"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"KnowledgeFlask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"KnowledgeTome"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"Language"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"LavaGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"LocalizationService"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"LockedCategory"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"LoreBuilder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"LumberAxe"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"MachineFuel"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems","l":"MachineRecipe"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"MachineTier"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"MachineType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"MagicEyeOfEnder"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"MagicianTalisman"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"MagicianTalisman.TalismanEnchantment"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MagicSugar"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"MagicWorkbench"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"MagnesiumGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"MagnetTask"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"MakeshiftSmeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MeatJerky"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Medicine"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.metrics","l":"MetricsService"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"MinecraftRecipeService"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"MinecraftVersion"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"MinerAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"MissingDependencyException"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.food","l":"MonsterJerky"},{"p":"io.github.thebusybiscuit.slimefun4.core","l":"MultiBlock"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"MultiBlockInteractEvent"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"MultiBlockInteractionHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"MultiBlockListener"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks","l":"MultiBlockMachine"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"Multimeter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"MultiTool"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"NetherGoldPan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","l":"NetherStarReactor"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"Network"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"NetworkComponent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"NetworkListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.network","l":"NetworkManager"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces","l":"NotPlaceable"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors","l":"NuclearReactor"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"NumberUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"OilPump"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"OreCrusher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"OreWasher"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","l":"Parachute"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"ParachuteTask"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"PatternUtils"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"PermissionsService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"PersonalActivationPlate"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"PerWorldSettingsService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfContainment"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfTheSeeker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PickaxeOfVeinMining"},{"p":"io.github.thebusybiscuit.slimefun4.api.items","l":"Placeable"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"PlayerBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"PlayerLanguageChangeEvent"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"PlayerProfile"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"PlayerProfileListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"PlayerRightClickEvent"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PortableCrafter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"PortableDustbin"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.geo","l":"PortableGEOScanner"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"PostSetup"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"PrematureCodeException"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"PressureChamber"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"ProgrammableAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Radioactive"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"RadioactiveItem"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Radioactivity"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Rag"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"RainbowBlock"},{"p":"me.mrCookieSlime.Slimefun.Objects.handlers","l":"RainbowTicker"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"ReactorAccessPort"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","l":"ReactorHologram"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"RecipeDisplayItem"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"RecipeType"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"Refinery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"RepairedSpawner"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"Research"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"ResearchSetup"},{"p":"io.github.thebusybiscuit.slimefun4.api.events","l":"ResearchUnlockEvent"},{"p":"io.github.thebusybiscuit.slimefun4.api.geo","l":"ResourceManager"},{"p":"io.github.thebusybiscuit.slimefun4.core.categories","l":"SeasonalCategory"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SeismicAxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SeismicAxeListener"},{"p":"io.github.thebusybiscuit.slimefun4.utils.holograms","l":"SimpleHologram"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SimpleSlimefunItem"},{"p":"me.mrCookieSlime.Slimefun.api","l":"Slimefun"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"SlimefunAddon"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.armor","l":"SlimefunArmorPiece"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"SlimefunBackpack"},{"p":"me.mrCookieSlime.Slimefun.Objects","l":"SlimefunBlockHandler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunBootsListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SlimefunBow"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunBowListener"},{"p":"io.github.thebusybiscuit.slimefun4.api","l":"SlimefunBranch"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","l":"SlimefunCommand"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuide"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuideImplementation"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide","l":"SlimefunGuideLayout"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunGuideListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","l":"SlimefunGuideOption"},{"p":"io.github.thebusybiscuit.slimefun4.core.guide.options","l":"SlimefunGuideSettings"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SlimefunItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunItemConsumeListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SlimefunItemListener"},{"p":"me.mrCookieSlime.Slimefun.Lists","l":"SlimefunItems"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.setup","l":"SlimefunItemSetup"},{"p":"me.mrCookieSlime.Slimefun.api","l":"SlimefunItemStack"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"SlimefunLocalization"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"SlimefunMachine"},{"p":"me.mrCookieSlime.Slimefun.Setup","l":"SlimefunManager"},{"p":"me.mrCookieSlime.Slimefun","l":"SlimefunPlugin"},{"p":"io.github.thebusybiscuit.slimefun4.core","l":"SlimefunRegistry"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"SlimefunStartupTask"},{"p":"io.github.thebusybiscuit.slimefun4.utils","l":"SlimefunUtils"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.tools","l":"SmeltersPickaxe"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"Smeltery"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators","l":"SolarGenerator"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets","l":"SolarHelmet"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"Soulbound"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundBackpack"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"SoulboundListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"SoulboundRune"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Splint"},{"p":"io.github.thebusybiscuit.slimefun4.api.player","l":"StatusEffect"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"StormStaff"},{"p":"io.github.thebusybiscuit.slimefun4.core.commands","l":"SubCommand"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.weapons","l":"SwordOfBeheading"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks","l":"TableSaw"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"Talisman"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"TalismanListener"},{"p":"io.github.thebusybiscuit.slimefun4.api.gps","l":"TeleportationManager"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.gps","l":"Teleporter"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"TeleporterListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"TelepositionScroll"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.plugins","l":"ThirdPartyPluginService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.tasks","l":"TickerTask"},{"p":"io.github.thebusybiscuit.slimefun4.core.services.localization","l":"Translators"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.cargo","l":"TrashCan"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"TreeGrowthAccelerator"},{"p":"me.mrCookieSlime.Slimefun.api.inventory","l":"UniversalBlockMenu"},{"p":"io.github.thebusybiscuit.slimefun4.api.exceptions","l":"UnregisteredItemException"},{"p":"me.mrCookieSlime.Slimefun.Objects.SlimefunItem","l":"UnregisterReason"},{"p":"io.github.thebusybiscuit.slimefun4.core.services","l":"UpdaterService"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"VampireBladeListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items","l":"VanillaItem"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"VanillaMachinesListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.medical","l":"Vitamins"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"WaterStaff"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.magical","l":"WindStaff"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"WitherAssembler"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"WitherListener"},{"p":"io.github.thebusybiscuit.slimefun4.core.attributes","l":"WitherProof"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.blocks","l":"WitherProofBlock"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.androids","l":"WoodcutterAndroid"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.listeners","l":"WorldListener"},{"p":"io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines","l":"XPCollector"}] \ No newline at end of file diff --git a/docs/type-search-index.zip b/docs/type-search-index.zip index 2f18de21e..7bba247a2 100644 Binary files a/docs/type-search-index.zip and b/docs/type-search-index.zip differ diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java index d166fa319..2af6fbec3 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java @@ -16,7 +16,6 @@ import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.plugin.Plugin; -import me.mrCookieSlime.CSCoreLibPlugin.CSCoreLib; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; import me.mrCookieSlime.Slimefun.Objects.handlers.BlockTicker; @@ -52,8 +51,8 @@ public class ErrorReport { stream.println(" Minecraft: " + Bukkit.getBukkitVersion()); stream.println(); stream.println("Slimefun Environment:"); - stream.println(" CS-CoreLib v" + CSCoreLib.getLib().getDescription().getVersion()); - stream.println(" Slimefun v" + SlimefunPlugin.instance.getDescription().getVersion()); + stream.println(" CS-CoreLib v" + SlimefunPlugin.getCSCoreLibVersion()); + stream.println(" Slimefun v" + SlimefunPlugin.getVersion()); stream.println(" Caused by: " + addon.getName() + " v" + addon.getPluginVersion()); stream.println(); @@ -81,7 +80,7 @@ public class ErrorReport { addon.getLogger().log(Level.WARNING, ""); addon.getLogger().log(Level.WARNING, "An Error occured! It has been saved as: "); addon.getLogger().log(Level.WARNING, "/plugins/Slimefun/error-reports/{0}", file.getName()); - addon.getLogger().log(Level.WARNING, "Please put this file on https://pastebin.com and report this to the developers."); + addon.getLogger().log(Level.WARNING, "Please put this file on https://pastebin.com and report this to the developer(s)."); if (addon.getBugTrackerURL() != null) { addon.getLogger().log(Level.WARNING, "Bug Tracker: " + addon.getBugTrackerURL()); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.java new file mode 100644 index 000000000..f05218a56 --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/exceptions/PrematureCodeException.java @@ -0,0 +1,27 @@ +package io.github.thebusybiscuit.slimefun4.api.exceptions; + +import io.github.thebusybiscuit.slimefun4.api.SlimefunAddon; + +/** + * A {@link PrematureCodeException} is thrown when a {@link SlimefunAddon} tried + * to access Slimefun code before Slimefun was enabled. + * Always let your code inside onEnable() or later, never on class initialization. + * + * @author TheBusyBiscuit + * + */ +public class PrematureCodeException extends RuntimeException { + + private static final long serialVersionUID = -7409054512888866955L; + + /** + * This constructs a new {@link PrematureCodeException} with the given error context. + * + * @param message + * An error message to display + */ + public PrematureCodeException(String message) { + super("Slimefun code was invoked before Slimefun finished loading: " + message); + } + +} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java index ffbe10be5..88e46fe57 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/gps/GPSNetwork.java @@ -2,6 +2,7 @@ package io.github.thebusybiscuit.slimefun4.api.gps; import java.util.HashMap; import java.util.HashSet; +import java.util.Locale; import java.util.Map; import java.util.Set; import java.util.UUID; @@ -166,7 +167,7 @@ public class GPSNetwork { menu.addItem(slot, new CustomItem(globe, entry.getKey().replace("player:death ", ""), "&8\u21E8 &7World: &r" + l.getWorld().getName(), "&8\u21E8 &7X: &r" + l.getX(), "&8\u21E8 &7Y: &r" + l.getY(), "&8\u21E8 &7Z: &r" + l.getZ(), "", "&8\u21E8 &cClick to delete")); menu.addMenuClickHandler(slot, (pl, slotn, item, action) -> { - String id = ChatColor.stripColor(ChatColor.translateAlternateColorCodes('&', entry.getKey())).toUpperCase().replace(' ', '_'); + String id = ChatColor.stripColor(ChatColor.translateAlternateColorCodes('&', entry.getKey())).toUpperCase(Locale.ROOT).replace(' ', '_'); Config cfg = new Config(WAYPOINTS_DIRECTORY + pl.getUniqueId().toString() + ".yml"); cfg.setValue(id, null); cfg.save(); @@ -214,7 +215,7 @@ public class GPSNetwork { } Config cfg = new Config(WAYPOINTS_DIRECTORY + p.getUniqueId().toString() + ".yml"); - String id = ChatColor.stripColor(ChatColor.translateAlternateColorCodes('&', name)).toUpperCase().replace(' ', '_'); + String id = ChatColor.stripColor(ChatColor.translateAlternateColorCodes('&', name)).toUpperCase(Locale.ROOT).replace(' ', '_'); cfg.setValue(id, l); cfg.setValue(id + ".name", name); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/items/package-info.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/items/package-info.java new file mode 100644 index 000000000..4fab4fc76 --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/items/package-info.java @@ -0,0 +1,6 @@ +/** + * This package contains a few classes that revolve around the API for + * {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem}, such as + * {@link io.github.thebusybiscuit.slimefun4.api.items.ItemSetting} + */ +package io.github.thebusybiscuit.slimefun4.api.items; \ No newline at end of file diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java index 092079ec9..e86ee00d5 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java @@ -7,6 +7,7 @@ import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Optional; +import java.util.OptionalInt; import java.util.Set; import java.util.UUID; import java.util.function.Consumer; @@ -19,9 +20,11 @@ import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; +import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.cscorelib2.config.Config; import io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece; import io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory; +import io.github.thebusybiscuit.slimefun4.utils.NumberUtils; import io.github.thebusybiscuit.slimefun4.utils.PatternUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Objects.Research; @@ -201,27 +204,28 @@ public final class PlayerProfile { public void sendStats(CommandSender sender) { Set researched = getResearches(); int levels = researched.stream().mapToInt(Research::getCost).sum(); + int totalResearches = SlimefunPlugin.getRegistry().getResearches().size(); - String progress = String.valueOf(Math.round(((researched.size() * 100.0F) / SlimefunPlugin.getRegistry().getResearches().size()) * 100.0F) / 100.0F); - if (Float.parseFloat(progress) < 16.0F) progress = "&4" + progress + " &r% "; - else if (Float.parseFloat(progress) < 32.0F) progress = "&c" + progress + " &r% "; - else if (Float.parseFloat(progress) < 48.0F) progress = "&6" + progress + " &r% "; - else if (Float.parseFloat(progress) < 64.0F) progress = "&e" + progress + " &r% "; - else if (Float.parseFloat(progress) < 80.0F) progress = "&2" + progress + " &r% "; - else progress = "&a" + progress + " &r% "; + float progress = Math.round(((researched.size() * 100.0F) / totalResearches) * 100.0F) / 100.0F; sender.sendMessage(""); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&7Statistics for Player: &b" + name)); + sender.sendMessage(ChatColors.color("&7Statistics for Player: &b" + name)); sender.sendMessage(""); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&7Title: &b" + getTitle())); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&7Research Progress: " + progress + "&e(" + researched.size() + " / " + SlimefunPlugin.getRegistry().getResearches().size() + ")")); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&7Total XP Levels spent: &b" + levels)); + sender.sendMessage(ChatColors.color("&7Title: " + ChatColor.AQUA + getTitle())); + sender.sendMessage(ChatColors.color("&7Research Progress: " + NumberUtils.getColorFromPercentage(progress) + progress + " &r% " + ChatColor.YELLOW + '(' + researched.size() + " / " + totalResearches + ')')); + sender.sendMessage(ChatColors.color("&7Total XP Levels spent: " + ChatColor.AQUA + levels)); } public Player getPlayer() { return Bukkit.getPlayer(getUUID()); } + /** + * This returns the {@link GuideHistory} of this {@link Player}. + * It is basically that player's browsing history. + * + * @return The {@link GuideHistory} of this {@link Player} + */ public GuideHistory getGuideHistory() { return guideHistory; } @@ -291,28 +295,26 @@ public final class PlayerProfile { * The player who's profile to retrieve * @param callback * The callback with the PlayerProfile + * * @return If the player was cached or not. */ public static boolean get(OfflinePlayer p, Consumer callback) { - PlayerProfile profile = SlimefunPlugin.getRegistry().getPlayerProfiles().get(p.getUniqueId()); + PlayerProfile cached = SlimefunPlugin.getRegistry().getPlayerProfiles().get(p.getUniqueId()); - if (profile != null) { - callback.accept(profile); + if (cached != null) { + callback.accept(cached); return true; } Bukkit.getScheduler().runTaskAsynchronously(SlimefunPlugin.instance, () -> { - PlayerProfile pp = new PlayerProfile(p); - SlimefunPlugin.getRegistry().getPlayerProfiles().put(p.getUniqueId(), pp); - callback.accept(pp); + PlayerProfile profile = new PlayerProfile(p); + SlimefunPlugin.getRegistry().getPlayerProfiles().put(p.getUniqueId(), profile); + callback.accept(profile); }); + return false; } - public static boolean isLoaded(UUID uuid) { - return SlimefunPlugin.getRegistry().getPlayerProfiles().containsKey(uuid); - } - public static Optional find(OfflinePlayer p) { return Optional.ofNullable(SlimefunPlugin.getRegistry().getPlayerProfiles().get(p.getUniqueId())); } @@ -324,24 +326,23 @@ public final class PlayerProfile { public static PlayerBackpack getBackpack(ItemStack item) { if (item == null || !item.hasItemMeta() || !item.getItemMeta().hasLore()) return null; - Optional id = Optional.empty(); + OptionalInt id = OptionalInt.empty(); String uuid = ""; for (String line : item.getItemMeta().getLore()) { - if (line.startsWith(ChatColor.translateAlternateColorCodes('&', "&7ID: ")) && line.indexOf('#') != -1) { - try { - String[] splitLine = PatternUtils.HASH.split(line); - id = Optional.of(Integer.parseInt(splitLine[1])); - uuid = splitLine[0].replace(ChatColor.translateAlternateColorCodes('&', "&7ID: "), ""); - } - catch (NumberFormatException x) { - return null; + if (line.startsWith(ChatColors.color("&7ID: ")) && line.indexOf('#') != -1) { + String[] splitLine = PatternUtils.HASH.split(line); + + if (PatternUtils.NUMERIC.matcher(splitLine[1]).matches()) { + id = OptionalInt.of(Integer.parseInt(splitLine[1])); + uuid = splitLine[0].replace(ChatColors.color("&7ID: "), ""); } } } if (id.isPresent()) { - return PlayerProfile.fromUUID(UUID.fromString(uuid)).getBackpack(id.get()); + PlayerProfile profile = fromUUID(UUID.fromString(uuid)); + return profile.getBackpack(id.getAsInt()); } else { return null; diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java index fa73f99db..311d7338b 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/SlimefunRegistry.java @@ -9,6 +9,8 @@ import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; +import java.util.concurrent.ConcurrentHashMap; +import java.util.concurrent.ConcurrentMap; import org.bukkit.Location; import org.bukkit.entity.EntityType; @@ -31,7 +33,6 @@ import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; import me.mrCookieSlime.Slimefun.Objects.handlers.ItemHandler; import me.mrCookieSlime.Slimefun.api.BlockInfoConfig; import me.mrCookieSlime.Slimefun.api.BlockStorage; -import me.mrCookieSlime.Slimefun.api.GuideHandler; import me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset; import me.mrCookieSlime.Slimefun.api.inventory.UniversalBlockMenu; @@ -56,6 +57,7 @@ public class SlimefunRegistry { private final Set researchingPlayers = new HashSet<>(); private final KeyMap researchIds = new KeyMap<>(); + private boolean automaticallyLoadItems; private boolean enableResearches; private boolean freeCreativeResearches; private boolean researchFireworks; @@ -72,9 +74,9 @@ public class SlimefunRegistry { private final Set chargeableBlocks = new HashSet<>(); private final Map witherProofBlocks = new HashMap<>(); + private final ConcurrentMap profiles = new ConcurrentHashMap<>(); private final Map worlds = new HashMap<>(); private final Map chunks = new HashMap<>(); - private final Map profiles = new HashMap<>(); private final Map layouts = new EnumMap<>(SlimefunGuideLayout.class); private final Map> drops = new EnumMap<>(EntityType.class); private final Map capacities = new HashMap<>(); @@ -85,7 +87,6 @@ public class SlimefunRegistry { private final Map> activeTickers = new HashMap<>(); - private final Map> guideHandlers = new HashMap<>(); private final Map automatedCraftingChamberRecipes = new HashMap<>(); public void load(Config cfg) { @@ -101,7 +102,15 @@ public class SlimefunRegistry { researchFireworks = cfg.getBoolean("options.research-unlock-fireworks"); } - public List getEnabledCategories() { + public boolean isAutoLoadingEnabled() { + return automaticallyLoadItems; + } + + public void setAutoLoadingMode(boolean mode) { + automaticallyLoadItems = mode; + } + + public List getCategories() { return categories; } @@ -203,7 +212,7 @@ public class SlimefunRegistry { return universalInventories; } - public Map getPlayerProfiles() { + public ConcurrentMap getPlayerProfiles() { return profiles; } @@ -231,18 +240,6 @@ public class SlimefunRegistry { return geoResources; } - /** - * This method will soon be removed. - * - * @deprecated The {@link GuideHandler} API is deprecated. It will soon be removed. - * - * @return A Map of handlers - */ - @Deprecated - public Map> getGuideHandlers() { - return guideHandlers; - } - @Deprecated public Map getAutomatedCraftingChamberRecipes() { return automatedCraftingChamberRecipes; diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.java new file mode 100644 index 000000000..696937dfd --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/FlexCategory.java @@ -0,0 +1,55 @@ +package io.github.thebusybiscuit.slimefun4.core.categories; + +import java.util.List; + +import org.bukkit.NamespacedKey; +import org.bukkit.entity.Player; +import org.bukkit.inventory.ItemStack; + +import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; +import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide; +import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout; +import me.mrCookieSlime.Slimefun.Objects.Category; +import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; + +/** + * A {@link FlexCategory} is a {@link Category} inside the {@link SlimefunGuide} that can + * be completely modified. + * It cannot hold any {@link SlimefunItem}. + * It can be completely overridden to perform any action upon being opened. + * + * @author TheBusyBiscuit + * + */ +public abstract class FlexCategory extends Category { + + public FlexCategory(NamespacedKey key, ItemStack item) { + this(key, item, 3); + } + + public abstract boolean isVisible(Player p, PlayerProfile profile, SlimefunGuideLayout layout); + + public abstract void open(Player p, PlayerProfile profile, SlimefunGuideLayout layout); + + public FlexCategory(NamespacedKey key, ItemStack item, int tier) { + super(key, item, tier); + } + + @Override + public final boolean isHidden(Player p) { + // We can stop this method right here. + // We provide a custom method for this. See isVisible(...) + return false; + } + + @Override + public final void add(SlimefunItem item) { + throw new UnsupportedOperationException("You cannot add items to a FlexCategory!"); + } + + @Override + public final List getItems() { + throw new UnsupportedOperationException("A FlexCategory has no items!"); + } + +} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.java index e1d9710b3..21e995c18 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/SeasonalCategory.java @@ -4,6 +4,7 @@ import java.time.LocalDate; import java.time.Month; import org.bukkit.NamespacedKey; +import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import me.mrCookieSlime.Slimefun.Objects.Category; @@ -49,13 +50,12 @@ public class SeasonalCategory extends Category { return month; } - /** - * Checks if the category should currently be displayed in the Guide. - * This is based on {@link SeasonalCategory#getMonth()}. - * - * @return true if it should, otherwise false - */ - public boolean isVisible() { - return month == LocalDate.now().getMonth(); + @Override + public boolean isHidden(Player p) { + if (month != LocalDate.now().getMonth()) { + return true; + } + + return super.isHidden(p); } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/Commands.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/Commands.java index dc25b37d5..9e7c5894b 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/Commands.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/Commands.java @@ -25,6 +25,5 @@ public final class Commands { commands.add(new OpenGuideCommand(plugin, cmd)); commands.add(new SearchCommand(plugin, cmd)); commands.add(new DebugFishCommand(plugin, cmd)); - commands.add(new ElevatorCommand(plugin, cmd)); } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/ElevatorCommand.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/ElevatorCommand.java deleted file mode 100644 index 38f3f32c4..000000000 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/ElevatorCommand.java +++ /dev/null @@ -1,66 +0,0 @@ -package io.github.thebusybiscuit.slimefun4.core.commands.subcommands; - -import java.util.Map; - -import org.bukkit.ChatColor; -import org.bukkit.Location; -import org.bukkit.command.CommandSender; -import org.bukkit.entity.Player; - -import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; -import io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand; -import io.github.thebusybiscuit.slimefun4.core.commands.SubCommand; -import io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate; -import me.mrCookieSlime.Slimefun.SlimefunPlugin; -import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; -import me.mrCookieSlime.Slimefun.api.BlockStorage; - -class ElevatorCommand extends SubCommand { - - private final ElevatorPlate elevatorPlate; - - ElevatorCommand(SlimefunPlugin plugin, SlimefunCommand cmd) { - super(plugin, cmd); - - elevatorPlate = ((ElevatorPlate) SlimefunItem.getByID("ELEVATOR_PLATE")); - } - - @Override - public void recordUsage(Map commandUsage) { - // This command is only for internal purposes, we do not wanna record the - // usage of this one. - } - - @Override - public String getName() { - return "elevator"; - } - - @Override - public boolean isHidden() { - return true; - } - - @Override - public void onExecute(CommandSender sender, String[] args) { - if (sender instanceof Player && args.length == 4) { - Player p = (Player) sender; - - int x = Integer.parseInt(args[1]); - int y = Integer.parseInt(args[2]); - int z = Integer.parseInt(args[3]); - - if (BlockStorage.getLocationInfo(p.getWorld().getBlockAt(x, y, z).getLocation(), "floor") != null) { - elevatorPlate.getUsers().add(p.getUniqueId()); - float yaw = p.getEyeLocation().getYaw() + 180; - if (yaw > 180) yaw = -180 + (yaw - 180); - - p.teleport(new Location(p.getWorld(), x + 0.5, y + 0.4, z + 0.5, yaw, p.getEyeLocation().getPitch())); - - String floor = BlockStorage.getLocationInfo(p.getWorld().getBlockAt(x, y, z).getLocation(), "floor"); - p.sendTitle(ChatColor.RESET + ChatColors.color(floor), " ", 20, 60, 20); - } - } - } - -} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/VersionsCommand.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/VersionsCommand.java index b85e5e6a2..f00ca84f5 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/VersionsCommand.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/VersionsCommand.java @@ -11,7 +11,6 @@ import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.cscorelib2.reflection.ReflectionUtils; import io.github.thebusybiscuit.slimefun4.core.commands.SlimefunCommand; import io.github.thebusybiscuit.slimefun4.core.commands.SubCommand; -import me.mrCookieSlime.CSCoreLibPlugin.CSCoreLib; import me.mrCookieSlime.Slimefun.SlimefunPlugin; class VersionsCommand extends SubCommand { @@ -35,8 +34,8 @@ class VersionsCommand extends SubCommand { if (sender.hasPermission("slimefun.command.versions") || sender instanceof ConsoleCommandSender) { sender.sendMessage(ChatColors.color("&a" + Bukkit.getName() + " &2" + ReflectionUtils.getVersion())); sender.sendMessage(""); - sender.sendMessage(ChatColors.color("&aCS-CoreLib &2v" + CSCoreLib.getLib().getDescription().getVersion())); - sender.sendMessage(ChatColors.color("&aSlimefun &2v" + plugin.getDescription().getVersion())); + sender.sendMessage(ChatColors.color("&aCS-CoreLib &2v" + SlimefunPlugin.getCSCoreLibVersion())); + sender.sendMessage(ChatColors.color("&aSlimefun &2v" + SlimefunPlugin.getVersion())); sender.sendMessage(""); Collection addons = SlimefunPlugin.getInstalledAddons(); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java index 94656396b..334936907 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuide.java @@ -84,11 +84,12 @@ public final class SlimefunGuide { } public static void openGuide(Player p, SlimefunGuideLayout layout) { - if (!SlimefunPlugin.getWhitelist().getBoolean(p.getWorld().getName() + ".enabled")) return; - if (!SlimefunPlugin.getWhitelist().getBoolean(p.getWorld().getName() + ".enabled-items.SLIMEFUN_GUIDE")) return; - - Optional optional = PlayerProfile.find(p); + if (!SlimefunPlugin.getWorldSettingsService().isWorldEnabled(p.getWorld())) { + return; + } + Optional optional = PlayerProfile.find(p); + if (optional.isPresent()) { PlayerProfile profile = optional.get(); SlimefunGuideImplementation guide = SlimefunPlugin.getRegistry().getGuideLayout(layout); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.java index 497ac6064..7875a08fc 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/SlimefunGuideImplementation.java @@ -1,12 +1,17 @@ package io.github.thebusybiscuit.slimefun4.core.guide; +import org.bukkit.GameMode; +import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide; import io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide; +import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Objects.Category; +import me.mrCookieSlime.Slimefun.Objects.Research; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; +import me.mrCookieSlime.Slimefun.api.Slimefun; /** * This interface is used for the different implementations that add behaviour @@ -48,4 +53,18 @@ public interface SlimefunGuideImplementation { void displayItem(PlayerProfile profile, SlimefunItem item, boolean addToHistory); + default void unlockItem(Player p, SlimefunItem sfitem, Runnable callback) { + Research research = sfitem.getResearch(); + + if (p.getGameMode() == GameMode.CREATIVE && SlimefunPlugin.getRegistry().isFreeCreativeResearchingEnabled()) { + research.unlock(p, true); + Slimefun.runSync(callback, 5L); + } + else { + research.unlock(p, false); + p.setLevel(p.getLevel() - research.getCost()); + Slimefun.runSync(callback, 103L); + } + } + } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.java index ffe1141af..7ad60bf5a 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.java @@ -26,7 +26,6 @@ import io.github.thebusybiscuit.slimefun4.utils.ChatUtils; import io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils; import io.github.thebusybiscuit.slimefun4.utils.NumberUtils; import io.github.thebusybiscuit.slimefun4.utils.PatternUtils; -import me.mrCookieSlime.CSCoreLibPlugin.CSCoreLib; import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu; import me.mrCookieSlime.Slimefun.SlimefunPlugin; @@ -86,7 +85,7 @@ public final class SlimefunGuideSettings { return false; }); - menu.addItem(4, new CustomItem(Material.WRITABLE_BOOK, "&aSlimefun Version", "&7&o" + SlimefunPlugin.getLocal().getMessage(p, "guide.tooltips.versions-notice"), "", "&rMinecraft Version: &a" + Bukkit.getBukkitVersion(), "&rSlimefun Version: &a" + SlimefunPlugin.getVersion(), "&rCS-CoreLib Version: &a" + CSCoreLib.getLib().getDescription().getVersion()), ChestMenuUtils.getEmptyClickHandler()); + menu.addItem(4, new CustomItem(Material.WRITABLE_BOOK, "&aSlimefun Version", "&7&o" + SlimefunPlugin.getLocal().getMessage(p, "guide.tooltips.versions-notice"), "", "&rMinecraft Version: &a" + Bukkit.getBukkitVersion(), "&rSlimefun Version: &a" + SlimefunPlugin.getVersion(), "&rCS-CoreLib Version: &a" + SlimefunPlugin.getCSCoreLibVersion()), ChestMenuUtils.getEmptyClickHandler()); menu.addItem(6, new CustomItem(Material.COMPARATOR, "&e" + SlimefunPlugin.getLocal().getMessage(p, "guide.title.source"), "", "&7Last Activity: &a" + NumberUtils.timeDelta(SlimefunPlugin.getGitHubService().getLastUpdate()) + " ago", "&7Forks: &e" + SlimefunPlugin.getGitHubService().getForks(), "&7Stars: &e" + SlimefunPlugin.getGitHubService().getStars(), "", "&7&oSlimefun 4 is a community project,", "&7&othe source code is available on GitHub", "&7&oand if you want to keep this Plugin alive,", "&7&othen please consider contributing to it", "", "&7\u21E8 &eClick to go to GitHub")); menu.addMenuClickHandler(6, (pl, slot, item, action) -> { @@ -107,11 +106,16 @@ public final class SlimefunGuideSettings { return false; }); - menu.addItem(49, new CustomItem(Material.REDSTONE_TORCH, "&4" + SlimefunPlugin.getLocal().getMessage(p, "guide.title.bugs"), "", "&7&oBug reports have to be made in English!", "", "&7Open Issues: &a" + SlimefunPlugin.getGitHubService().getIssues(), "&7Pending Pull Requests: &a" + SlimefunPlugin.getGitHubService().getPullRequests(), "", "&7\u21E8 &eClick to go to the Slimefun4 Bug Tracker"), (pl, slot, item, action) -> { - pl.closeInventory(); - ChatUtils.sendURL(pl, "https://github.com/TheBusyBiscuit/Slimefun4/issues"); - return false; - }); + if (SlimefunPlugin.getUpdater().getBranch().isOfficial()) { + menu.addItem(49, new CustomItem(Material.REDSTONE_TORCH, "&4" + SlimefunPlugin.getLocal().getMessage(p, "guide.title.bugs"), "", "&7&oBug reports have to be made in English!", "", "&7Open Issues: &a" + SlimefunPlugin.getGitHubService().getIssues(), "&7Pending Pull Requests: &a" + SlimefunPlugin.getGitHubService().getPullRequests(), "", "&7\u21E8 &eClick to go to the Slimefun4 Bug Tracker"), (pl, slot, item, action) -> { + pl.closeInventory(); + ChatUtils.sendURL(pl, "https://github.com/TheBusyBiscuit/Slimefun4/issues"); + return false; + }); + } + else { + menu.addItem(49, ChestMenuUtils.getBackground(), ChestMenuUtils.getEmptyClickHandler()); + } menu.addItem(51, new CustomItem(Material.TOTEM_OF_UNDYING, "&cSoon", "", "&7Something will be added here later..."), (pl, slot, item, action) -> { // Add something here diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/package-info.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/package-info.java new file mode 100644 index 000000000..87fda6b4e --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/guide/options/package-info.java @@ -0,0 +1,6 @@ +/** + * This package contains the Settings menu forthe {@link io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide} as + * well as the interface {@link io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideOption} for adding + * your own options + */ +package io.github.thebusybiscuit.slimefun4.core.guide.options; \ No newline at end of file diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java index eb0e42458..4f648d30e 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.java @@ -20,15 +20,10 @@ import me.mrCookieSlime.Slimefun.api.SlimefunItemStack; */ public class CustomTextureService { - private final Plugin plugin; - private Config config; + private final Config config; private boolean modified = false; public CustomTextureService(Plugin plugin) { - this.plugin = plugin; - } - - public void load() { config = new Config(plugin, "item-models.yml"); config.getConfiguration().options().header("This file is used to assign items from Slimefun or any of its addons\n" + "the 'CustomModelData' NBT tag. This can be used in conjunction with a custom resource pack\n" + "to give items custom textures.\n\n" + "There is no official Slimefun resource pack at the moment."); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java index ad9cf285d..4383e0af6 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java @@ -66,8 +66,6 @@ public class LocalizationService extends SlimefunLocalization implements Persist } Slimefun.getLogger().log(Level.INFO, "Available languages: {0}", String.join(", ", languages.keySet())); - - setPrefix("&aSlimefun 4 &7> "); save(); } @@ -124,6 +122,7 @@ public class LocalizationService extends SlimefunLocalization implements Persist // Clearing out the old Language (if necessary) if (reset) { getConfig().clear(); + setPrefix("&aSlimefun 4 &7> "); } defaultLanguage.setResearches(streamConfigFile("researches_" + language + ".yml", null)); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.java index ddde78336..8c0993c5d 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.java @@ -4,6 +4,7 @@ import java.util.LinkedList; import java.util.List; import java.util.Optional; +import org.bukkit.inventory.FurnaceRecipe; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.Recipe; import org.bukkit.inventory.RecipeChoice; @@ -33,10 +34,22 @@ public class MinecraftRecipeService { this.plugin = plugin; } - public void load() { + /** + * This method refreshes the {@link RecipeSnapshot} that is used by the {@link MinecraftRecipeService}. + */ + public void refresh() { snapshot = new RecipeSnapshot(plugin); } + /** + * This method returns an {@link Optional} describing the output of a {@link FurnaceRecipe} + * with the given {@link ItemStack} as an input. + * + * @param input + * The input {@link ItemStack} + * + * @return An {@link Optional} describing the furnace output of the given {@link ItemStack} + */ public Optional getFurnaceOutput(ItemStack input) { return snapshot.getRecipeOutput(MinecraftRecipe.FURNACE, input); } @@ -65,8 +78,21 @@ public class MinecraftRecipeService { } } + /** + * This returns an array containing all {@link Recipe Recipes} for crafting the given + * {@link ItemStack}. + * + * @param item + * The {@link ItemStack} for which to get the recipes + * @return An array of {@link Recipe Recipes} to craft the given {@link ItemStack} + */ public Recipe[] getRecipesFor(ItemStack item) { - return snapshot.getRecipesFor(item).toArray(new Recipe[0]); + if (item == null) { + return new Recipe[0]; + } + else { + return snapshot.getRecipesFor(item).toArray(new Recipe[0]); + } } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java new file mode 100644 index 000000000..d4c2d4bc2 --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PerWorldSettingsService.java @@ -0,0 +1,190 @@ +package io.github.thebusybiscuit.slimefun4.core.services; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Files; +import java.util.Collections; +import java.util.HashMap; +import java.util.HashSet; +import java.util.LinkedHashSet; +import java.util.Locale; +import java.util.Map; +import java.util.Optional; +import java.util.Set; +import java.util.logging.Level; + +import org.bukkit.World; + +import io.github.thebusybiscuit.cscorelib2.collections.OptionalMap; +import io.github.thebusybiscuit.cscorelib2.config.Config; +import io.github.thebusybiscuit.slimefun4.api.SlimefunAddon; +import me.mrCookieSlime.Slimefun.SlimefunPlugin; +import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; + +/** + * This Service is responsible for disabling a {@link SlimefunItem} in a certain {@link World}. + * + * @author TheBusyBiscuit + * + */ +public class PerWorldSettingsService { + + private final SlimefunPlugin plugin; + + private final OptionalMap> disabledItems = new OptionalMap<>(HashMap::new); + private final Map> disabledAddons = new HashMap<>(); + private final Set disabledWorlds = new HashSet<>(); + + public PerWorldSettingsService(SlimefunPlugin plugin) { + this.plugin = plugin; + } + + /** + * This method will forcefully load all currently active Worlds to load up their settings. + */ + public void load(Iterable worlds) { + try { + migrate(); + } + catch (IOException e) { + plugin.getLogger().log(Level.WARNING, "An error occured while migrating old world settings", e); + } + + for (World world : worlds) { + load(world); + } + } + + /** + * This method loads the given {@link World} if it was not loaded before. + * + * @param world + * The {@link World} to load + */ + public void load(World world) { + disabledItems.putIfAbsent(world.getName(), loadWorld(world.getName())); + } + + /** + * Temporary migration method for the old system + * + * @throws IOException + * This will be thrown if we failed to delete the old {@link File} + */ + private void migrate() throws IOException { + Config oldConfig = new Config(plugin, "whitelist.yml"); + + if (oldConfig.getFile().exists()) { + for (String world : oldConfig.getKeys()) { + Config newConfig = new Config(plugin, "world-settings/" + world + ".yml"); + newConfig.setDefaultValue("enabled", oldConfig.getBoolean(world + ".enabled")); + + for (String id : oldConfig.getKeys(world + ".enabled-items")) { + SlimefunItem item = SlimefunItem.getByID(id); + + if (item != null) { + String addon = item.getAddon().getName().toLowerCase(Locale.ROOT); + newConfig.setDefaultValue(addon + ".enabled", true); + newConfig.setDefaultValue(addon + '.' + id, oldConfig.getBoolean(world + ".enabled-items." + id)); + } + } + + newConfig.save(); + } + + Files.delete(oldConfig.getFile().toPath()); + } + } + + /** + * This method checks whether the given {@link SlimefunItem} is enabled in the given {@link World}. + * + * @param world + * The {@link World} to check + * @param item + * The {@link SlimefunItem} that should be checked + * + * @return Whether the given {@link SlimefunItem} is enabled in that {@link World} + */ + public boolean isEnabled(World world, SlimefunItem item) { + Set items = disabledItems.computeIfAbsent(world.getName(), this::loadWorld); + + if (disabledWorlds.contains(world.getName())) { + return false; + } + + return !items.contains(item.getID()); + } + + /** + * This checks whether the given {@link World} is enabled or not. + * + * @param world + * The {@link World} to check + * + * @return Whether this {@link World} is enabled + */ + public boolean isWorldEnabled(World world) { + loadWorld(world.getName()); + return !disabledWorlds.contains(world.getName()); + } + + /** + * This method checks whether the given {@link SlimefunAddon} is enabled in that {@link World}. + * + * @param world + * The {@link World} to check + * @param addon + * The {@link SlimefunAddon} to check + * + * @return Whether this addon is enabled in that {@link World} + */ + public boolean isAddonEnabled(World world, SlimefunAddon addon) { + return isWorldEnabled(world) && disabledAddons.getOrDefault(addon, Collections.emptySet()).contains(world.getName()); + } + + private Set loadWorld(String name) { + Optional> optional = disabledItems.get(name); + + if (optional.isPresent()) { + return optional.get(); + } + else { + Set items = new LinkedHashSet<>(); + Config config = new Config(plugin, "world-settings/" + name + ".yml"); + + config.getConfiguration().options().header("This file is used to disable certain items in a particular world.\nYou can set any item to 'false' to disable it in the world '" + name + "'.\nYou can also disable an entire addon from Slimefun by setting the respective\nvalue of 'enabled' for that Addon.\n\nItems which are disabled in this world will not show up in the Slimefun Guide.\nYou won't be able to use these items either. Using them will result in a warning message."); + config.getConfiguration().options().copyHeader(true); + config.setDefaultValue("enabled", true); + + if (config.getBoolean("enabled")) { + for (SlimefunItem item : SlimefunPlugin.getRegistry().getEnabledSlimefunItems()) { + if (item != null && item.getID() != null) { + String addon = item.getAddon().getName().toLowerCase(Locale.ROOT); + config.setDefaultValue(addon + ".enabled", true); + config.setDefaultValue(addon + '.' + item.getID(), true); + + boolean isAddonDisabled = config.getBoolean(addon + ".enabled"); + + if (isAddonDisabled) { + Set blacklist = disabledAddons.computeIfAbsent(plugin, key -> new HashSet<>()); + blacklist.add(name); + } + + if (!isAddonDisabled || !config.getBoolean(addon + '.' + item.getID())) { + items.add(item.getID()); + } + } + } + + config.save(); + } + else { + disabledWorlds.add(name); + } + + return items; + } + } + +} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.java index 849e4e03e..7edfe86cc 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.java @@ -21,22 +21,11 @@ import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; */ public class PermissionsService { - private final SlimefunPlugin plugin; - private Config config; + private final Config config; public PermissionsService(SlimefunPlugin plugin) { - this.plugin = plugin; - } - - public void load() { - config = new Config(plugin, "permissions.yml"); - - config.getConfiguration().options().header( - "This file is used to assign permission nodes to items from Slimefun or any of its addons.\n" + - "To assign an item a certain permission node you simply have to set the 'permission' attribute\n" + - "to your desired permission node. You can also customize the text that is displayed when a Player does not have that permission." - ); - + this.config = new Config(plugin, "permissions.yml"); + config.getConfiguration().options().header("This file is used to assign permission nodes to items from Slimefun or any of its addons.\nTo assign an item a certain permission node you simply have to set the 'permission' attribute\nto your desired permission node. You can also customize the text that is displayed when a Player does not have that permission."); config.getConfiguration().options().copyHeader(true); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.java index ee988c487..a137e6ea0 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.java @@ -1,5 +1,8 @@ package io.github.thebusybiscuit.slimefun4.core.services.localization; +import java.util.Locale; + +import org.apache.commons.lang.Validate; import org.bukkit.Server; import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.entity.Player; @@ -39,10 +42,13 @@ public final class Language { * The hash of the skull texture to use */ public Language(String id, String hash) { + Validate.notNull(id, "A Language must have an id that is not null!"); + Validate.notNull(hash, "A Language must have a texture that is not null!"); + this.id = id; item = SkullItem.fromHash(hash); - SlimefunPlugin.getItemTextureService().setTexture(item, "_UI_LANGUAGE_" + id.toUpperCase()); + SlimefunPlugin.getItemTextureService().setTexture(item, "_UI_LANGUAGE_" + id.toUpperCase(Locale.ROOT)); } /** diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsCategory.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsCategory.java new file mode 100644 index 000000000..dfab32455 --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsCategory.java @@ -0,0 +1,29 @@ +package io.github.thebusybiscuit.slimefun4.core.services.plugins; + +import org.bukkit.Material; +import org.bukkit.NamespacedKey; +import org.bukkit.entity.Player; + +import io.github.thebusybiscuit.cscorelib2.item.CustomItem; +import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; +import io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory; +import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout; +import me.mrCookieSlime.EmeraldEnchants.EnchantmentGuide; + +class EmeraldEnchantsCategory extends FlexCategory { + + public EmeraldEnchantsCategory(NamespacedKey key) { + super(key, new CustomItem(Material.ENCHANTED_BOOK, "&2EmeraldEnchants &a(Enchantment Guide)"), 2); + } + + @Override + public void open(Player p, PlayerProfile profile, SlimefunGuideLayout layout) { + EnchantmentGuide.open(p); + } + + @Override + public boolean isVisible(Player p, PlayerProfile profile, SlimefunGuideLayout layout) { + return true; + } + +} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsHook.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsHook.java deleted file mode 100644 index 2d55168e5..000000000 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/EmeraldEnchantsHook.java +++ /dev/null @@ -1,63 +0,0 @@ -package io.github.thebusybiscuit.slimefun4.core.services.plugins; - -import java.util.List; - -import org.bukkit.ChatColor; -import org.bukkit.Material; -import org.bukkit.entity.Player; - -import me.mrCookieSlime.CSCoreLibPlugin.PlayerRunnable; -import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu; -import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem; -import me.mrCookieSlime.EmeraldEnchants.EnchantmentGuide; -import me.mrCookieSlime.Slimefun.api.GuideHandler; - -// GuideHandler is deprecated and will be removed quite soon. -// Now that this hook is in Slimefun vs. EmeraldEnchants, we can start deconstructing it. -class EmeraldEnchantsHook implements GuideHandler { - - private PlayerRunnable runnable; - - public EmeraldEnchantsHook() { - runnable = new PlayerRunnable(-1) { - - @Override - public void run(Player p) { - EnchantmentGuide.open(p); - } - }; - } - - @Override - public int next(Player p, int index, ChestMenu menu) { - menu.addItem(index, new CustomItem(Material.ENCHANTED_BOOK, "&2EmeraldEnchants &a(Enchantment Guide)", "", "&a> Click to view a List of all custom Enchantments")); - menu.addMenuClickHandler(index, (pl, slot, item, action) -> { - EnchantmentGuide.open(p); - return false; - }); - - return index + 1; - } - - @Override - public void addEntry(List text, List tooltip) { - text.add(ChatColor.translateAlternateColorCodes('&', "&2Enchantment Guide")); - tooltip.add(ChatColor.translateAlternateColorCodes('&', "&aClick to open\n&aEmeraldEnchants' Enchantment Guide")); - } - - @Override - public int getTier() { - return 1; - } - - @Override - public PlayerRunnable getRunnable() { - return runnable; - } - - @Override - public boolean trackHistory() { - return false; - } - -} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.java index 51f3129f4..56b55151e 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.java @@ -1,18 +1,17 @@ package io.github.thebusybiscuit.slimefun4.core.services.plugins; -import java.util.ArrayList; -import java.util.List; import java.util.Optional; import java.util.function.Function; import java.util.logging.Level; +import org.bukkit.NamespacedKey; import org.bukkit.block.Block; import org.bukkit.inventory.ItemStack; import org.bukkit.plugin.Plugin; import io.github.thebusybiscuit.slimefun4.api.SlimefunAddon; +import io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory; import me.mrCookieSlime.Slimefun.SlimefunPlugin; -import me.mrCookieSlime.Slimefun.api.GuideHandler; import me.mrCookieSlime.Slimefun.api.Slimefun; /** @@ -51,11 +50,9 @@ public class ThirdPartyPluginService { if (isPluginInstalled("EmeraldEnchants")) { isEmeraldEnchantsInstalled = true; - - GuideHandler handler = new EmeraldEnchantsHook(); - List handlers = SlimefunPlugin.getRegistry().getGuideHandlers().getOrDefault(handler.getTier(), new ArrayList<>()); - handlers.add(handler); - SlimefunPlugin.getRegistry().getGuideHandlers().put(handler.getTier(), handlers); + Plugin emeraldEnchants = plugin.getServer().getPluginManager().getPlugin("EmeraldEnchants"); + FlexCategory category = new EmeraldEnchantsCategory(new NamespacedKey(emeraldEnchants, "enchantment_guide")); + category.register(); } /* diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.java index 76ffb7d27..b47d4e783 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.java @@ -1,37 +1,42 @@ package io.github.thebusybiscuit.slimefun4.implementation.guide; import java.util.ArrayList; +import java.util.LinkedList; import java.util.List; +import java.util.Locale; import org.bukkit.ChatColor; -import org.bukkit.GameMode; import org.bukkit.Material; +import org.bukkit.NamespacedKey; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; +import io.github.thebusybiscuit.cscorelib2.chat.ChatInput; +import io.github.thebusybiscuit.cscorelib2.chat.json.ChatComponent; +import io.github.thebusybiscuit.cscorelib2.chat.json.ClickEvent; +import io.github.thebusybiscuit.cscorelib2.chat.json.CustomBookInterface; +import io.github.thebusybiscuit.cscorelib2.chat.json.HoverEvent; import io.github.thebusybiscuit.cscorelib2.inventory.ItemUtils; import io.github.thebusybiscuit.cscorelib2.item.CustomItem; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; -import io.github.thebusybiscuit.slimefun4.core.categories.SeasonalCategory; +import io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout; import io.github.thebusybiscuit.slimefun4.utils.ChatUtils; -import me.mrCookieSlime.CSCoreLibPlugin.PlayerRunnable; -import me.mrCookieSlime.CSCoreLibPlugin.general.Chat.TellRawMessage; -import me.mrCookieSlime.CSCoreLibPlugin.general.Chat.TellRawMessage.HoverAction; -import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.CustomBookOverlay; +import io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Objects.Category; import me.mrCookieSlime.Slimefun.Objects.LockedCategory; import me.mrCookieSlime.Slimefun.Objects.Research; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; -import me.mrCookieSlime.Slimefun.api.GuideHandler; import me.mrCookieSlime.Slimefun.api.Slimefun; public class BookSlimefunGuide implements SlimefunGuideImplementation { + private final NamespacedKey guideSearch = new NamespacedKey(SlimefunPlugin.instance, "search"); + @Override public SlimefunGuideLayout getLayout() { return SlimefunGuideLayout.BOOK; @@ -42,124 +47,89 @@ public class BookSlimefunGuide implements SlimefunGuideImplementation { return new CustomItem(new ItemStack(Material.ENCHANTED_BOOK), "&aSlimefun Guide &7(Book GUI)", "", "&eRight Click &8\u21E8 &7Browse Items", "&eShift + Right Click &8\u21E8 &7Open Settings / Credits"); } + private void openBook(Player p, List lines, boolean backButton) { + CustomBookInterface book = new CustomBookInterface(SlimefunPlugin.instance); + book.setTitle(SlimefunPlugin.getLocal().getMessage(p, "guide.title.main")); + + for (int i = 0; i < lines.size(); i = i + 10) { + ChatComponent page = new ChatComponent(ChatColors.color("&b&l- " + SlimefunPlugin.getLocal().getMessage(p, "guide.title.main") + " -\n\n")); + page.setHoverEvent(new HoverEvent(ChestMenuUtils.getSearchButton(p))); + + page.setClickEvent(new ClickEvent(guideSearch, player -> PlayerProfile.get(player, profile -> Slimefun.runSync(() -> { + SlimefunPlugin.getLocal().sendMessage(player, "guide.search.message"); + ChatInput.waitForPlayer(SlimefunPlugin.instance, player, msg -> SlimefunGuide.openSearch(profile, msg, true, true)); + }, 1)))); + + for (int j = i; j < lines.size() && j < i + 10; j++) { + page.append(lines.get(j)); + } + + page.append(new ChatComponent("\n")); + + if (backButton) { + ChatComponent button = new ChatComponent(ChatColor.DARK_BLUE + "\u21E6 " + SlimefunPlugin.getLocal().getMessage(p, "guide.back.title")); + button.setHoverEvent(new HoverEvent(ChatColor.DARK_BLUE + "\u21E6 " + SlimefunPlugin.getLocal().getMessage(p, "guide.back.title"), "", ChatColor.GRAY + SlimefunPlugin.getLocal().getMessage(p, "guide.back.guide"))); + button.setClickEvent(new ClickEvent(new NamespacedKey(SlimefunPlugin.instance, "slimefun_guide"), pl -> openMainMenu(PlayerProfile.get(pl), 1))); + page.append(button); + } + + book.addPage(page); + } + + book.open(p); + } + @Override public void openMainMenu(PlayerProfile profile, int page) { Player p = profile.getPlayer(); if (p == null) return; - List pages = new ArrayList<>(); - List texts = new ArrayList<>(); - List tooltips = new ArrayList<>(); - List actions = new ArrayList<>(); - + List lines = new LinkedList<>(); int tier = 0; - for (Category category : SlimefunPlugin.getRegistry().getEnabledCategories()) { - boolean locked = true; - - for (SlimefunItem item : category.getItems()) { - if (Slimefun.isEnabled(p, item, false)) { - locked = false; - break; - } - } - - if (!locked) { + for (Category category : SlimefunPlugin.getRegistry().getCategories()) { + if (!category.isHidden(p) && (!(category instanceof FlexCategory) || ((FlexCategory) category).isVisible(p, profile, getLayout()))) { if (tier < category.getTier()) { - for (GuideHandler handler : Slimefun.getGuideHandlers(tier)) { - handler.addEntry(texts, tooltips); - actions.add(new PlayerRunnable(2) { - - @Override - public void run(Player p) { - handler.run(p, true, true); - } - - }); - } - tier = category.getTier(); if (tier > 1) { - for (int i = 0; i < 10; i++) { - if (texts.size() % 10 == 0) break; - texts.add(" "); - tooltips.add(null); - actions.add(null); + for (int i = 0; i < 10 && lines.size() % 10 != 0; i++) { + lines.add(new ChatComponent("\n")); } } - texts.add(ChatColors.color("&8\u21E8 &6Tier " + tier)); - tooltips.add(null); - actions.add(null); + lines.add(new ChatComponent(ChatColor.DARK_GRAY + "\u21E8" + ChatColor.DARK_BLUE + " Tier " + tier + "\n")); } + if (category instanceof LockedCategory && !((LockedCategory) category).hasUnlocked(p, profile)) { - StringBuilder parents = new StringBuilder(ChatColors.color("&4&lLOCKED\n\n&7In order to unlock this Category,\n&7you need to unlock all Items from\n&7the following Categories first:\n")); + List lore = new LinkedList<>(); + lore.add(ChatColor.DARK_RED + SlimefunPlugin.getLocal().getMessage(p, "guide.locked") + " " + ChatColor.GRAY + "- " + ChatColor.RESET + category.getItem(p).getItemMeta().getDisplayName()); + lore.add(""); + + for (String line : SlimefunPlugin.getLocal().getMessages(p, "guide.locked-category")) { + lore.add(ChatColor.RESET + line); + } + + lore.add(""); for (Category parent : ((LockedCategory) category).getParents()) { - parents.append(ChatColors.color("\n&c" + ItemUtils.getItemName(parent.getItem(p)))); + lore.add(parent.getItem(p).getItemMeta().getDisplayName()); } - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.RED, ItemUtils.getItemName(category.getItem(p))))); - tooltips.add(parents.toString()); - actions.add(null); - } - else if (category instanceof SeasonalCategory) { - if (((SeasonalCategory) category).isVisible()) { - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.GREEN, ItemUtils.getItemName(category.getItem(p))))); - tooltips.add(ChatColors.color("&eClick to open the following Category:\n" + ItemUtils.getItemName(category.getItem(p)))); - actions.add(new PlayerRunnable(1) { - - @Override - public void run(Player p) { - Slimefun.runSync(() -> openCategory(profile, category, 1), 1L); - } - - }); - } + ChatComponent chatComponent = new ChatComponent(ChatUtils.crop(ChatColor.RED, ItemUtils.getItemName(category.getItem(p))) + "\n"); + chatComponent.setHoverEvent(new HoverEvent(lore)); + lines.add(chatComponent); } else { - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.GREEN, ItemUtils.getItemName(category.getItem(p))))); - tooltips.add(ChatColors.color("&eClick to open the following Category:\n" + ItemUtils.getItemName(category.getItem(p)))); - actions.add(new PlayerRunnable(1) { - - @Override - public void run(Player p) { - Slimefun.runSync(() -> openCategory(profile, category, 1), 1L); - } - - }); + ChatComponent chatComponent = new ChatComponent(ChatUtils.crop(ChatColor.DARK_GREEN, ItemUtils.getItemName(category.getItem(p))) + "\n"); + chatComponent.setHoverEvent(new HoverEvent(ItemUtils.getItemName(category.getItem(p)), "", ChatColor.GRAY + "\u21E8 " + ChatColor.GREEN + SlimefunPlugin.getLocal().getMessage(p, "guide.tooltips.open-category"))); + chatComponent.setClickEvent(new ClickEvent(category.getKey(), pl -> openCategory(profile, category, 1))); + lines.add(chatComponent); } } } - for (GuideHandler handler : Slimefun.getGuideHandlers(tier)) { - handler.addEntry(texts, tooltips); - actions.add(new PlayerRunnable(2) { - - @Override - public void run(Player p) { - handler.run(p, true, true); - } - - }); - } - - for (int i = 0; i < texts.size(); i = i + 10) { - TellRawMessage pageMessage = new TellRawMessage(); - pageMessage.addText(ChatColors.color("&b&l- Slimefun Guide -\n\n")); - - for (int j = i; j < texts.size() && j < i + 10; j++) { - pageMessage.addText(texts.get(j) + "\n"); - - if (tooltips.get(j) != null) pageMessage.addHoverEvent(HoverAction.SHOW_TEXT, tooltips.get(j)); - if (actions.get(j) != null) pageMessage.addClickEvent(actions.get(j)); - } - - pages.add(pageMessage); - } - - new CustomBookOverlay("Slimefun Guide", "TheBusyBiscuit", pages.toArray(new TellRawMessage[0])).open(p); + openBook(p, lines, false); } @Override @@ -167,110 +137,70 @@ public class BookSlimefunGuide implements SlimefunGuideImplementation { Player p = profile.getPlayer(); if (p == null) return; - if (category.getItems().size() < 250) { + if (category instanceof FlexCategory) { + ((FlexCategory) category).open(p, profile, getLayout()); + } + else if (category.getItems().size() < 250) { profile.getGuideHistory().add(category, page); - List pages = new ArrayList<>(); - List texts = new ArrayList<>(); - List tooltips = new ArrayList<>(); - List actions = new ArrayList<>(); + List lines = new LinkedList<>(); for (SlimefunItem item : category.getItems()) { if (Slimefun.hasPermission(p, item, false)) { if (Slimefun.isEnabled(p, item, false)) { + NamespacedKey key = new NamespacedKey(SlimefunPlugin.instance, item.getID().toLowerCase(Locale.ROOT)); + if (!Slimefun.hasUnlocked(p, item, false) && item.getResearch() != null) { Research research = item.getResearch(); - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.GRAY, item.getItemName()))); - tooltips.add(ChatColors.color(item.getItemName() + "\n&c&lLOCKED\n\n&7Cost: " + (p.getLevel() >= research.getCost() ? "&b" : "&4") + research.getCost() + " Levels\n\n&a> Click to unlock")); - actions.add(new PlayerRunnable(2) { - - @Override - public void run(Player p) { - if (!SlimefunPlugin.getRegistry().getCurrentlyResearchingPlayers().contains(p.getUniqueId())) { - if (research.canUnlock(p)) { - if (profile.hasUnlocked(research)) { - openCategory(profile, category, page); - } - else { - if (!(p.getGameMode() == GameMode.CREATIVE && SlimefunPlugin.getRegistry().isFreeCreativeResearchingEnabled())) { - p.setLevel(p.getLevel() - research.getCost()); - } - - if (p.getGameMode() == GameMode.CREATIVE) { - research.unlock(p, true); - - Slimefun.runSync(() -> openCategory(profile, category, page), 1L); - } - else { - research.unlock(p, false); - Slimefun.runSync(() -> openCategory(profile, category, page), 103L); - } - } + ChatComponent component = new ChatComponent(ChatUtils.crop(ChatColor.RED, item.getItemName()) + "\n"); + component.setHoverEvent(new HoverEvent(ChatColor.RESET + item.getItemName(), ChatColor.DARK_RED.toString() + ChatColor.BOLD + SlimefunPlugin.getLocal().getMessage(p, "guide.locked"), "", ChatColor.GREEN + "> Click to unlock", "", ChatColor.GRAY + "Cost: " + ChatColor.AQUA.toString() + research.getCost() + " Level(s)")); + component.setClickEvent(new ClickEvent(key, player -> Slimefun.runSync(() -> { + if (!SlimefunPlugin.getRegistry().getCurrentlyResearchingPlayers().contains(p.getUniqueId())) { + if (research.canUnlock(p)) { + if (profile.hasUnlocked(research)) { + openCategory(profile, category, page); + } + else { + unlockItem(p, item, () -> openCategory(profile, category, page)); } - else SlimefunPlugin.getLocal().sendMessage(p, "messages.not-enough-xp", true); } + else SlimefunPlugin.getLocal().sendMessage(p, "messages.not-enough-xp", true); } - }); + }))); + + lines.add(component); } else { - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.GREEN, item.getItemName()))); + ChatComponent component = new ChatComponent(ChatUtils.crop(ChatColor.DARK_GREEN, item.getItemName()) + "\n"); - StringBuilder tooltip = new StringBuilder(); - tooltip.append(item.getItemName()); + List lore = new ArrayList<>(); + lore.add(item.getItemName()); if (item.getItem().hasItemMeta() && item.getItem().getItemMeta().hasLore()) { - for (String line : item.getItem().getItemMeta().getLore()) { - tooltip.append('\n').append(line); - } + lore.addAll(item.getItem().getItemMeta().getLore()); } - tooltip.append(ChatColors.color("\n\n&e&oClick for more Info")); - - tooltips.add(tooltip.toString()); - actions.add(new PlayerRunnable(2) { - - @Override - public void run(Player p) { - displayItem(profile, item, true); - } - - }); + component.setHoverEvent(new HoverEvent(lore)); + component.setClickEvent(new ClickEvent(key, player -> Slimefun.runSync(() -> displayItem(profile, item, true)))); + lines.add(component); } } } else { - texts.add(ChatColors.color(ChatUtils.crop(ChatColor.DARK_RED, ItemUtils.getItemName(item.getItem())))); - tooltips.add(ChatColors.color("&cNo Permission!")); - actions.add(null); + ChatComponent component = new ChatComponent(ChatUtils.crop(ChatColor.DARK_RED, ItemUtils.getItemName(item.getItem())) + "\n"); + + List lore = new ArrayList<>(); + lore.add(ChatColor.DARK_RED + ChatColor.stripColor(ItemUtils.getItemName(item.getItem()))); + lore.add(""); + lore.addAll(SlimefunPlugin.getPermissionsService().getLore(item)); + + component.setHoverEvent(new HoverEvent(lore)); + lines.add(component); } } - for (int i = 0; i < texts.size(); i = i + 10) { - TellRawMessage pageMessage = new TellRawMessage(); - pageMessage.addText(ChatColors.color("&b&l- Slimefun Guide -\n\n")); - - for (int j = i; j < texts.size() && j < i + 10; j++) { - pageMessage.addText(texts.get(j) + "\n"); - if (tooltips.get(j) != null) pageMessage.addHoverEvent(HoverAction.SHOW_TEXT, tooltips.get(j)); - if (actions.get(j) != null) pageMessage.addClickEvent(actions.get(j)); - } - - pageMessage.addText("\n"); - pageMessage.addText(ChatColors.color("&6\u21E6 &lBack")); - pageMessage.addHoverEvent(HoverAction.SHOW_TEXT, ChatColors.color("&eClick to go back to the Category Overview")); - pageMessage.addClickEvent(new PlayerRunnable(2) { - - @Override - public void run(Player p) { - openMainMenu(profile, 1); - } - - }); - pages.add(pageMessage); - } - - new CustomBookOverlay("Slimefun Guide", "TheBusyBiscuit", pages.toArray(new TellRawMessage[0])).open(p); + openBook(p, lines, true); } else { p.sendMessage(ChatColor.RED + "That Category is too big to open :/"); @@ -279,6 +209,7 @@ public class BookSlimefunGuide implements SlimefunGuideImplementation { @Override public void openSearch(PlayerProfile profile, String input, boolean addToHistory) { + // We need to write a book implementation for this at some point SlimefunGuide.openSearch(profile, input, true, addToHistory); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.java index 084eb7255..b717f99f6 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.java @@ -1,6 +1,11 @@ package io.github.thebusybiscuit.slimefun4.implementation.guide; +import org.bukkit.entity.Player; + +import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout; +import io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils; +import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu; public class CheatSheetSlimefunGuide extends ChestSlimefunGuide { @@ -17,4 +22,13 @@ public class CheatSheetSlimefunGuide extends ChestSlimefunGuide { public SlimefunGuideLayout getLayout() { return SlimefunGuideLayout.CHEAT_SHEET; } + + @Override + protected void createHeader(Player p, PlayerProfile profile, ChestMenu menu) { + super.createHeader(p, profile, menu); + + // Remove Settings Panel + menu.addItem(1, ChestMenuUtils.getBackground()); + menu.addMenuClickHandler(1, ChestMenuUtils.getEmptyClickHandler()); + } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.java index 018b07be6..94739d780 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.java @@ -2,13 +2,13 @@ package io.github.thebusybiscuit.slimefun4.implementation.guide; import java.util.ArrayList; import java.util.Arrays; +import java.util.LinkedList; import java.util.List; +import java.util.Locale; import java.util.Optional; import java.util.logging.Level; -import java.util.stream.Collectors; import org.bukkit.ChatColor; -import org.bukkit.GameMode; import org.bukkit.Material; import org.bukkit.Sound; import org.bukkit.Tag; @@ -27,7 +27,7 @@ import io.github.thebusybiscuit.slimefun4.api.MinecraftVersion; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import io.github.thebusybiscuit.slimefun4.core.MultiBlock; import io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem; -import io.github.thebusybiscuit.slimefun4.core.categories.SeasonalCategory; +import io.github.thebusybiscuit.slimefun4.core.categories.FlexCategory; import io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation; @@ -44,7 +44,6 @@ import me.mrCookieSlime.Slimefun.Objects.LockedCategory; import me.mrCookieSlime.Slimefun.Objects.Research; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.MultiBlockMachine; -import me.mrCookieSlime.Slimefun.api.GuideHandler; import me.mrCookieSlime.Slimefun.api.Slimefun; public class ChestSlimefunGuide implements SlimefunGuideImplementation { @@ -80,6 +79,18 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { return true; } + private List getVisibleCategories(Player p, PlayerProfile profile) { + List categories = new LinkedList<>(); + + for (Category category : SlimefunPlugin.getRegistry().getCategories()) { + if (!category.isHidden(p) && (!(category instanceof FlexCategory) || ((FlexCategory) category).isVisible(p, profile, getLayout()))) { + categories.add(category); + } + } + + return categories; + } + @Override public void openMainMenu(PlayerProfile profile, int page) { Player p = profile.getPlayer(); @@ -91,31 +102,23 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { ChestMenu menu = create(p); - List categories = SlimefunPlugin.getRegistry().getEnabledCategories(); - List handlers = SlimefunPlugin.getRegistry().getGuideHandlers().values().stream().flatMap(List::stream).collect(Collectors.toList()); + List categories = getVisibleCategories(p, profile); int index = 9; - int pages = (categories.size() + handlers.size() - 1) / CATEGORY_SIZE + 1; - createHeader(p, profile, menu); int target = (CATEGORY_SIZE * (page - 1)) - 1; - while (target < (categories.size() + handlers.size() - 1) && index < CATEGORY_SIZE + 9) { + while (target < (categories.size() - 1) && index < CATEGORY_SIZE + 9) { target++; + Category category = categories.get(target); - if (target >= categories.size()) { - index = handlers.get(target - categories.size()).next(p, index, menu); - } - else { - Category category = categories.get(target); - - if (!category.isHidden(p) && displayCategory(menu, p, profile, category, index)) { - index++; - } - } + displayCategory(menu, p, profile, category, index); + index++; } + int pages = target == categories.size() - 1 ? page : (categories.size() - 1) / CATEGORY_SIZE + 1; + menu.addItem(46, ChestMenuUtils.getPreviousButton(p, page, pages)); menu.addMenuClickHandler(46, (pl, slot, item, action) -> { int next = page - 1; @@ -133,19 +136,13 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { menu.open(p); } - private boolean displayCategory(ChestMenu menu, Player p, PlayerProfile profile, Category category, int index) { + private void displayCategory(ChestMenu menu, Player p, PlayerProfile profile, Category category, int index) { if (!(category instanceof LockedCategory)) { - if (!(category instanceof SeasonalCategory) || ((SeasonalCategory) category).isVisible()) { - menu.addItem(index, category.getItem(p)); - menu.addMenuClickHandler(index, (pl, slot, item, action) -> { - openCategory(profile, category, 1); - return false; - }); - - return true; - } - - return false; + menu.addItem(index, category.getItem(p)); + menu.addMenuClickHandler(index, (pl, slot, item, action) -> { + openCategory(profile, category, 1); + return false; + }); } else if (!isSurvivalMode() || ((LockedCategory) category).hasUnlocked(p, profile)) { menu.addItem(index, category.getItem(p)); @@ -153,8 +150,6 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { openCategory(profile, category, 1); return false; }); - - return true; } else { List lore = new ArrayList<>(); @@ -172,7 +167,6 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { menu.addItem(index, new CustomItem(Material.BARRIER, "&4" + SlimefunPlugin.getLocal().getMessage(p, "guide.locked") + " &7- &r" + category.getItem(p).getItemMeta().getDisplayName(), lore.toArray(new String[0]))); menu.addMenuClickHandler(index, ChestMenuUtils.getEmptyClickHandler()); - return true; } } @@ -181,6 +175,11 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { Player p = profile.getPlayer(); if (p == null) return; + if (category instanceof FlexCategory) { + ((FlexCategory) category).open(p, profile, getLayout()); + return; + } + if (isSurvivalMode()) { profile.getGuideHistory().add(category, page); } @@ -224,7 +223,7 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { if (isSurvivalMode() && research != null && !profile.hasUnlocked(research)) { if (Slimefun.hasPermission(p, sfitem, false)) { - menu.addItem(index, new CustomItem(Material.BARRIER, "&r" + ItemUtils.getItemName(sfitem.getItem()), "&4&l" + SlimefunPlugin.getLocal().getMessage(p, "guide.locked"), "", "&a> Click to unlock", "", "&7Cost: &b" + research.getCost() + " Level")); + menu.addItem(index, new CustomItem(Material.BARRIER, "&r" + ItemUtils.getItemName(sfitem.getItem()), "&4&l" + SlimefunPlugin.getLocal().getMessage(p, "guide.locked"), "", "&a> Click to unlock", "", "&7Cost: &b" + research.getCost() + " Level(s)")); menu.addMenuClickHandler(index, (pl, slot, item, action) -> { if (!SlimefunPlugin.getRegistry().getCurrentlyResearchingPlayers().contains(pl.getUniqueId())) { if (research.canUnlock(pl)) { @@ -232,18 +231,7 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { openCategory(profile, category, page); } else { - if (!(pl.getGameMode() == GameMode.CREATIVE && SlimefunPlugin.getRegistry().isFreeCreativeResearchingEnabled())) { - pl.setLevel(pl.getLevel() - research.getCost()); - } - - if (pl.getGameMode() == GameMode.CREATIVE) { - research.unlock(pl, SlimefunPlugin.getRegistry().isFreeCreativeResearchingEnabled()); - Slimefun.runSync(() -> openCategory(profile, category, page), 5L); - } - else { - research.unlock(pl, false); - Slimefun.runSync(() -> openCategory(profile, category, page), 103L); - } + unlockItem(pl, sfitem, () -> openCategory(profile, category, page)); } } else { @@ -299,7 +287,7 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { if (p == null) return; ChestMenu menu = new ChestMenu(SlimefunPlugin.getLocal().getMessage(p, "guide.search.inventory").replace("%item%", ChatUtils.crop(ChatColor.RESET, input))); - String searchTerm = input.toLowerCase(); + String searchTerm = input.toLowerCase(Locale.ROOT); if (addToHistory) { profile.getGuideHistory().add(searchTerm); @@ -312,7 +300,7 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { int index = 9; // Find items and add them for (SlimefunItem item : SlimefunPlugin.getRegistry().getEnabledSlimefunItems()) { - String itemName = ChatColor.stripColor(item.getItemName()).toLowerCase(); + String itemName = ChatColor.stripColor(item.getItemName()).toLowerCase(Locale.ROOT); if (index == 44) break; @@ -534,7 +522,7 @@ public class ChestSlimefunGuide implements SlimefunGuideImplementation { menu.addItem(16, output, ChestMenuUtils.getEmptyClickHandler()); } - private void createHeader(Player p, PlayerProfile profile, ChestMenu menu) { + protected void createHeader(Player p, PlayerProfile profile, ChestMenu menu) { for (int i = 0; i < 9; i++) { menu.addItem(i, ChestMenuUtils.getBackground(), ChestMenuUtils.getEmptyClickHandler()); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.java index eb76caf56..ee358a947 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/EnhancedFurnace.java @@ -72,8 +72,12 @@ public class EnhancedFurnace extends SimpleSlimefunItem { if (furnace.getCookTime() > 0) { int newCookTime = furnace.getCookTime() + getSpeed() * 10; - if (newCookTime > 200) furnace.setCookTime((short) 188); - else furnace.setCookTime((short) newCookTime); + if (newCookTime > 200) { + furnace.setCookTime((short) 188); + } + else { + furnace.setCookTime((short) newCookTime); + } furnace.update(true, false); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.java index 2382ec120..9214bdfbb 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AnimalGrowthAccelerator.java @@ -11,6 +11,7 @@ import org.bukkit.inventory.ItemStack; import io.github.thebusybiscuit.cscorelib2.item.CustomItem; import io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent; import io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNetComponentType; +import io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils; import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config; import me.mrCookieSlime.Slimefun.Lists.RecipeType; @@ -53,7 +54,7 @@ public class AnimalGrowthAccelerator extends SlimefunItem implements InventoryBl private void constructMenu(BlockMenuPreset preset) { for (int i : border) { - preset.addItem(i, new CustomItem(new ItemStack(Material.CYAN_STAINED_GLASS_PANE), " "), (p, slot, item, action) -> false); + preset.addItem(i, new CustomItem(new ItemStack(Material.CYAN_STAINED_GLASS_PANE), " "), ChestMenuUtils.getEmptyClickHandler()); } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.java index b7015c7e4..0b19f97bb 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricGoldPan.java @@ -1,15 +1,15 @@ package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines; -import java.util.Arrays; +import java.util.ArrayList; import java.util.List; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.inventory.ItemStack; -import io.github.thebusybiscuit.cscorelib2.collections.RandomizedSet; import io.github.thebusybiscuit.cscorelib2.item.CustomItem; import io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem; +import io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan; import io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils; import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import me.mrCookieSlime.Slimefun.Lists.RecipeType; @@ -18,151 +18,112 @@ import me.mrCookieSlime.Slimefun.Objects.Category; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe; import me.mrCookieSlime.Slimefun.api.BlockStorage; -import me.mrCookieSlime.Slimefun.api.Slimefun; import me.mrCookieSlime.Slimefun.api.SlimefunItemStack; import me.mrCookieSlime.Slimefun.api.energy.ChargableBlock; import me.mrCookieSlime.Slimefun.api.inventory.BlockMenu; public abstract class ElectricGoldPan extends AContainer implements RecipeDisplayItem { - private final RandomizedSet randomizer = new RandomizedSet<>(); - private final RandomizedSet randomizerNether = new RandomizedSet<>(); - - private final List displayRecipes = Arrays.asList( - new ItemStack(Material.GRAVEL), new ItemStack(Material.FLINT), - new ItemStack(Material.GRAVEL), SlimefunItems.SIFTED_ORE, - new ItemStack(Material.GRAVEL), new ItemStack(Material.CLAY_BALL), - new ItemStack(Material.GRAVEL), new ItemStack(Material.IRON_NUGGET), - - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.QUARTZ), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GOLD_NUGGET), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.NETHER_WART), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.BLAZE_POWDER), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GLOWSTONE_DUST), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GHAST_TEAR) - ); - - public ElectricGoldPan(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { - super(category, item, recipeType, recipe); - } - - @Override - public void postRegister() { - super.postRegister(); - - String goldPan = "GOLD_PAN"; - String netherGoldPan = "NETHER_GOLD_PAN"; - - add(false, SlimefunItems.SIFTED_ORE, (int) Slimefun.getItemValue(goldPan, "chance.SIFTED_ORE")); - add(false, new ItemStack(Material.CLAY_BALL), (int) Slimefun.getItemValue(goldPan, "chance.CLAY")); - add(false, new ItemStack(Material.FLINT), (int) Slimefun.getItemValue(goldPan, "chance.FLINT")); - add(false, new ItemStack(Material.IRON_NUGGET), (int) Slimefun.getItemValue(goldPan, "chance.IRON_NUGGET")); - - add(true, new ItemStack(Material.QUARTZ), (int) Slimefun.getItemValue(netherGoldPan, "chance.QUARTZ")); - add(true, new ItemStack(Material.GOLD_NUGGET), (int) Slimefun.getItemValue(netherGoldPan, "chance.GOLD_NUGGET")); - add(true, new ItemStack(Material.NETHER_WART), (int) Slimefun.getItemValue(netherGoldPan, "chance.NETHER_WART")); - add(true, new ItemStack(Material.BLAZE_POWDER), (int) Slimefun.getItemValue(netherGoldPan, "chance.BLAZE_POWDER")); - add(true, new ItemStack(Material.GLOWSTONE_DUST), (int) Slimefun.getItemValue(netherGoldPan, "chance.GLOWSTONE_DUST")); - add(true, new ItemStack(Material.GHAST_TEAR), (int) Slimefun.getItemValue(netherGoldPan, "chance.GHAST_TEAR")); - } - - private void add(boolean nether, ItemStack item, int chance) { - if (nether) { - randomizerNether.add(item, chance); - } - else { - randomizer.add(item, chance); - } - } + private final GoldPan goldPan = (GoldPan) SlimefunItems.GOLD_PAN.getItem(); + private final GoldPan netherGoldPan = (GoldPan) SlimefunItems.NETHER_GOLD_PAN.getItem(); - @Override - public String getInventoryTitle() { - return "&6Electric Gold Pan"; - } - - @Override - public ItemStack getProgressBar() { - return new ItemStack(Material.DIAMOND_SHOVEL); - } - - public abstract int getSpeed(); - - @Override - protected void tick(Block b) { - BlockMenu menu = BlockStorage.getInventory(b); - - if (isProcessing(b)) { - int timeleft = progress.get(b); - - if (timeleft > 0 && getSpeed() < 10) { - ChestMenuUtils.updateProgressbar(menu, 22, timeleft, processing.get(b).getTicks(), getProgressBar()); - - if (ChargableBlock.isChargable(b)) { - if (ChargableBlock.getCharge(b) < getEnergyConsumption()) return; - ChargableBlock.addCharge(b, -getEnergyConsumption()); - progress.put(b, timeleft - 1); - } - else progress.put(b, timeleft - 1); - } - else if (ChargableBlock.isChargable(b)) { - if (ChargableBlock.getCharge(b) < getEnergyConsumption()) return; - ChargableBlock.addCharge(b, -getEnergyConsumption()); - - menu.replaceExistingItem(22, new CustomItem(new ItemStack(Material.BLACK_STAINED_GLASS_PANE), " ")); - menu.pushItem(processing.get(b).getOutput()[0].clone(), getOutputSlots()); - - progress.remove(b); - processing.remove(b); - } - } - else { - for (int slot : getInputSlots()) { - if (process(b, menu, slot)) { - break; - } - } - } - } - - private boolean process(Block b, BlockMenu menu, int slot) { - if (SlimefunUtils.isItemSimilar(menu.getItemInSlot(slot), new ItemStack(Material.GRAVEL), true)) { - ItemStack output = randomizer.getRandom(); - - MachineRecipe r = new MachineRecipe(3 / getSpeed(), new ItemStack[0], new ItemStack[] {output}); - - if (menu.fits(output, getOutputSlots())) { - menu.consumeItem(slot); - processing.put(b, r); - progress.put(b, r.getTicks()); - } - - return true; - } - else if (SlimefunUtils.isItemSimilar(menu.getItemInSlot(slot), new ItemStack(Material.SOUL_SAND), true)) { - ItemStack output = randomizerNether.getRandom(); - - MachineRecipe r = new MachineRecipe(4 / getSpeed(), new ItemStack[0], new ItemStack[] {output}); - - if (menu.fits(output, getOutputSlots())) { - menu.consumeItem(slot); - processing.put(b, r); - progress.put(b, r.getTicks()); - } - - return true; - } - - return false; + public ElectricGoldPan(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { + super(category, item, recipeType, recipe); } @Override - public String getMachineIdentifier() { - return "ELECTRIC_GOLD_PAN"; - } - - @Override - public List getDisplayRecipes() { - return displayRecipes; - } + public List getDisplayRecipes() { + List recipes = new ArrayList<>(); + + recipes.addAll(goldPan.getDisplayRecipes()); + recipes.addAll(netherGoldPan.getDisplayRecipes()); + + return recipes; + } + + @Override + public String getInventoryTitle() { + return "&6Electric Gold Pan"; + } + + @Override + public ItemStack getProgressBar() { + return new ItemStack(Material.DIAMOND_SHOVEL); + } + + public abstract int getSpeed(); + + @Override + protected void tick(Block b) { + BlockMenu menu = BlockStorage.getInventory(b); + + if (isProcessing(b)) { + int timeleft = progress.get(b); + + if (timeleft > 0 && getSpeed() < 10) { + ChestMenuUtils.updateProgressbar(menu, 22, timeleft, processing.get(b).getTicks(), getProgressBar()); + + if (ChargableBlock.isChargable(b)) { + if (ChargableBlock.getCharge(b) < getEnergyConsumption()) return; + ChargableBlock.addCharge(b, -getEnergyConsumption()); + progress.put(b, timeleft - 1); + } + else progress.put(b, timeleft - 1); + } + else if (ChargableBlock.isChargable(b)) { + if (ChargableBlock.getCharge(b) < getEnergyConsumption()) return; + ChargableBlock.addCharge(b, -getEnergyConsumption()); + + menu.replaceExistingItem(22, new CustomItem(new ItemStack(Material.BLACK_STAINED_GLASS_PANE), " ")); + menu.pushItem(processing.get(b).getOutput()[0].clone(), getOutputSlots()); + + progress.remove(b); + processing.remove(b); + } + } + else { + for (int slot : getInputSlots()) { + if (process(b, menu, slot)) { + break; + } + } + } + } + + private boolean process(Block b, BlockMenu menu, int slot) { + if (SlimefunUtils.isItemSimilar(menu.getItemInSlot(slot), new ItemStack(Material.GRAVEL), true)) { + ItemStack output = goldPan.getRandomOutput(); + + MachineRecipe r = new MachineRecipe(3 / getSpeed(), new ItemStack[0], new ItemStack[] { output }); + + if (menu.fits(output, getOutputSlots())) { + menu.consumeItem(slot); + processing.put(b, r); + progress.put(b, r.getTicks()); + } + + return true; + } + else if (SlimefunUtils.isItemSimilar(menu.getItemInSlot(slot), new ItemStack(Material.SOUL_SAND), true)) { + ItemStack output = netherGoldPan.getRandomOutput(); + + MachineRecipe r = new MachineRecipe(4 / getSpeed(), new ItemStack[0], new ItemStack[] { output }); + + if (menu.fits(output, getOutputSlots())) { + menu.consumeItem(slot); + processing.put(b, r); + progress.put(b, r.getTicks()); + } + + return true; + } + + return false; + } + + @Override + public String getMachineIdentifier() { + return "ELECTRIC_GOLD_PAN"; + } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.java index a534b1717..9c9d54a5c 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/ElectricPress.java @@ -23,6 +23,7 @@ public abstract class ElectricPress extends AContainer implements RecipeDisplayI addRecipe(4, new ItemStack(Material.FLINT, 6), new ItemStack(Material.COBBLESTONE)); addRecipe(5, new ItemStack(Material.GLASS), new ItemStack(Material.GLASS_PANE, 3)); addRecipe(4, new ItemStack(Material.SNOWBALL, 4), new ItemStack(Material.SNOW_BLOCK)); + addRecipe(4, new ItemStack(Material.MAGMA_CREAM, 4), new ItemStack(Material.MAGMA_BLOCK)); addRecipe(6, SlimefunItems.COPPER_INGOT, new CustomItem(SlimefunItems.COPPER_WIRE, 3)); addRecipe(16, new CustomItem(SlimefunItems.STEEL_INGOT, 8), SlimefunItems.STEEL_PLATE); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-info.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-info.java new file mode 100644 index 000000000..99392e2a9 --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-info.java @@ -0,0 +1,8 @@ +/** + * This package holds implementations of any {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem} that + * deals with the {@link io.github.thebusybiscuit.slimefun4.api.geo.GEOResource} API. + * The most prominent example of this being the + * {@link io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOScanner} and the + * {@link io.github.thebusybiscuit.slimefun4.implementation.items.geo.GEOMiner}. + */ +package io.github.thebusybiscuit.slimefun4.implementation.items.geo; \ No newline at end of file diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.java index 01bce2dff..b1e720c0a 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.java @@ -7,7 +7,9 @@ import java.util.Set; import java.util.UUID; import org.bukkit.ChatColor; +import org.bukkit.Location; import org.bukkit.Material; +import org.bukkit.NamespacedKey; import org.bukkit.block.Block; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; @@ -15,7 +17,6 @@ import org.bukkit.inventory.ItemStack; import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.cscorelib2.chat.json.ChatComponent; import io.github.thebusybiscuit.cscorelib2.chat.json.ClickEvent; -import io.github.thebusybiscuit.cscorelib2.chat.json.ClickEventAction; import io.github.thebusybiscuit.cscorelib2.chat.json.CustomBookInterface; import io.github.thebusybiscuit.cscorelib2.chat.json.HoverEvent; import io.github.thebusybiscuit.cscorelib2.item.CustomItem; @@ -30,11 +31,13 @@ import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason; import me.mrCookieSlime.Slimefun.Objects.handlers.BlockUseHandler; import me.mrCookieSlime.Slimefun.api.BlockStorage; +import me.mrCookieSlime.Slimefun.api.Slimefun; import me.mrCookieSlime.Slimefun.api.SlimefunItemStack; public class ElevatorPlate extends SimpleSlimefunItem { private final Set users = new HashSet<>(); + private final NamespacedKey elevatorKey = new NamespacedKey(SlimefunPlugin.instance, "elevator"); public ElevatorPlate(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) { super(category, item, recipeType, recipe, recipeOutput); @@ -104,7 +107,9 @@ public class ElevatorPlate extends SimpleSlimefunItem { for (int i = 0; i < floors.size(); i++) { if (i % 10 == 0) { - if (page != null) book.addPage(page); + if (page != null) { + book.addPage(page); + } page = new ChatComponent(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "machines.ELEVATOR.pick-a-floor")) + "\n"); } @@ -115,18 +120,32 @@ public class ElevatorPlate extends SimpleSlimefunItem { if (block.getY() == b.getY()) { line = new ChatComponent("\n" + ChatColor.GRAY + "> " + (floors.size() - i) + ". " + ChatColor.RESET + floor); - line.setHoverEvent(new HoverEvent(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "machines.ELEVATOR.current-floor")), ChatColor.RESET + floor, "")); + line.setHoverEvent(new HoverEvent(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "machines.ELEVATOR.current-floor")), "", ChatColor.RESET + floor, "")); } else { line = new ChatComponent("\n" + ChatColor.GRAY.toString() + (floors.size() - i) + ". " + ChatColor.RESET + floor); - line.setHoverEvent(new HoverEvent(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "machines.ELEVATOR.click-to-teleport")), ChatColor.RESET + floor, "")); - line.setClickEvent(new ClickEvent(ClickEventAction.RUN_COMMAND, "/sf elevator " + block.getX() + ' ' + block.getY() + ' ' + block.getZ() + " ")); + line.setHoverEvent(new HoverEvent(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "machines.ELEVATOR.click-to-teleport")), "", ChatColor.RESET + floor, "")); + line.setClickEvent(new ClickEvent(elevatorKey, player -> Slimefun.runSync(() -> { + users.add(player.getUniqueId()); + + float yaw = player.getEyeLocation().getYaw() + 180; + + if (yaw > 180) { + yaw = -180 + (yaw - 180); + } + + player.teleport(new Location(player.getWorld(), block.getX() + 0.5, block.getY() + 0.4, block.getZ() + 0.5, yaw, player.getEyeLocation().getPitch())); + player.sendTitle(ChatColor.RESET + ChatColors.color(floor), " ", 20, 60, 20); + }))); } page.append(line); } - book.addPage(page); + if (page != null) { + book.addPage(page); + } + book.open(p); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderTalisman.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderTalisman.java index 52f8a1de5..90d620eba 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderTalisman.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderTalisman.java @@ -17,7 +17,7 @@ import me.mrCookieSlime.Slimefun.api.SlimefunItemStack; class EnderTalisman extends Talisman { public EnderTalisman(Talisman parent) { - super(Categories.TALISMANS_2, parent.upgrade(), new ItemStack[] { SlimefunItems.ENDER_LUMP_3, null, SlimefunItems.ENDER_LUMP_3, null, parent.getItem(), null, SlimefunItems.ENDER_LUMP_3, null, SlimefunItems.ENDER_LUMP_3 }, parent.isConsumable(), parent.isEventCancelled(), parent.getSuffix(), parent.getChance(), parent.getEffects()); + super(Categories.ENDER_TALISMANS, parent.upgrade(), new ItemStack[] { SlimefunItems.ENDER_LUMP_3, null, SlimefunItems.ENDER_LUMP_3, null, parent.getItem(), null, SlimefunItems.ENDER_LUMP_3, null, SlimefunItems.ENDER_LUMP_3 }, parent.isConsumable(), parent.isEventCancelled(), parent.getSuffix(), parent.getChance(), parent.getEffects()); } @Override diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.java index 0700d6ea9..cfe689eae 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicianTalisman.java @@ -41,7 +41,7 @@ public class MagicianTalisman extends Talisman { * @author TheBusyBiscuit * */ - public class TalismanEnchantment extends ItemSetting { + public static class TalismanEnchantment extends ItemSetting { private final Enchantment enchantment; private final int level; diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.java index 060ac1667..3f5af4a9a 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.java @@ -44,7 +44,7 @@ public class Talisman extends SlimefunItem { } public Talisman(SlimefunItemStack item, ItemStack[] recipe, boolean consumable, boolean cancelEvent, String messageSuffix, int chance, PotionEffect... effects) { - this(Categories.TALISMANS_1, item, recipe, consumable, cancelEvent, messageSuffix, chance, effects); + this(Categories.TALISMANS, item, recipe, consumable, cancelEvent, messageSuffix, chance, effects); } protected Talisman(Category category, SlimefunItemStack item, ItemStack[] recipe, boolean consumable, boolean cancelEvent, String messageSuffix, int chance, PotionEffect... effects) { @@ -106,7 +106,7 @@ public class Talisman extends SlimefunItem { Research research = Research.getByID(112); if (talisman != null && research != null) { - talisman.bindToResearch(research); + talisman.setResearch(research); } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.java index 17d0ddd02..420520a64 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/AutomatedPanningMachine.java @@ -1,5 +1,8 @@ package io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks; +import java.util.ArrayList; +import java.util.List; + import org.bukkit.Effect; import org.bukkit.GameMode; import org.bukkit.Material; @@ -10,141 +13,73 @@ import org.bukkit.entity.Player; import org.bukkit.inventory.Inventory; import org.bukkit.inventory.ItemStack; -import io.github.thebusybiscuit.cscorelib2.collections.RandomizedSet; import io.github.thebusybiscuit.cscorelib2.inventory.ItemUtils; import io.github.thebusybiscuit.cscorelib2.scheduling.TaskQueue; +import io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan; import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Lists.Categories; import me.mrCookieSlime.Slimefun.Lists.SlimefunItems; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.MultiBlockMachine; -import me.mrCookieSlime.Slimefun.api.Slimefun; public class AutomatedPanningMachine extends MultiBlockMachine { - - private final RandomizedSet randomizer = new RandomizedSet<>(); - private int weights; - - private final RandomizedSet randomizerNether = new RandomizedSet<>(); - private int weightsNether; - public AutomatedPanningMachine() { - super( - Categories.MACHINES_1, - SlimefunItems.AUTOMATED_PANNING_MACHINE, - new ItemStack[] { - null, null, null, - null, new ItemStack(Material.OAK_TRAPDOOR), null, - null, new ItemStack(Material.CAULDRON), null - }, - new ItemStack[] { - new ItemStack(Material.GRAVEL), new ItemStack(Material.FLINT), - new ItemStack(Material.GRAVEL), SlimefunItems.SIFTED_ORE, - new ItemStack(Material.GRAVEL), new ItemStack(Material.CLAY_BALL), - new ItemStack(Material.GRAVEL), new ItemStack(Material.IRON_NUGGET), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.QUARTZ), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GOLD_NUGGET), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.NETHER_WART), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.BLAZE_POWDER), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GLOWSTONE_DUST), - new ItemStack(Material.SOUL_SAND), new ItemStack(Material.GHAST_TEAR) - }, - BlockFace.SELF - ); - } - - @Override - public void postRegister() { - super.postRegister(); - - String goldPan = "GOLD_PAN"; - String netherGoldPan = "NETHER_GOLD_PAN"; - - add(false, SlimefunItems.SIFTED_ORE, (int) Slimefun.getItemValue(goldPan, "chance.SIFTED_ORE")); - add(false, new ItemStack(Material.CLAY_BALL), (int) Slimefun.getItemValue(goldPan, "chance.CLAY")); - add(false, new ItemStack(Material.FLINT), (int) Slimefun.getItemValue(goldPan, "chance.FLINT")); - add(false, new ItemStack(Material.IRON_NUGGET), (int) Slimefun.getItemValue(goldPan, "chance.IRON_NUGGET")); + private final GoldPan goldPan = (GoldPan) SlimefunItems.GOLD_PAN.getItem(); + private final GoldPan netherGoldPan = (GoldPan) SlimefunItems.NETHER_GOLD_PAN.getItem(); - if (weights < 100) { - add(false, new ItemStack(Material.AIR), 100 - weights); - } - - add(true, new ItemStack(Material.QUARTZ), (int) Slimefun.getItemValue(netherGoldPan, "chance.QUARTZ")); - add(true, new ItemStack(Material.GOLD_NUGGET), (int) Slimefun.getItemValue(netherGoldPan, "chance.GOLD_NUGGET")); - add(true, new ItemStack(Material.NETHER_WART), (int) Slimefun.getItemValue(netherGoldPan, "chance.NETHER_WART")); - add(true, new ItemStack(Material.BLAZE_POWDER), (int) Slimefun.getItemValue(netherGoldPan, "chance.BLAZE_POWDER")); - add(true, new ItemStack(Material.GLOWSTONE_DUST), (int) Slimefun.getItemValue(netherGoldPan, "chance.GLOWSTONE_DUST")); - add(true, new ItemStack(Material.GHAST_TEAR), (int) Slimefun.getItemValue(netherGoldPan, "chance.GHAST_TEAR")); - + public AutomatedPanningMachine() { + super(Categories.MACHINES_1, SlimefunItems.AUTOMATED_PANNING_MACHINE, new ItemStack[] { null, null, null, null, new ItemStack(Material.OAK_TRAPDOOR), null, null, new ItemStack(Material.CAULDRON), null }, new ItemStack[0], BlockFace.SELF); + } - if (weightsNether < 100) { - add(true, new ItemStack(Material.AIR), 100 - weightsNether); - } - } - - private void add(boolean nether, ItemStack item, int chance) { - if (nether) { - randomizerNether.add(item, chance); - weightsNether += chance; - } - else { - randomizer.add(item, chance); - weights += chance; - } - } - - @Override - public void onInteract(Player p, Block b) { - ItemStack input = p.getInventory().getItemInMainHand(); - - if (SlimefunUtils.isItemSimilar(input, new ItemStack(Material.GRAVEL), true) || SlimefunUtils.isItemSimilar(input, new ItemStack(Material.SOUL_SAND), true)) { - Material block = input.getType(); - - if (p.getGameMode() != GameMode.CREATIVE) { - ItemUtils.consumeItem(input, false); - } - - ItemStack output = getRandomDrop(block); - TaskQueue queue = new TaskQueue(); - - queue.thenRepeatEvery(20, 5, () -> - b.getWorld().playEffect(b.getRelative(BlockFace.DOWN).getLocation(), Effect.STEP_SOUND, block) - ); - - queue.thenRun(20, () -> { - if (output.getType() != Material.AIR) { - Inventory outputChest = findOutputChest(b.getRelative(BlockFace.DOWN), output); - - if (outputChest != null) { - outputChest.addItem(output.clone()); - } - else { - b.getWorld().dropItemNaturally(b.getLocation(), output.clone()); - } - - p.getWorld().playSound(p.getLocation(), Sound.ENTITY_ARROW_HIT_PLAYER, 1F, 1F); - } - else { - p.getWorld().playSound(p.getLocation(), Sound.ENTITY_ARMOR_STAND_BREAK, 1F, 1F); - } - }); - - queue.execute(SlimefunPlugin.instance); - } - else { - SlimefunPlugin.getLocal().sendMessage(p, "machines.wrong-item", true); - } - } + @Override + public List getDisplayRecipes() { + List recipes = new ArrayList<>(); - private ItemStack getRandomDrop(Material input) { - if (input == Material.GRAVEL) { - return randomizer.getRandom(); - } - else if (input == Material.SOUL_SAND) { - return randomizerNether.getRandom(); - } - - return new ItemStack(Material.AIR); - } + recipes.addAll(goldPan.getDisplayRecipes()); + recipes.addAll(netherGoldPan.getDisplayRecipes()); + + return recipes; + } + + @Override + public void onInteract(Player p, Block b) { + ItemStack input = p.getInventory().getItemInMainHand(); + + if (SlimefunUtils.isItemSimilar(input, new ItemStack(Material.GRAVEL), true) || SlimefunUtils.isItemSimilar(input, new ItemStack(Material.SOUL_SAND), true)) { + Material material = input.getType(); + + if (p.getGameMode() != GameMode.CREATIVE) { + ItemUtils.consumeItem(input, false); + } + + ItemStack output = material == Material.GRAVEL ? goldPan.getRandomOutput() : netherGoldPan.getRandomOutput(); + TaskQueue queue = new TaskQueue(); + + queue.thenRepeatEvery(20, 5, () -> b.getWorld().playEffect(b.getRelative(BlockFace.DOWN).getLocation(), Effect.STEP_SOUND, material)); + + queue.thenRun(20, () -> { + if (output.getType() != Material.AIR) { + Inventory outputChest = findOutputChest(b.getRelative(BlockFace.DOWN), output); + + if (outputChest != null) { + outputChest.addItem(output.clone()); + } + else { + b.getWorld().dropItemNaturally(b.getLocation(), output.clone()); + } + + p.getWorld().playSound(p.getLocation(), Sound.ENTITY_ARROW_HIT_PLAYER, 1F, 1F); + } + else { + p.getWorld().playSound(p.getLocation(), Sound.ENTITY_ARMOR_STAND_BREAK, 1F, 1F); + } + }); + + queue.execute(SlimefunPlugin.instance); + } + else { + SlimefunPlugin.getLocal().sendMessage(p, "machines.wrong-item", true); + } + } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java index 838876230..316d834d4 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/OreCrusher.java @@ -34,29 +34,32 @@ public class OreCrusher extends MultiBlockMachine { new ItemStack[] { new ItemStack(Material.COBBLESTONE, 8), new ItemStack(Material.SAND, 1), SlimefunItems.GOLD_4K, SlimefunItems.GOLD_DUST, - new ItemStack(Material.GRAVEL), new ItemStack(Material.SAND) + new ItemStack(Material.GRAVEL), new ItemStack(Material.SAND), + new ItemStack(Material.MAGMA_BLOCK, 4), SlimefunItems.SULFATE }, BlockFace.SELF ); + addItemSetting(doubleOres); } - @Override - public void postRegister() { - super.postRegister(); - shownRecipes.addAll(Arrays.asList( - new ItemStack(Material.COAL_ORE), new ItemStack(Material.COAL, isDoubleDropsEnabled() ? 2: 1), - new ItemStack(Material.LAPIS_ORE), new ItemStack(Material.LAPIS_LAZULI, isDoubleDropsEnabled() ? 14: 7), - new ItemStack(Material.REDSTONE_ORE), new ItemStack(Material.REDSTONE, isDoubleDropsEnabled() ? 8: 4), - new ItemStack(Material.DIAMOND_ORE), new ItemStack(Material.DIAMOND, isDoubleDropsEnabled() ? 2: 1), - new ItemStack(Material.EMERALD_ORE), new ItemStack(Material.EMERALD, isDoubleDropsEnabled() ? 2: 1) - )); - } - public boolean isDoubleDropsEnabled() { return doubleOres.getValue(); } + @Override + public void postRegister() { + super.postRegister(); + + shownRecipes.addAll(Arrays.asList( + new ItemStack(Material.COAL_ORE), new ItemStack(Material.COAL, isDoubleDropsEnabled() ? 2: 1), + new ItemStack(Material.LAPIS_ORE), new ItemStack(Material.LAPIS_LAZULI, isDoubleDropsEnabled() ? 14: 7), + new ItemStack(Material.REDSTONE_ORE), new ItemStack(Material.REDSTONE, isDoubleDropsEnabled() ? 8: 4), + new ItemStack(Material.DIAMOND_ORE), new ItemStack(Material.DIAMOND, isDoubleDropsEnabled() ? 2: 1), + new ItemStack(Material.EMERALD_ORE), new ItemStack(Material.EMERALD, isDoubleDropsEnabled() ? 2: 1) + )); + } + @Override public List getDisplayRecipes() { return recipes.stream().map(items -> items[0]).collect(Collectors.toList()); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.java index 2ce833316..877df6287 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosivePickaxe.java @@ -91,6 +91,7 @@ public class ExplosivePickaxe extends SimpleSlimefunItem impl for (ItemStack drop : b.getDrops(getItem())) { b.getWorld().dropItemNaturally(b.getLocation(), (b.getType().toString().endsWith("_ORE") && b.getType() != Material.IRON_ORE && b.getType() != Material.GOLD_ORE) ? new CustomItem(drop, fortune) : drop); } + b.setType(Material.AIR); } @@ -103,7 +104,9 @@ public class ExplosivePickaxe extends SimpleSlimefunItem impl return true; } - else return false; + else { + return false; + } } }; } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.java index 3721b45b6..148b0fa07 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.java @@ -81,6 +81,10 @@ public class GoldPan extends SimpleSlimefunItem implements Recip randomizer.add(new ItemStack(Material.AIR), 100 - randomizer.sumWeights()); } } + + public ItemStack getRandomOutput() { + return randomizer.getRandom(); + } @Override public String getLabelLocalPath() { @@ -96,7 +100,7 @@ public class GoldPan extends SimpleSlimefunItem implements Recip Block b = block.get(); if (b.getType() == getInput() && SlimefunPlugin.getProtectionManager().hasPermission(e.getPlayer(), b.getLocation(), ProtectableAction.BREAK_BLOCK)) { - ItemStack output = randomizer.getRandom(); + ItemStack output = getRandomOutput(); b.getWorld().playEffect(b.getLocation(), Effect.STEP_SOUND, b.getType()); b.setType(Material.AIR); @@ -125,11 +129,11 @@ public class GoldPan extends SimpleSlimefunItem implements Recip return recipes; } - class GoldPanDrop extends ItemSetting { + public class GoldPanDrop extends ItemSetting { private final ItemStack output; - public GoldPanDrop(String key, int defaultValue, ItemStack output) { + protected GoldPanDrop(String key, int defaultValue, ItemStack output) { super(key, defaultValue); this.output = output; diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.java index d077df023..b5ac4e35e 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.java @@ -62,7 +62,7 @@ public class GrapplingHook extends SimpleSlimefunItem { b.setLeashHolder(arrow); boolean state = item.getType() != Material.SHEARS; - SlimefunPlugin.getGrapplingHookListener().addGrapplingHook(uuid, arrow, b, state, despawnTicks.getValue() * 20); + SlimefunPlugin.getGrapplingHookListener().addGrapplingHook(uuid, arrow, b, state, despawnTicks.getValue() * 20L); } }; } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java index 4235ea6ac..a44305769 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/AncientAltarListener.java @@ -57,7 +57,7 @@ public class AncientAltarListener implements Listener { private final List altars = new ArrayList<>(); private final Set removedItems = new HashSet<>(); - public void load(SlimefunPlugin plugin) { + public void register(SlimefunPlugin plugin) { plugin.getServer().getPluginManager().registerEvents(this, plugin); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.java index 1acc3d121..2d6f5d98b 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BackpackListener.java @@ -5,7 +5,6 @@ import java.util.List; import java.util.Map; import java.util.UUID; -import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.Sound; import org.bukkit.entity.Player; @@ -19,6 +18,7 @@ import org.bukkit.event.player.PlayerDropItemEvent; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.ItemMeta; +import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import io.github.thebusybiscuit.slimefun4.implementation.items.food.Cooler; @@ -47,7 +47,7 @@ public class BackpackListener implements Listener { private Map backpacks = new HashMap<>(); - public void load(SlimefunPlugin plugin) { + public void register(SlimefunPlugin plugin) { plugin.getServer().getPluginManager().registerEvents(this, plugin); } @@ -117,7 +117,7 @@ public class BackpackListener implements Listener { public void openBackpack(Player p, ItemStack item, SlimefunBackpack backpack) { if (item.getAmount() == 1) { - if (Slimefun.hasUnlocked(p, backpack, true) && !PlayerProfile.get(p, profile -> openBackpack(item, profile, backpack.getSize()))) { + if (Slimefun.hasUnlocked(p, backpack, true) && !PlayerProfile.get(p, profile -> openBackpack(p, item, profile, backpack.getSize()))) { SlimefunPlugin.getLocal().sendMessage(p, "messages.opening-backpack"); } } @@ -126,11 +126,10 @@ public class BackpackListener implements Listener { } } - private void openBackpack(ItemStack item, PlayerProfile profile, int size) { - Player p = profile.getPlayer(); - - for (int line = 0; line < item.getItemMeta().getLore().size(); line++) { - if (item.getItemMeta().getLore().get(line).equals(ChatColor.translateAlternateColorCodes('&', "&7ID: "))) { + private void openBackpack(Player p, ItemStack item, PlayerProfile profile, int size) { + List lore = item.getItemMeta().getLore(); + for (int line = 0; line < lore.size(); line++) { + if (lore.get(line).equals(ChatColors.color("&7ID: "))) { setBackpackId(p, item, line, profile.createBackpack(size).getID()); break; } @@ -140,7 +139,13 @@ public class BackpackListener implements Listener { p.playSound(p.getLocation(), Sound.ENTITY_HORSE_ARMOR, 1F, 1F); backpacks.put(p.getUniqueId(), item); - Slimefun.runSync(() -> PlayerProfile.getBackpack(item).open(p)); + Slimefun.runSync(() -> { + PlayerBackpack backpack = PlayerProfile.getBackpack(item); + + if (backpack != null) { + backpack.open(p); + } + }); } else { SlimefunPlugin.getLocal().sendMessage(p, "backpack.already-open", true); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockPhysicsListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockPhysicsListener.java index e8d71e604..1ac1faeab 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockPhysicsListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockPhysicsListener.java @@ -52,7 +52,7 @@ public class BlockPhysicsListener implements Listener { @EventHandler public void onPistonExtend(BlockPistonExtendEvent e) { for (Block b : e.getBlocks()) { - if (BlockStorage.hasBlockInfo(b) || b.getRelative(e.getDirection()).getType() == Material.AIR && BlockStorage.hasBlockInfo(b.getRelative(e.getDirection()))) { + if (BlockStorage.hasBlockInfo(b) || (b.getRelative(e.getDirection()).getType() == Material.AIR && BlockStorage.hasBlockInfo(b.getRelative(e.getDirection())))) { e.setCancelled(true); return; } @@ -63,7 +63,7 @@ public class BlockPhysicsListener implements Listener { public void onPistonRetract(BlockPistonRetractEvent e) { if (e.isSticky()) { for (Block b : e.getBlocks()) { - if (BlockStorage.hasBlockInfo(b) || b.getRelative(e.getDirection()).getType() == Material.AIR && BlockStorage.hasBlockInfo(b.getRelative(e.getDirection()))) { + if (BlockStorage.hasBlockInfo(b) || (b.getRelative(e.getDirection()).getType() == Material.AIR && BlockStorage.hasBlockInfo(b.getRelative(e.getDirection())))) { e.setCancelled(true); return; } @@ -71,13 +71,16 @@ public class BlockPhysicsListener implements Listener { } } - @EventHandler + @EventHandler(ignoreCancelled = true) public void onLiquidFlow(BlockFromToEvent e) { Block block = e.getToBlock(); - String item = BlockStorage.checkID(block); - if (item != null) { - e.setCancelled(true); + if (block.getType() == Material.PLAYER_HEAD || block.getType() == Material.PLAYER_WALL_HEAD) { + String item = BlockStorage.checkID(block); + + if (item != null) { + e.setCancelled(true); + } } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/DebugFishListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/DebugFishListener.java index 9334186b2..2ec8d5a21 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/DebugFishListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/DebugFishListener.java @@ -16,9 +16,11 @@ import org.bukkit.inventory.EquipmentSlot; import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.cscorelib2.skull.SkullBlock; import io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet; +import io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask; import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Lists.SlimefunItems; +import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; import me.mrCookieSlime.Slimefun.api.BlockStorage; import me.mrCookieSlime.Slimefun.api.energy.ChargableBlock; @@ -69,9 +71,12 @@ public class DebugFishListener implements Listener { } private void sendInfo(Player p, Block b) { + SlimefunItem item = BlockStorage.check(b); + p.sendMessage(" "); p.sendMessage(ChatColors.color("&d" + b.getType() + " &e@ X: " + b.getX() + " Y: " + b.getY() + " Z: " + b.getZ())); - p.sendMessage(ChatColors.color("&dID: " + "&e" + BlockStorage.checkID(b))); + p.sendMessage(ChatColors.color("&dId: " + "&e" + item.getID())); + p.sendMessage(ChatColors.color("&dPlugin: " + "&e" + item.getAddon().getName())); if (b.getState() instanceof Skull) { p.sendMessage(ChatColors.color("&dSkull: " + enabledTooltip)); @@ -92,17 +97,19 @@ public class DebugFishListener implements Listener { p.sendMessage(ChatColors.color("&dInventory: " + disabledTooltip)); } - if (BlockStorage.check(b).isTicking()) { + TickerTask ticker = SlimefunPlugin.getTicker(); + + if (item.isTicking()) { p.sendMessage(ChatColors.color("&dTicker: " + enabledTooltip)); p.sendMessage(ChatColors.color(" &dAsync: &e" + (BlockStorage.check(b).getBlockTicker().isSynchronized() ? disabledTooltip : enabledTooltip))); - p.sendMessage(ChatColors.color(" &dTimings: &e" + SlimefunPlugin.getTicker().getTimings(b) + "ns")); - p.sendMessage(ChatColors.color(" &dTotal Timings: &e" + SlimefunPlugin.getTicker().getTimings(BlockStorage.checkID(b)) + "ns")); - p.sendMessage(ChatColors.color(" &dChunk Timings: &e" + SlimefunPlugin.getTicker().getTimings(b.getChunk()) + "ns")); + p.sendMessage(ChatColors.color(" &dTimings: &e" + ticker.toMillis(ticker.getTimings(b), true))); + p.sendMessage(ChatColors.color(" &dTotal Timings: &e" + ticker.toMillis(ticker.getTimings(BlockStorage.checkID(b)), true))); + p.sendMessage(ChatColors.color(" &dChunk Timings: &e" + ticker.toMillis(ticker.getTimings(b.getChunk()), true))); } - else if (BlockStorage.check(b).getEnergyTicker() != null) { + else if (item.getEnergyTicker() != null) { p.sendMessage(ChatColors.color("&dTicking: " + "&3Indirect")); - p.sendMessage(ChatColors.color(" &dTimings: &e" + SlimefunPlugin.getTicker().getTimings(b) + "ns")); - p.sendMessage(ChatColors.color(" &dChunk Timings: &e" + SlimefunPlugin.getTicker().getTimings(b.getChunk()) + "ns")); + p.sendMessage(ChatColors.color(" &dTimings: &e" + ticker.toMillis(ticker.getTimings(b), true))); + p.sendMessage(ChatColors.color(" &dChunk Timings: &e" + ticker.toMillis(ticker.getTimings(b.getChunk()), true))); } else { p.sendMessage(ChatColors.color("&dTicker: " + disabledTooltip)); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.java index 97a205e7d..852d6110a 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/GrapplingHookListener.java @@ -30,7 +30,7 @@ public class GrapplingHookListener implements Listener { private final Set invulnerable = new HashSet<>(); private final Map temporaryEntities = new HashMap<>(); - public void load(SlimefunPlugin plugin) { + public void register(SlimefunPlugin plugin) { plugin.getServer().getPluginManager().registerEvents(this, plugin); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.java index cb133da51..c7aa87e36 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/PlayerProfileListener.java @@ -1,12 +1,25 @@ package io.github.thebusybiscuit.slimefun4.implementation.listeners; +import java.util.Optional; + +import org.bukkit.Server; +import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; +import org.bukkit.event.player.PlayerKickEvent; import org.bukkit.event.player.PlayerQuitEvent; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import me.mrCookieSlime.Slimefun.SlimefunPlugin; +/** + * This {@link Listener} removes a {@link PlayerProfile} from memory if the corresponding {@link Player} + * has left the {@link Server} or was kicked. + * + * @author TheBusyBiscuit + * @author SoSeDiK + * + */ public class PlayerProfileListener implements Listener { public PlayerProfileListener(SlimefunPlugin plugin) { @@ -15,8 +28,21 @@ public class PlayerProfileListener implements Listener { @EventHandler public void onDisconnect(PlayerQuitEvent e) { - if (PlayerProfile.isLoaded(e.getPlayer().getUniqueId())) { - PlayerProfile.get(e.getPlayer()).markForDeletion(); + Optional profile = PlayerProfile.find(e.getPlayer()); + + // if we still have a profile of this Player in memory, delete it + if (profile.isPresent()) { + profile.get().markForDeletion(); + } + } + + @EventHandler(ignoreCancelled = true) + public void onKick(PlayerKickEvent e) { + Optional profile = PlayerProfile.find(e.getPlayer()); + + // if we still have a profile of this Player in memory, delete it + if (profile.isPresent()) { + profile.get().markForDeletion(); } } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.java index 416c49d3e..0c34199c2 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunBowListener.java @@ -23,7 +23,7 @@ public class SlimefunBowListener implements Listener { private final Map bows = new HashMap<>(); - public void load(SlimefunPlugin plugin) { + public void register(SlimefunPlugin plugin) { plugin.getServer().getPluginManager().registerEvents(this, plugin); } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.java index ed08bd3e7..186365caa 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunGuideListener.java @@ -1,6 +1,7 @@ package io.github.thebusybiscuit.slimefun4.implementation.listeners; import org.bukkit.entity.Player; +import org.bukkit.event.Event.Result; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; @@ -8,10 +9,10 @@ import org.bukkit.event.player.PlayerJoinEvent; import org.bukkit.inventory.ItemStack; import io.github.thebusybiscuit.slimefun4.api.events.PlayerRightClickEvent; -import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide; import io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideLayout; import io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideSettings; +import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; public class SlimefunGuideListener implements Listener { @@ -27,8 +28,10 @@ public class SlimefunGuideListener implements Listener { public void onJoin(PlayerJoinEvent e) { if (giveOnFirstJoin && !e.getPlayer().hasPlayedBefore()) { Player p = e.getPlayer(); - if (!SlimefunPlugin.getWhitelist().getBoolean(p.getWorld().getName() + ".enabled")) return; - if (!SlimefunPlugin.getWhitelist().getBoolean(p.getWorld().getName() + ".enabled-items.SLIMEFUN_GUIDE")) return; + + if (!SlimefunPlugin.getWorldSettingsService().isWorldEnabled(p.getWorld())) { + return; + } SlimefunGuideLayout type = SlimefunPlugin.getCfg().getBoolean("guide.default-view-book") ? SlimefunGuideLayout.BOOK : SlimefunGuideLayout.CHEST; p.getInventory().addItem(SlimefunGuide.getItem(type)); @@ -38,40 +41,46 @@ public class SlimefunGuideListener implements Listener { @EventHandler(priority = EventPriority.LOWEST) public void onInteract(PlayerRightClickEvent e) { Player p = e.getPlayer(); - ItemStack item = e.getItem(); - - if (SlimefunUtils.isItemSimilar(item, SlimefunGuide.getItem(SlimefunGuideLayout.BOOK), true)) { - e.cancel(); + if (openGuide(e, SlimefunGuideLayout.BOOK) == Result.ALLOW) { if (p.isSneaking()) { - SlimefunGuideSettings.openSettings(p, item); + SlimefunGuideSettings.openSettings(p, e.getItem()); } else { SlimefunGuide.openGuide(p, SlimefunGuideLayout.BOOK); } } - else if (SlimefunUtils.isItemSimilar(item, SlimefunGuide.getItem(SlimefunGuideLayout.CHEST), true)) { - e.cancel(); - + else if (openGuide(e, SlimefunGuideLayout.CHEST) == Result.ALLOW) { if (p.isSneaking()) { - SlimefunGuideSettings.openSettings(p, item); + SlimefunGuideSettings.openSettings(p, e.getItem()); } else { SlimefunGuide.openGuide(p, SlimefunGuideLayout.CHEST); } } - else if (SlimefunUtils.isItemSimilar(item, SlimefunGuide.getItem(SlimefunGuideLayout.CHEAT_SHEET), true)) { - e.cancel(); - - if (p.isSneaking()) { - SlimefunGuideSettings.openSettings(p, item); - } - else { - // We rather just run the command here, - // all necessary permission checks will be handled there. - p.chat("/sf cheat"); - } + else if (openGuide(e, SlimefunGuideLayout.CHEAT_SHEET) == Result.ALLOW) { + // We rather just run the command here, + // all necessary permission checks will be handled there. + p.chat("/sf cheat"); } } + private Result openGuide(PlayerRightClickEvent e, SlimefunGuideLayout layout) { + Player p = e.getPlayer(); + ItemStack item = e.getItem(); + + if (SlimefunUtils.isItemSimilar(item, SlimefunGuide.getItem(layout), true)) { + e.cancel(); + + if (!SlimefunPlugin.getWorldSettingsService().isWorldEnabled(p.getWorld())) { + SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-item", true); + return Result.DENY; + } + + return Result.ALLOW; + } + + return Result.DEFAULT; + } + } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunItemListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunItemListener.java index 92ebaea9b..b002ec9bc 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunItemListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/SlimefunItemListener.java @@ -39,6 +39,10 @@ public class SlimefunItemListener implements Listener { @EventHandler public void onRightClick(PlayerInteractEvent e) { if (e.getAction() == Action.RIGHT_CLICK_AIR || e.getAction() == Action.RIGHT_CLICK_BLOCK) { + if (SlimefunUtils.isItemSimilar(e.getItem(), SlimefunItems.DEBUG_FISH, true)) { + return; + } + PlayerRightClickEvent event = new PlayerRightClickEvent(e); Bukkit.getPluginManager().callEvent(event); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/WorldListener.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/WorldListener.java index 8fdc770a3..2ebb33834 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/WorldListener.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/WorldListener.java @@ -19,11 +19,8 @@ public class WorldListener implements Listener { @EventHandler public void onWorldLoad(WorldLoadEvent e) { + SlimefunPlugin.getWorldSettingsService().load(e.getWorld()); BlockStorage.getForcedStorage(e.getWorld()); - - SlimefunPlugin.getWhitelist().setDefaultValue(e.getWorld().getName() + ".enabled", true); - SlimefunPlugin.getWhitelist().setDefaultValue(e.getWorld().getName() + ".enabled-items.SLIMEFUN_GUIDE", true); - SlimefunPlugin.getWhitelist().save(); } @EventHandler diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java index 262f001c9..e3d5ddb60 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/PostSetup.java @@ -13,7 +13,6 @@ import java.util.stream.Stream; import org.bukkit.Bukkit; import org.bukkit.ChatColor; -import org.bukkit.World; import org.bukkit.command.CommandSender; import org.bukkit.inventory.ItemStack; @@ -62,12 +61,6 @@ public final class PostSetup { } } - public static void setupItemSettings() { - for (World world : Bukkit.getWorlds()) { - SlimefunPlugin.getWhitelist().setDefaultValue(world.getName() + ".enabled-items.SLIMEFUN_GUIDE", true); - } - } - public static void loadItems() { Iterator iterator = SlimefunPlugin.getRegistry().getEnabledSlimefunItems().iterator(); @@ -117,7 +110,8 @@ public final class PostSetup { SlimefunPlugin.getItemCfg().save(); SlimefunPlugin.getResearchCfg().save(); - SlimefunPlugin.getWhitelist().save(); + + SlimefunPlugin.getRegistry().setAutoLoadingMode(true); } private static void loadAutomaticCraftingChamber() { diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.java index cee34e46f..fd4107822 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/setup/SlimefunItemSetup.java @@ -2,7 +2,6 @@ package io.github.thebusybiscuit.slimefun4.implementation.setup; import java.util.ArrayList; import java.util.List; -import java.util.stream.Collectors; import org.bukkit.Bukkit; import org.bukkit.ChatColor; diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/SlimefunStartupTask.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/SlimefunStartupTask.java index b83690daa..925997235 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/SlimefunStartupTask.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/SlimefunStartupTask.java @@ -48,6 +48,7 @@ public class SlimefunStartupTask implements Runnable { PostSetup.loadItems(); // Load all worlds + SlimefunPlugin.getWorldSettingsService().load(Bukkit.getWorlds()); for (World world : Bukkit.getWorlds()) { new BlockStorage(world); } @@ -55,11 +56,11 @@ public class SlimefunStartupTask implements Runnable { // Load all listeners that depend on items to be enabled if (isEnabled("ANCIENT_ALTAR")) { - SlimefunPlugin.getAncientAltarListener().load(plugin); + SlimefunPlugin.getAncientAltarListener().register(plugin); } if (isEnabled("GRAPPLING_HOOK")) { - SlimefunPlugin.getGrapplingHookListener().load(plugin); + SlimefunPlugin.getGrapplingHookListener().register(plugin); } if (isEnabled("BLADE_OF_VAMPIRES")) { diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java index 73c4dc266..bedde79c7 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java @@ -7,6 +7,7 @@ import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; +import java.util.Locale; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; @@ -36,7 +37,7 @@ import me.mrCookieSlime.Slimefun.api.Slimefun; public class TickerTask implements Runnable { - private final DecimalFormat decimalFormat = new DecimalFormat("#.###"); + private final DecimalFormat decimalFormat = new DecimalFormat("#.##"); private final ConcurrentMap move = new ConcurrentHashMap<>(); private final ConcurrentMap delete = new ConcurrentHashMap<>(); private final ConcurrentMap blockTimings = new ConcurrentHashMap<>(); @@ -198,19 +199,19 @@ public class TickerTask implements Runnable { } public String getTime() { - return toMillis(time); + return toMillis(time, false); } public void info(CommandSender sender) { - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&2== &aSlimefun Diagnostic Tool &2==")); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Halted: &e&l" + String.valueOf(halted).toUpperCase())); + sender.sendMessage(ChatColors.color("&2== &aSlimefun Diagnostic Tool &2==")); + sender.sendMessage(ChatColors.color("&6Halted: &e&l" + String.valueOf(halted).toUpperCase(Locale.ROOT))); sender.sendMessage(""); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Impact: &e" + toMillis(time))); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Ticked Chunks: &e" + chunks)); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Ticked Machines: &e" + machines)); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Skipped Machines: &e" + skipped)); + sender.sendMessage(ChatColors.color("&6Impact: &e" + toMillis(time, true))); + sender.sendMessage(ChatColors.color("&6Ticked Chunks: &e" + chunks)); + sender.sendMessage(ChatColors.color("&6Ticked Machines: &e" + machines)); + sender.sendMessage(ChatColors.color("&6Skipped Machines: &e" + skipped)); sender.sendMessage(""); - sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&6Ticking Machines:")); + sender.sendMessage(ChatColors.color("&6Ticking Machines:")); List> timings = machineCount.keySet().stream().map(key -> new AbstractMap.SimpleEntry<>(key, machineTimings.getOrDefault(key, 0L))).sorted((o1, o2) -> o2.getValue().compareTo(o1.getValue())).collect(Collectors.toList()); @@ -222,8 +223,8 @@ public class TickerTask implements Runnable { for (Map.Entry entry : timings) { int count = machineCount.get(entry.getKey()); - if (entry.getValue() > 500_000) { - builder.append("\n&c").append(entry.getKey()).append(" - ").append(count).append("x &7(").append(toMillis(entry.getValue())).append(", ").append(toMillis(entry.getValue() / count)).append(" avg/machine)"); + if (entry.getValue() > 300_000) { + builder.append("\n&c").append(entry.getKey()).append(" - ").append(count).append("x &7(").append(toMillis(entry.getValue(), true)).append(", ").append(toMillis(entry.getValue() / count, true)).append(" avg/machine)"); } else hidden++; } @@ -238,8 +239,8 @@ public class TickerTask implements Runnable { for (Map.Entry entry : timings) { int count = machineCount.get(entry.getKey()); - if (entry.getValue() > 500_000) { - sender.sendMessage(" " + entry.getKey() + " - " + count + "x (" + toMillis(entry.getValue()) + ", " + toMillis(entry.getValue() / count) + " avg/machine)"); + if (entry.getValue() > 300_000) { + sender.sendMessage(" " + entry.getKey() + " - " + count + "x (" + toMillis(entry.getValue(), false) + ", " + toMillis(entry.getValue() / count, false) + " avg/machine)"); } else hidden++; } @@ -260,7 +261,7 @@ public class TickerTask implements Runnable { for (Map.Entry entry : timings) { if (!chunksSkipped.contains(entry.getKey())) { if (entry.getValue() > 0) { - builder.append("\n&c").append(formatChunk(entry.getKey())).append(" - ").append(chunkItemCount.getOrDefault(entry.getKey(), 0)).append("x &7(").append(toMillis(entry.getValue())).append(')'); + builder.append("\n&c").append(formatChunk(entry.getKey())).append(" - ").append(chunkItemCount.getOrDefault(entry.getKey(), 0)).append("x &7(").append(toMillis(entry.getValue(), true)).append(')'); } else hidden++; } @@ -277,7 +278,7 @@ public class TickerTask implements Runnable { for (Map.Entry entry : timings) { if (!chunksSkipped.contains(entry.getKey())) { if (entry.getValue() > 0) { - sender.sendMessage(" " + formatChunk(entry.getKey()) + " - " + (chunkItemCount.getOrDefault(entry.getKey(), 0)) + "x (" + toMillis(entry.getValue()) + ")"); + sender.sendMessage(" " + formatChunk(entry.getKey()) + " - " + (chunkItemCount.getOrDefault(entry.getKey(), 0)) + "x (" + toMillis(entry.getValue(), false) + ")"); } else hidden++; } @@ -301,7 +302,8 @@ public class TickerTask implements Runnable { } public long getTimings(Chunk c) { - return chunkTimings.getOrDefault(c.toString(), 0L); + String id = c.getWorld().getName() + ';' + c.getX() + ';' + c.getZ(); + return chunkTimings.getOrDefault(id, 0L); } public void addBlockTimings(Location l, long time) { @@ -316,8 +318,22 @@ public class TickerTask implements Runnable { halted = true; } - private String toMillis(long time) { - return decimalFormat.format(time / 1000000F) + "ms"; + public String toMillis(long nanoseconds, boolean colors) { + String number = decimalFormat.format(nanoseconds / 1000000.0); + + if (!colors) { + return number; + } + else { + String[] parts = PatternUtils.NUMBER_SEPERATOR.split(number); + + if (parts.length == 1) { + return parts[0]; + } + else { + return parts[0] + ',' + ChatColor.GRAY + parts[1] + "ms"; + } + } } @Override diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java index 7b384d912..358fd8ca9 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChatUtils.java @@ -1,5 +1,6 @@ package io.github.thebusybiscuit.slimefun4.utils; +import java.util.Locale; import java.util.function.Consumer; import org.bukkit.ChatColor; @@ -10,11 +11,19 @@ import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import io.github.thebusybiscuit.cscorelib2.chat.ChatInput; import me.mrCookieSlime.Slimefun.SlimefunPlugin; +/** + * This utility class contains a few static methods that are all about {@link String} manipulation + * or sending a {@link String} to a {@link Player}. + * + * @author TheBusyBiscuit + * + */ public final class ChatUtils { private ChatUtils() {} public static void sendURL(CommandSender sender, String url) { + // If we get access to the URL prompt one day, we can just prompt the link to the Player that way. sender.sendMessage(""); SlimefunPlugin.getLocal().sendMessage(sender, "messages.link-prompt", false); sender.sendMessage(ChatColors.color("&7&o" + url)); @@ -41,7 +50,7 @@ public final class ChatUtils { public static String humanize(String string) { StringBuilder builder = new StringBuilder(); - String[] segments = string.toLowerCase().split("_"); + String[] segments = string.toLowerCase(Locale.ROOT).split("_"); builder.append(Character.toUpperCase(segments[0].charAt(0))).append(segments[0].substring(1)); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.java index f38c5ea5f..785deb4b9 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/ChestMenuUtils.java @@ -55,7 +55,7 @@ public final class ChestMenuUtils { return new CustomItem(SEARCH_BUTTON, meta -> { meta.setDisplayName(ChatColors.color(SlimefunPlugin.getLocal().getMessage(p, "guide.search.name"))); - List lore = Arrays.asList("", ChatColor.GRAY + "\u21E6 " + SlimefunPlugin.getLocal().getMessage(p, "guide.search.tooltip")); + List lore = Arrays.asList("", ChatColor.GRAY + "\u21E8 " + SlimefunPlugin.getLocal().getMessage(p, "guide.search.tooltip")); lore.replaceAll(ChatColors::color); meta.setLore(lore); }); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java index 403da6a15..c0043118f 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/NumberUtils.java @@ -7,6 +7,8 @@ import java.util.Date; import java.util.Locale; import java.util.logging.Level; +import org.bukkit.ChatColor; + import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.api.Slimefun; @@ -30,6 +32,15 @@ public final class NumberUtils { } } + public static ChatColor getColorFromPercentage(float percentage) { + if (percentage < 16.0F) return ChatColor.DARK_RED; + else if (percentage < 32.0F) return ChatColor.RED; + else if (percentage < 48.0F) return ChatColor.GOLD; + else if (percentage < 64.0F) return ChatColor.YELLOW; + else if (percentage < 80.0F) return ChatColor.DARK_GREEN; + else return ChatColor.GREEN; + } + public static String timeDelta(Date date) { long timestamp = date.getTime(); int hours = (int) ((System.currentTimeMillis() - timestamp) / (1000 * 60 * 60)); diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.java index f3f9f92a8..c79bae32e 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/PatternUtils.java @@ -9,6 +9,7 @@ import java.util.regex.Pattern; * This class solves that, one compile but many uses! * * @author Walshy + * @author TheBusyBiscuit * */ public final class PatternUtils { @@ -21,4 +22,9 @@ public final class PatternUtils { public static final Pattern SLASH_SEPARATOR = Pattern.compile(" / "); public static final Pattern DASH = Pattern.compile("-"); public static final Pattern ASCII = Pattern.compile("[A-Za-z \"_]+"); + public static final Pattern ALPHANUMERIC = Pattern.compile("[A-Fa-f0-9]+"); + public static final Pattern NUMERIC = Pattern.compile("[0-9]+"); + + public static final Pattern NUMBER_SEPERATOR = Pattern.compile(",|\\."); + } diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.java index 183d4f60c..afbfb5c89 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/SimpleHologram.java @@ -9,6 +9,12 @@ import org.bukkit.entity.EntityType; import io.github.thebusybiscuit.cscorelib2.chat.ChatColors; import me.mrCookieSlime.Slimefun.api.Slimefun; +/** + * This utility class provides a few static methods for modifying a simple Text-based Hologram. + * + * @author TheBusyBiscuit + * + */ public final class SimpleHologram { private SimpleHologram() {} diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/package-info.java b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/package-info.java new file mode 100644 index 000000000..bdb15ed9d --- /dev/null +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/utils/holograms/package-info.java @@ -0,0 +1,4 @@ +/** + * This package contains a few utility classes that handle holograms in Slimefun. + */ +package io.github.thebusybiscuit.slimefun4.utils.holograms; \ No newline at end of file diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Lists/Categories.java b/src/main/java/me/mrCookieSlime/Slimefun/Lists/Categories.java index 8710a14cc..f6d6aae87 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Lists/Categories.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Lists/Categories.java @@ -42,12 +42,12 @@ public final class Categories { public static final Category CARGO = new LockedCategory(new NamespacedKey(SlimefunPlugin.instance, "cargo"), new CustomItem(SlimefunItems.CARGO_MANAGER, "&cCargo Management"), 4, MACHINES_1); public static final Category TECH_MISC = new Category(new NamespacedKey(SlimefunPlugin.instance, "tech_misc"), new CustomItem(SlimefunItems.HEATING_COIL, "&7Technical Components"), 2); public static final Category MAGIC_ARMOR = new Category(new NamespacedKey(SlimefunPlugin.instance, "magical_armor"), new CustomItem(SlimefunItems.ENDER_HELMET, "&7Magical Armor"), 2); - public static final Category TALISMANS_1 = new Category(new NamespacedKey(SlimefunPlugin.instance, "talismans"), new CustomItem(SlimefunItems.TALISMAN, "&7Talismans - &aTier I"), 2); + public static final Category TALISMANS = new Category(new NamespacedKey(SlimefunPlugin.instance, "talismans"), new CustomItem(SlimefunItems.TALISMAN, "&7Talismans - &aTier I"), 2); // Locked Categories public static final LockedCategory ELECTRICITY = new LockedCategory(new NamespacedKey(SlimefunPlugin.instance, "electricity"), new CustomItem(SlimefunItems.NUCLEAR_REACTOR, "&bEnergy and Electricity"), 4, MACHINES_1); public static final LockedCategory GPS = new LockedCategory(new NamespacedKey(SlimefunPlugin.instance, "gps"), new CustomItem(SlimefunItems.GPS_TRANSMITTER, "&bGPS-based Machines"), 4, MACHINES_1); - public static final LockedCategory TALISMANS_2 = new LockedCategory(new NamespacedKey(SlimefunPlugin.instance, "ender_talismans"), new CustomItem(SlimefunItems.ENDER_TALISMAN, "&7Talismans - &aTier II"), 3, TALISMANS_1); + public static final LockedCategory ENDER_TALISMANS = new LockedCategory(new NamespacedKey(SlimefunPlugin.instance, "ender_talismans"), new CustomItem(SlimefunItems.ENDER_TALISMAN, "&7Talismans - &aTier II"), 3, TALISMANS); // Seasonal Categories public static final SeasonalCategory CHRISTMAS = new SeasonalCategory(new NamespacedKey(SlimefunPlugin.instance, "christmas"), Month.DECEMBER, 1, new CustomItem(Material.NETHER_STAR, ChatUtils.christmas("Christmas") + " &7(December only)")); diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Lists/RecipeType.java b/src/main/java/me/mrCookieSlime/Slimefun/Lists/RecipeType.java index 03e442a39..ebafa4107 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Lists/RecipeType.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Lists/RecipeType.java @@ -75,7 +75,7 @@ public class RecipeType implements Keyed { this.machine = machine; if (machine.length() > 0) { - this.key = new NamespacedKey(SlimefunPlugin.instance, machine.toLowerCase()); + this.key = new NamespacedKey(SlimefunPlugin.instance, machine.toLowerCase(Locale.ROOT)); } else { this.key = new NamespacedKey(SlimefunPlugin.instance, "unknown"); @@ -152,7 +152,7 @@ public class RecipeType implements Keyed { } private static void registerMobDrop(ItemStack[] recipe, ItemStack output) { - String mob = ChatColor.stripColor(recipe[4].getItemMeta().getDisplayName()).toUpperCase().replace(' ', '_'); + String mob = ChatColor.stripColor(recipe[4].getItemMeta().getDisplayName()).toUpperCase(Locale.ROOT).replace(' ', '_'); EntityType entity = EntityType.valueOf(mob); Set dropping = SlimefunPlugin.getRegistry().getMobDrops().getOrDefault(entity, new HashSet<>()); dropping.add(output); diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.java b/src/main/java/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.java index da9ed8605..8fa062b67 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Lists/SlimefunItems.java @@ -695,7 +695,7 @@ public final class SlimefunItems { public static final ItemStack BLISTERING_INGOT_3 = new SlimefunItemStack("BLISTERING_INGOT_3", Material.GOLD_INGOT, "&6Blistering Ingot", "", LoreBuilder.radioactive(Radioactivity.VERY_HIGH), LoreBuilder.HAZMAT_SUIT_REQUIRED); public static final ItemStack ENERGY_REGULATOR = new SlimefunItemStack("ENERGY_REGULATOR", "d78f2b7e5e75639ea7fb796c35d364c4df28b4243e66b76277aadcd6261337", "&6Energy Regulator", "", "&rCore Component of an Energy Network"); - public static final ItemStack DEBUG_FISH = new CustomItem(Material.SALMON, "&3How much is the Fish?", "", "&eRight Click &rany Block to view it's BlockData", "&eLeft Click &rto break a Block", "&eShift + Left Click &rany Block to erase it's BlockData", "&eShift + Right Click &rto place a Placeholder Block"); + public static final ItemStack DEBUG_FISH = new SlimefunItemStack("DEBUG_FISH", Material.SALMON, "&3How much is the Fish?", "", "&eRight Click &rany Block to view it's BlockData", "&eLeft Click &rto break a Block", "&eShift + Left Click &rany Block to erase it's BlockData", "&eShift + Right Click &rto place a Placeholder Block"); public static final ItemStack NETHER_ICE = new SlimefunItemStack("NETHER_ICE", "3ce2dad9baf7eaba7e80d4d0f9fac0aab01a76b12fb71c3d2af2a16fdd4c7383", "&eNether Ice", "", LoreBuilder.radioactive(Radioactivity.MODERATE), LoreBuilder.HAZMAT_SUIT_REQUIRED); public static final ItemStack ENRICHED_NETHER_ICE = new SlimefunItemStack("ENRICHED_NETHER_ICE", "7c818aa13aabc7294838d21caac057e97bd8c89641a0c0f8a55442ff4e27", "&eEnriched Nether Ice", "", LoreBuilder.radioactive(Radioactivity.VERY_HIGH), LoreBuilder.HAZMAT_SUIT_REQUIRED); diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Objects/Category.java b/src/main/java/me/mrCookieSlime/Slimefun/Objects/Category.java index 0cb310985..f1b61c027 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Objects/Category.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Objects/Category.java @@ -34,9 +34,9 @@ import me.mrCookieSlime.Slimefun.api.Slimefun; */ public class Category implements Keyed { + protected final List items = new ArrayList<>(); protected final NamespacedKey key; protected final ItemStack item; - protected final List items; protected final int tier; /** @@ -73,8 +73,6 @@ public class Category implements Keyed { meta.addItemFlags(ItemFlag.HIDE_ATTRIBUTES); meta.addItemFlags(ItemFlag.HIDE_ENCHANTS); this.item.setItemMeta(meta); - - this.items = new ArrayList<>(); this.tier = tier; } @@ -86,19 +84,11 @@ public class Category implements Keyed { /** * Registers this category. *

    - * By default, a category is automatically registered when a {@link SlimefunItem} is bound to it. + * By default, a category is automatically registered when a {@link SlimefunItem} was added to it. */ public void register() { - if (this instanceof SeasonalCategory) { - if (((SeasonalCategory) this).isVisible()) { - SlimefunPlugin.getRegistry().getEnabledCategories().add(this); - Collections.sort(SlimefunPlugin.getRegistry().getEnabledCategories(), Comparator.comparingInt(Category::getTier)); - } - } - else { - SlimefunPlugin.getRegistry().getEnabledCategories().add(this); - Collections.sort(SlimefunPlugin.getRegistry().getEnabledCategories(), Comparator.comparingInt(Category::getTier)); - } + SlimefunPlugin.getRegistry().getCategories().add(this); + Collections.sort(SlimefunPlugin.getRegistry().getCategories(), Comparator.comparingInt(Category::getTier)); } /** @@ -111,6 +101,16 @@ public class Category implements Keyed { items.add(item); } + /** + * Removes the given {@link SlimefunItem} from this {@link Category}. + * + * @param item + * the {@link SlimefunItem} that should be removed from this {@link Category} + */ + public void remove(SlimefunItem item) { + items.remove(item); + } + /** * This method returns a localized display item of this {@link Category} * for the specified {@link Player}. @@ -151,7 +151,7 @@ public class Category implements Keyed { * @return the list of SlimefunItems bound to this category */ public List getItems() { - return this.items; + return items; } /** @@ -166,7 +166,7 @@ public class Category implements Keyed { @Override public String toString() { - return "Slimefun Category {" + key + ",tier=" + tier + "}"; + return getClass().getSimpleName() + " {" + key + ",tier=" + tier + "}"; } /** @@ -181,7 +181,7 @@ public class Category implements Keyed { */ public boolean isHidden(Player p) { for (SlimefunItem slimefunItem : getItems()) { - if (Slimefun.isEnabled(p, slimefunItem, false)) { + if (!slimefunItem.isHidden() && Slimefun.isEnabled(p, slimefunItem, false)) { return false; } } diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Objects/LockedCategory.java b/src/main/java/me/mrCookieSlime/Slimefun/Objects/LockedCategory.java index 9f5c20737..288df3fee 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Objects/LockedCategory.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Objects/LockedCategory.java @@ -88,7 +88,7 @@ public class LockedCategory extends Category { throw new IllegalArgumentException("Category '" + item.getItemMeta().getDisplayName() + "' cannot be a parent of itself or have a 'null' parent."); } - this.parents.add(category); + parents.add(category); } /** @@ -101,7 +101,7 @@ public class LockedCategory extends Category { * @see #addParent(Category) */ public void removeParent(Category category) { - this.parents.remove(category); + parents.remove(category); } /** diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Objects/Research.java b/src/main/java/me/mrCookieSlime/Slimefun/Objects/Research.java index 58987a932..1dccec5b6 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Objects/Research.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Objects/Research.java @@ -138,7 +138,7 @@ public class Research implements Keyed { public void addItems(SlimefunItem... items) { for (SlimefunItem item : items) { if (item != null) { - item.bindToResearch(this); + item.setResearch(this); } } } @@ -242,7 +242,7 @@ public class Research implements Keyed { Iterator iterator = items.iterator(); while (iterator.hasNext()) { SlimefunItem item = iterator.next(); - if (item != null) item.bindToResearch(null); + if (item != null) item.setResearch(null); iterator.remove(); } return; diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.java b/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.java index 9d2b7814c..a200c7bf4 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/ItemState.java @@ -31,5 +31,5 @@ public enum ItemState { * This {@link SlimefunItem} has fallen back to its vanilla behavior, because it is disabled and an instance of * {@link VanillaItem}. */ - VANILLA + VANILLA_FALLBACK } \ No newline at end of file diff --git a/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.java b/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.java index 82bbd3976..e2488e05f 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/SlimefunItem.java @@ -10,8 +10,6 @@ import java.util.function.Consumer; import java.util.logging.Level; import org.apache.commons.lang.Validate; -import org.bukkit.Bukkit; -import org.bukkit.World; import org.bukkit.entity.Player; import org.bukkit.inventory.Inventory; import org.bukkit.inventory.ItemStack; @@ -105,6 +103,7 @@ public class SlimefunItem implements Placeable { public SlimefunItem(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput) { Validate.notNull(category, "'category' is not allowed to be null!"); Validate.notNull(item, "'item' is not allowed to be null!"); + Validate.notNull(recipeType, "'recipeType' is not allowed to be null!"); this.category = category; this.item = item; @@ -250,40 +249,32 @@ public class SlimefunItem implements Placeable { * * @return Whether this {@link SlimefunItem} is hidden. */ - public boolean isHidden() { + public final boolean isHidden() { return hidden; } + public void setHidden(boolean hidden) { + this.hidden = hidden; + + if (state == ItemState.ENABLED) { + if (hidden) { + category.remove(this); + } + else { + category.add(this); + } + } + } + /** * This method returns whether this {@link SlimefunItem} was added by an addon. * * @return Whether this {@link SlimefunItem} was added by an addon. */ - public boolean isAddonItem() { + public final boolean isAddonItem() { return !(addon instanceof SlimefunPlugin); } - /** - * This method returns the {@link SlimefunAddon} that registered this - * {@link SlimefunItem}. If this Item is from Slimefun itself, the current - * instance of {@link SlimefunPlugin} will be returned. - * Use an instanceof check or {@link SlimefunItem#isAddonItem()} to account for that. - * - * @return The {@link SlimefunAddon} that registered this {@link SlimefunItem} - */ - public SlimefunAddon getAddon() { - return addon; - } - - public BlockTicker getBlockTicker() { - return blockTicker; - } - - // We should maybe refactor this and move it to a subclass - public GeneratorTicker getEnergyTicker() { - return generatorTicker; - } - /** * This method returns whether this {@link SlimefunItem} is disabled. * @@ -298,6 +289,32 @@ public class SlimefunItem implements Placeable { return state != ItemState.ENABLED; } + /** + * This method returns the {@link SlimefunAddon} that registered this + * {@link SlimefunItem}. If this Item is from Slimefun itself, the current + * instance of {@link SlimefunPlugin} will be returned. + * Use an instanceof check or {@link SlimefunItem#isAddonItem()} to account for that. + * + * @return The {@link SlimefunAddon} that registered this {@link SlimefunItem} + */ + public SlimefunAddon getAddon() { + if (addon == null) { + error("getAddon() cannot be called before registering the item", new UnregisteredItemException(this)); + return null; + } + + return addon; + } + + public BlockTicker getBlockTicker() { + return blockTicker; + } + + // We should maybe refactor this and move it to a subclass + public GeneratorTicker getEnergyTicker() { + return generatorTicker; + } + /** * This method registers this {@link SlimefunItem}. * Always call this method after your {@link SlimefunItem} has been initialized. @@ -336,15 +353,11 @@ public class SlimefunItem implements Placeable { SlimefunPlugin.getItemCfg().setDefaultValue(id + ".allow-enchanting", enchantable); SlimefunPlugin.getItemCfg().setDefaultValue(id + ".allow-disenchanting", disenchantable); + // Load all item settings for (ItemSetting setting : itemSettings) { setting.load(this); } - for (World world : Bukkit.getWorlds()) { - SlimefunPlugin.getWhitelist().setDefaultValue(world.getName() + ".enabled", true); - SlimefunPlugin.getWhitelist().setDefaultValue(world.getName() + ".enabled-items." + id, true); - } - if (ticking && !SlimefunPlugin.getCfg().getBoolean("URID.enable-tickers")) { state = ItemState.DISABLED; return; @@ -364,7 +377,7 @@ public class SlimefunItem implements Placeable { if (SlimefunPlugin.getItemCfg().getBoolean(id + ".enabled")) { - if (!SlimefunPlugin.getRegistry().getEnabledCategories().contains(category)) { + if (!SlimefunPlugin.getRegistry().getCategories().contains(category)) { category.register(); } @@ -380,13 +393,18 @@ public class SlimefunItem implements Placeable { loadItemHandlers(); } else if (this instanceof VanillaItem) { - state = ItemState.VANILLA; + state = ItemState.VANILLA_FALLBACK; } else { state = ItemState.DISABLED; } postRegister(); + + if (SlimefunPlugin.getRegistry().isAutoLoadingEnabled() && state == ItemState.ENABLED) { + info("Item was registered during runtime."); + load(); + } } catch (Exception x) { error("Registering " + toString() + " has failed", x); @@ -408,12 +426,24 @@ public class SlimefunItem implements Placeable { } } - public void bindToResearch(Research r) { - if (r != null) { - r.getAffectedItems().add(this); + /** + * This method will set the {@link Research} of this {@link SlimefunItem}. + * You don't have to call this method if your {@link SlimefunItem} was linked to your {@link Research} + * using {@link Research#addItems(SlimefunItem...)} + * + * @param research + * The new {@link Research} for this {@link SlimefunItem} + */ + public void setResearch(Research research) { + if (this.research != null) { + this.research.getAffectedItems().remove(this); } - this.research = r; + if (research != null) { + research.getAffectedItems().add(this); + } + + this.research = research; } public void setRecipe(ItemStack[] recipe) { @@ -425,11 +455,16 @@ public class SlimefunItem implements Placeable { } public void setRecipeType(RecipeType type) { + Validate.notNull(type, "'recipeType' is not allowed to be null!"); this.recipeType = type; } public void setCategory(Category category) { Validate.notNull(category, "'category' is not allowed to be null!"); + + this.category.remove(this); + category.add(this); + this.category = category; } @@ -587,7 +622,7 @@ public class SlimefunItem implements Placeable { * @param page * The associated wiki page */ - public void addOficialWikipage(String page) { + public final void addOficialWikipage(String page) { Validate.notNull(page, "Wiki page cannot be null."); wikiLink = Optional.of("https://github.com/TheBusyBiscuit/Slimefun4/wiki/" + page); } @@ -678,11 +713,13 @@ public class SlimefunItem implements Placeable { } public void info(String message) { - addon.getLogger().log(Level.INFO, message); + String msg = toString() + ": " + message; + addon.getLogger().log(Level.INFO, msg); } public void warn(String message) { - addon.getLogger().log(Level.WARNING, message); + String msg = toString() + ": " + message; + addon.getLogger().log(Level.WARNING, msg); } /** @@ -709,6 +746,22 @@ public class SlimefunItem implements Placeable { return SlimefunPlugin.getRegistry().getSlimefunItemIds().get(id); } + /** + * This gets an ItemStack from the SlimefunItem with that id. + * + * @deprecated Please use {@link #getByID(String)} to obtain the {@link SlimefunItem} and then get the ItemStack + * from that. + * + * @param id + * the item id + * @return The item + */ + @Deprecated + public static ItemStack getItem(String id) { + SlimefunItem sfi = getByID(id); + return sfi == null ? null : sfi.getItem(); + } + public static SlimefunItem getByItem(ItemStack item) { if (item == null) return null; @@ -739,7 +792,7 @@ public class SlimefunItem implements Placeable { if (SlimefunUtils.isItemSimilar(item, SlimefunItems.BROKEN_SPAWNER, false)) { return getByID("BROKEN_SPAWNER"); } - + if (SlimefunUtils.isItemSimilar(item, SlimefunItems.REPAIRED_SPAWNER, false)) { return getByID("REINFORCED_SPAWNER"); } @@ -747,11 +800,6 @@ public class SlimefunItem implements Placeable { return null; } - public static ItemStack getItem(String id) { - SlimefunItem item = getByID(id); - return item != null ? item.getItem() : null; - } - public static Set getPublicItemHandlers(Class identifier) { return SlimefunPlugin.getRegistry().getPublicItemHandlers().computeIfAbsent(identifier, c -> new HashSet<>()); } diff --git a/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java b/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java index 9654dcc4f..635802cc8 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java @@ -34,6 +34,7 @@ import io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService; import io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService; import io.github.thebusybiscuit.slimefun4.core.services.LocalizationService; import io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService; +import io.github.thebusybiscuit.slimefun4.core.services.PerWorldSettingsService; import io.github.thebusybiscuit.slimefun4.core.services.PermissionsService; import io.github.thebusybiscuit.slimefun4.core.services.UpdaterService; import io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService; @@ -108,6 +109,7 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { private final AutoSavingService autoSavingService = new AutoSavingService(); private final BackupService backupService = new BackupService(); private final PermissionsService permissionsService = new PermissionsService(this); + private final PerWorldSettingsService worldSettingsService = new PerWorldSettingsService(this); private final ThirdPartyPluginService thirdPartySupportService = new ThirdPartyPluginService(this); private final MinecraftRecipeService recipeService = new MinecraftRecipeService(this); private LocalizationService local; @@ -117,10 +119,9 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { private ProtectionManager protections; // Important config files for Slimefun - private Config researches; - private Config items; - private Config whitelist; - private Config config; + private final Config config = new Config(this); + private final Config items = new Config(this, "Items.yml"); + private final Config researches = new Config(this, "Researches.yml"); // Listeners that need to be accessed elsewhere private final AncientAltarListener ancientAltarListener = new AncientAltarListener(); @@ -142,22 +143,11 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { instance = this; // Creating all necessary Folders - getLogger().log(Level.INFO, "Loading files..."); + getLogger().log(Level.INFO, "Loading various systems..."); createDirectories(); - - // Setup config.yml - getLogger().log(Level.INFO, "Loading config..."); - config = new Config(this); registry.load(config); - // Loading all extra configs - researches = new Config(this, "Researches.yml"); - items = new Config(this, "Items.yml"); - whitelist = new Config(this, "whitelist.yml"); - - // Setup various other config files - textureService.load(); - permissionsService.load(); + // Set up localization local = new LocalizationService(this, config.getString("options.language")); // Setting up Networks @@ -209,7 +199,7 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { new WitherListener(this); new IronGolemListener(this); - bowListener.load(this); + bowListener.register(this); // Toggleable Listeners for performance reasons if (config.getBoolean("items.talismans")) { @@ -221,7 +211,7 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { } if (config.getBoolean("items.backpacks")) { - backpackListener.load(this); + backpackListener.register(this); } // Handle Slimefun Guide being given on Join @@ -238,7 +228,7 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { protections = new ProtectionManager(getServer()); textureService.register(registry.getAllSlimefunItems()); permissionsService.register(registry.getAllSlimefunItems()); - recipeService.load(); + recipeService.refresh(); }), 0); // Setting up the command /sf and all subcommands @@ -254,9 +244,6 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { thirdPartySupportService.start(); gitHubService.start(this); - // Exclude the command /sf elevator from our server log, it could get quite spammy - CSCoreLib.getLib().filterLog("([A-Za-z0-9_]{3,16}) issued server command: /sf elevator (.{0,})"); - // Hooray! getLogger().log(Level.INFO, "Slimefun has finished loading in {0}", getStartupTime(timestamp)); } @@ -333,6 +320,7 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { return; } + // Cancel all tasks from this plugin immediately Bukkit.getScheduler().cancelTasks(this); if (ticker != null) { @@ -367,9 +355,11 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { menu.save(); } + // Create a new backup zip backupService.run(); // Prevent Memory Leaks + // These static Maps should be removed at some point... AContainer.processing = null; AContainer.progress = null; @@ -381,6 +371,8 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { instance = null; + // Close all inventories on the server to prevent item dupes + // (Incase some idiot uses /reload) for (Player p : Bukkit.getOnlinePlayers()) { p.closeInventory(); } @@ -388,22 +380,21 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { private void createDirectories() { String[] storageFolders = { "Players", "blocks", "stored-blocks", "stored-inventories", "stored-chunks", "universal-inventories", "waypoints", "block-backups" }; - String[] pluginFolders = { "scripts", "generators", "error-reports", "cache/github" }; + String[] pluginFolders = { "scripts", "generators", "error-reports", "cache/github", "world-settings" }; for (String folder : storageFolders) { - File file = new File("data-storage/Slimefun/" + folder); + File file = new File("data-storage/Slimefun", folder); if (!file.exists()) file.mkdirs(); } for (String folder : pluginFolders) { - File file = new File("plugins/Slimefun/" + folder); + File file = new File("plugins/Slimefun", folder); if (!file.exists()) file.mkdirs(); } } private void loadItems() { try { - PostSetup.setupItemSettings(); SlimefunItemSetup.setup(this); } catch (Throwable x) { @@ -432,10 +423,6 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { return instance.items; } - public static Config getWhitelist() { - return instance.whitelist; - } - public static GPSNetwork getGPSNetwork() { return instance.gpsNetwork; } @@ -490,6 +477,10 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { return instance.thirdPartySupportService; } + public static PerWorldSettingsService getWorldSettingsService() { + return instance.worldSettingsService; + } + /** * This method returns the {@link UpdaterService} of Slimefun. * It is used to handle automatic updates. @@ -564,6 +555,10 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon { return instance.minecraftVersion; } + public static String getCSCoreLibVersion() { + return CSCoreLib.getLib().getDescription().getVersion(); + } + @Override public JavaPlugin getJavaPlugin() { return this; diff --git a/src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java b/src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java index c7dc7a916..8d632379f 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/api/BlockStorage.java @@ -38,15 +38,16 @@ import me.mrCookieSlime.Slimefun.api.inventory.BlockMenu; import me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset; import me.mrCookieSlime.Slimefun.api.inventory.UniversalBlockMenu; +// This class really needs a big overhaul public class BlockStorage { private static final String PATH_BLOCKS = "data-storage/Slimefun/stored-blocks/"; private static final String PATH_CHUNKS = "data-storage/Slimefun/stored-chunks/"; - private World world; - private Map storage = new ConcurrentHashMap<>(); - private Map inventories = new ConcurrentHashMap<>(); - private Map blocksCache = new ConcurrentHashMap<>(); + private final World world; + private final Map storage = new ConcurrentHashMap<>(); + private final Map inventories = new ConcurrentHashMap<>(); + private final Map blocksCache = new ConcurrentHashMap<>(); public static BlockStorage getStorage(World world) { return SlimefunPlugin.getRegistry().getWorlds().get(world.getName()); @@ -83,9 +84,13 @@ public class BlockStorage { } public BlockStorage(World w) { - if (SlimefunPlugin.getRegistry().getWorlds().containsKey(w.getName())) return; this.world = w; + if (SlimefunPlugin.getRegistry().getWorlds().containsKey(w.getName())) { + // Cancel the loading process if the world was already loaded + return; + } + Slimefun.getLogger().log(Level.INFO, "Loading Blocks for World \"" + w.getName() + "\""); Slimefun.getLogger().log(Level.INFO, "This may take a long time..."); diff --git a/src/main/java/me/mrCookieSlime/Slimefun/api/GuideHandler.java b/src/main/java/me/mrCookieSlime/Slimefun/api/GuideHandler.java deleted file mode 100644 index f7360f0c9..000000000 --- a/src/main/java/me/mrCookieSlime/Slimefun/api/GuideHandler.java +++ /dev/null @@ -1,39 +0,0 @@ -package me.mrCookieSlime.Slimefun.api; - -import java.util.List; - -import org.bukkit.entity.Player; - -import me.mrCookieSlime.CSCoreLibPlugin.PlayerRunnable; -import me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu; - -/** - * Guide Handlers are used to add "fake" categories to the Guide. - * - * @deprecated Soon we will simply allow to override the "opening" method of a Category instead. - * - * @author TheBusyBiscuit - * - */ -@Deprecated -public interface GuideHandler { - - void addEntry(List texts, List tooltips); - - PlayerRunnable getRunnable(); - - int getTier(); - - boolean trackHistory(); - - int next(Player p, int index, ChestMenu menu); - - default PlayerRunnable getRunnable(boolean book) { - return this.getRunnable(); - } - - default void run(Player p, boolean survival, boolean book) { - this.getRunnable(book).run(p); - } - -} diff --git a/src/main/java/me/mrCookieSlime/Slimefun/api/Slimefun.java b/src/main/java/me/mrCookieSlime/Slimefun/api/Slimefun.java index 622a241c4..2215c18ba 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/api/Slimefun.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/api/Slimefun.java @@ -1,8 +1,5 @@ package me.mrCookieSlime.Slimefun.api; -import java.util.ArrayList; -import java.util.List; -import java.util.logging.Level; import java.util.logging.Logger; import org.bukkit.Bukkit; @@ -11,8 +8,6 @@ import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import org.bukkit.scheduler.BukkitTask; -import io.github.thebusybiscuit.cscorelib2.config.Config; -import io.github.thebusybiscuit.slimefun4.api.items.ItemSetting; import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile; import io.github.thebusybiscuit.slimefun4.implementation.items.VanillaItem; import me.mrCookieSlime.Slimefun.SlimefunPlugin; @@ -29,46 +24,10 @@ public final class Slimefun { private Slimefun() {} - @Deprecated - public static void registerGuideHandler(GuideHandler handler) { - Bukkit.getLogger().log(Level.SEVERE, "The Plugin \"EmeraldEnchants\" is outdated!"); - Bukkit.getLogger().log(Level.SEVERE, "Your version will soon stop working."); - Bukkit.getLogger().log(Level.SEVERE, "Update it immediately: https://thebusybiscuit.github.io/builds/TheBusyBiscuit/EmeraldEnchants2/master/"); - } - public static Logger getLogger() { return SlimefunPlugin.instance.getLogger(); } - /** - * Returns the value associated to this key for the SlimefunItem corresponding to this id. - * - * @deprecated Please use the {@link ItemSetting} API instead. - * - * @param id - * the id of the SlimefunItem, not null - * @param key - * the key of the value to get, not null - * - * @return the value associated to the key for the SlimefunItem corresponding to the id, - * or null if it doesn't exist. - */ - @Deprecated - public static Object getItemValue(String id, String key) { - return getItemConfig().getValue(id + '.' + key); - } - - /** - * Returns the Config instance of Items.yml file. - *

    - * It calls {@code SlimefunStartup#getItemCfg()}. - * - * @return the Items.yml Config instance. - */ - public static Config getItemConfig() { - return SlimefunPlugin.getItemCfg(); - } - /** * Registers this Research and automatically binds these ItemStacks to it. *

    @@ -99,13 +58,7 @@ public final class Slimefun { } public static void registerResearch(NamespacedKey key, int id, String name, int cost, ItemStack... items) { - Research research = new Research(key, id, name, cost); - - for (ItemStack item : items) { - research.addItems(SlimefunItem.getByItem(item)); - } - - research.register(); + registerResearch(new Research(key, id, name, cost), items); } /** @@ -127,7 +80,10 @@ public final class Slimefun { if (sfItem != null) { if (sfItem.getState() == ItemState.DISABLED) { - if (message) SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-item", true); + if (message) { + SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-item", true); + } + return false; } @@ -176,6 +132,7 @@ public final class Slimefun { return false; } } + return false; } @@ -200,7 +157,10 @@ public final class Slimefun { return true; } else { - if (message) SlimefunPlugin.getLocal().sendMessage(p, "messages.no-permission", true); + if (message) { + SlimefunPlugin.getLocal().sendMessage(p, "messages.no-permission", true); + } + return false; } } @@ -239,43 +199,20 @@ public final class Slimefun { */ public static boolean isEnabled(Player p, SlimefunItem sfItem, boolean message) { if (sfItem.isDisabled()) { + if (message) { + SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-item", true); + } + + return false; + } + else if (!SlimefunPlugin.getWorldSettingsService().isEnabled(p.getWorld(), sfItem)) { if (message) { SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-in-world", true); } return false; } - - String world = p.getWorld().getName(); - if (SlimefunPlugin.getWhitelist().contains(world + ".enabled")) { - if (SlimefunPlugin.getWhitelist().getBoolean(world + ".enabled")) { - if (!SlimefunPlugin.getWhitelist().contains(world + ".enabled-items." + sfItem.getID())) SlimefunPlugin.getWhitelist().setDefaultValue(world + ".enabled-items." + sfItem.getID(), true); - if (SlimefunPlugin.getWhitelist().getBoolean(world + ".enabled-items." + sfItem.getID())) return true; - else { - if (message) SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-in-world", true); - return false; - } - } - else { - if (message) SlimefunPlugin.getLocal().sendMessage(p, "messages.disabled-in-world", true); - return false; - } - } - else return true; - } - - /** - * This method will soon be removed. - * - * @deprecated The {@link GuideHandler} API is deprecated. It will soon be removed. - * - * @param tier - * The tier - * @return A list of handlers - */ - @Deprecated - public static List getGuideHandlers(int tier) { - return SlimefunPlugin.getRegistry().getGuideHandlers().getOrDefault(tier, new ArrayList<>()); + return true; } public static BukkitTask runSync(Runnable r) { diff --git a/src/main/java/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.java b/src/main/java/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.java index f560640f8..41914756c 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/api/SlimefunItemStack.java @@ -3,9 +3,11 @@ package me.mrCookieSlime.Slimefun.api; import java.util.ArrayList; import java.util.Base64; import java.util.List; +import java.util.Locale; import java.util.Optional; import java.util.function.Consumer; +import org.apache.commons.lang.Validate; import org.bukkit.ChatColor; import org.bukkit.Color; import org.bukkit.Material; @@ -19,6 +21,8 @@ import org.bukkit.potion.PotionEffectType; import io.github.thebusybiscuit.cscorelib2.item.CustomItem; import io.github.thebusybiscuit.cscorelib2.item.ImmutableItemMeta; import io.github.thebusybiscuit.cscorelib2.skull.SkullItem; +import io.github.thebusybiscuit.slimefun4.api.exceptions.PrematureCodeException; +import io.github.thebusybiscuit.slimefun4.utils.PatternUtils; import me.mrCookieSlime.Slimefun.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem; @@ -101,14 +105,14 @@ public class SlimefunItemStack extends CustomItem { } public SlimefunItemStack(String id, String texture, String name, String... lore) { - super(getSkull(texture), name, lore); - this.texture = getTexture(texture); + super(getSkull(id, texture), name, lore); + this.texture = getTexture(id, texture); setID(id); } public SlimefunItemStack(String id, String texture, String name, Consumer consumer) { - super(getSkull(texture), meta -> { + super(getSkull(id, texture), meta -> { if (name != null) { meta.setDisplayName(ChatColor.translateAlternateColorCodes('&', name)); } @@ -116,19 +120,25 @@ public class SlimefunItemStack extends CustomItem { consumer.accept(meta); }); - this.texture = getTexture(texture); + this.texture = getTexture(id, texture); setID(id); } public SlimefunItemStack(String id, String texture, Consumer consumer) { - super(getSkull(texture), consumer); - this.texture = getTexture(texture); + super(getSkull(id, texture), consumer); + this.texture = getTexture(id, texture); setID(id); } private void setID(String id) { + Validate.isTrue(id.equals(id.toUpperCase(Locale.ROOT)), "Slimefun Item Ids must be uppercase! (e.g. 'MY_ITEM_ID')"); + + if (SlimefunPlugin.instance == null) { + throw new PrematureCodeException("A SlimefunItemStack must never be be created before your Plugin was enabled."); + } + this.id = id; ItemMeta meta = getItemMeta(); @@ -149,7 +159,7 @@ public class SlimefunItemStack extends CustomItem { * @return The {@link SlimefunItem} for this {@link SlimefunItemStack}, null if not found. */ public SlimefunItem getItem() { - return SlimefunItem.getByID(this.id); + return SlimefunItem.getByID(id); } public ImmutableItemMeta getImmutableMeta() { @@ -174,19 +184,20 @@ public class SlimefunItemStack extends CustomItem { return Optional.ofNullable(texture); } - private static ItemStack getSkull(String texture) { - return SkullItem.fromBase64(getTexture(texture)); + private static ItemStack getSkull(String id, String texture) { + return SkullItem.fromBase64(getTexture(id, texture)); } - private static String getTexture(String texture) { - String base64 = texture; - - // At this point we can be sure it's not a base64 encoded texture - if (!texture.startsWith("ey")) { - base64 = Base64.getEncoder().encodeToString(("{\"textures\":{\"SKIN\":{\"url\":\"http://textures.minecraft.net/texture/" + texture + "\"}}}").getBytes()); + private static String getTexture(String id, String texture) { + if (texture.startsWith("ey")) { + return texture; + } + else if (PatternUtils.ALPHANUMERIC.matcher(texture).matches()) { + return Base64.getEncoder().encodeToString(("{\"textures\":{\"SKIN\":{\"url\":\"http://textures.minecraft.net/texture/" + texture + "\"}}}").getBytes()); + } + else { + throw new IllegalArgumentException("The provided texture for Item \"" + id + "\" does not seem to be a valid texture String!"); } - - return base64; } } diff --git a/src/main/resources/languages/recipes_tr.yml b/src/main/resources/languages/recipes_tr.yml index bb910a829..49ae5eb6e 100644 --- a/src/main/resources/languages/recipes_tr.yml +++ b/src/main/resources/languages/recipes_tr.yml @@ -68,8 +68,18 @@ slimefun: food_fabricator: lore: - Bu eşyayı Food Fabricator kullanarak - - gösterildiği gibi üretin. + - gösterildiği gibi üretin name: Food Fabricator + freezer: + lore: + - Bu eşyayı Freezer kullanarak + - gösterildiği gibi üretin + name: Freezer + geo_miner: + lore: + - Bu eşyayı GEO Miner kullanarak + - elde edin + name: GEO Miner gold_pan: lore: - Bu eşyayı almak için @@ -105,6 +115,11 @@ slimefun: - Gösterilen yapıyı olduğu gibi inşa edin. - Üretim masasında üretilmez. name: Yapı İnşa Etme + nuclear_reactor: + lore: + - Bu eşya Nuclear Reactor'ın + - bir yan ürünüdür + name: Nuclear Reactor ore_crusher: lore: - Bu eşyayı Ore Crusher kullanarak @@ -125,18 +140,19 @@ slimefun: - Bu eşyayı Smeltery kullanarak - gösterildiği gibi üretin. name: Smeltery - freezer: - name: Freezer + oil_pump: + name: Oil Pump lore: - - Bu eşyayı Freezer kullanarak - - gösterildiği gibi üretin - geo_miner: - name: GEO Miner - lore: - - Bu eşyayı GEO Miner kullanarak + - Bu eşyayı Oil Pump kullanarak - elde edin - nuclear_reactor: - name: Nuclear Reactor + pickaxe_of_containment: + name: Pickaxe of Containment lore: - - Bu eşya Nuclear Reactor'ın - - bir yan ürünüdür + - Bu bloku Pickaxe of Containment kullanarak + - ve bir Spawner kırarak + - elde edin + refinery: + name: Refinery + lore: + - Bu eşyayı Refinery kullanarak + - üretin diff --git a/src/main/resources/languages/researches_tr.yml b/src/main/resources/languages/researches_tr.yml index 323c10dc5..7950658f1 100644 --- a/src/main/resources/languages/researches_tr.yml +++ b/src/main/resources/languages/researches_tr.yml @@ -1,232 +1,234 @@ --- slimefun: - walking_sticks: Bastonlar - portable_crafter: Portatif Üretim Masası - portable_dustbin: Portatif Çöp Kovası - glowstone_armor: Işık Taşı Zırhı - sword_of_beheading: Baş Kesme Kılıcı - smeltery: Dökümhane - misc_power_items: Güçle ilgili önemli eşyalar - multitools: Çoklu Aletler - solar_panel_and_helmet: Güneş Enerjisi - elemental_staff: Elementsel Asalar - cactus_armor: Kaktüs Takımı - gold_pan: Altın Tavası - magical_book_cover: Sihirli Kitap Eşleme - gilded_iron_armor: Yaldızlı Demir Zırhı - synthetic_sapphire: Sentetik Safirler - damascus_steel_armor: Şam Çeliği Zırhı - magic_workbench: Sihirli Üretim Masası - wind_staff: Rüzgar Asası - fire_staff: Ateş Asası - smelters_pickaxe: Demircinin Kazması - hazmat_suit: Koruyucu Takım - redstone_alloy: Kızıltaş Alaşımı - carbonado_tools: Üst Seviye Makineler - pickaxe_of_containment: Kapsama Kazması - hercules_pickaxe: Herkülün Kazması - slime_steel_armor: Çelik Balçık Zırhı - blade_of_vampires: Vampirlerin Bıçağı - water_staff: Su Asası - composter: Toprak Gübreleme - farmer_shoes: Çiftçi Ayakkabıları - explosive_tools: Patlayıcı Aletler - automated_panning_machine: Otomatik Altın Tavası - pickaxe_of_the_seeker: Arayıcının Kazması - infused_magnet: Büyülü Mıknatıslar - essence_of_afterlife: Nekromansi - pickaxe_of_vein_mining: Damar Madenciliği Kazması - bound_tools: Ruh Bağlı Aletler - repaired_spawner: Çağırıcı Tamiratı - carbonado_furnace: Kara Elmas Kaplamalı Fırın - tome_of_knowledge_sharing: Arkadaşlarla paylaşma - cooler: Portatif İçecekler - ancient_runes: Elementsel Rünler - special_runes: Mor Rünler - infused_hopper: Büyülü Huni - solar_generators: Güneş Enerjisi Elektrik Santrali - bio_reactor: Biyo-Reaktör - multimeter: Elektrik Ölçümü - combustion_reactor: İçten Yanmalı Reaktör - teleporter: Işınlayıcı Temel Bileşenleri - teleporter_activation_plates: Işınlayıcı Etkinleştirmesi - better_solar_generators: Gelişmiş Güneş Enerjisi Jeneratörleri - better_gps_transmitters: Gelişmiş Vericiler - organic_food: Organik Yemek - organic_fertilizer: Organik Gübreleme - crop_growth_accelerator: Bitki Büyümesi Hızlandırması - better_crop_growth_accelerator: Gelişmiş Bitki Büyümesi Hızlandırıcı - nuclear_reactor: Nükleer Enerji Santrali - freezer: Bay Donmuş - better_food_fabricator: Gelişmiş Yemek Üretimi - better_freezer: Gelişmiş Dondurucu - boosted_uranium: Sonsuz Döngü - advanced_output_node: Gelişmiş Çıkış Noktası - carbon_press: Karbon Presi - electric_smeltery: Elektrikli Dökümhane - better_electric_furnace: Gelişmiş Elektrikli Fırın - better_carbon_press: Gelişmiş Karbon Presi - empowered_android: Güçlendirilmiş Androidler - high_tier_carbon_press: Güçlü Karbon Presi - better_heated_pressure_chamber: Gelişmiş Isıtmalı Basınç Odası - advanced_electric_smeltery: Gelişmiş Elektrikli Dökümhane - blistering_ingots: Parlayan Radyoaktivite - radiant_backpack: Göz Alıcı Sırt Çantası - storm_staff: Fırtına Asası - nether_gold_pan: Nether Altın Tavası - magnesium_generator: Magnezyum Elektriği - kelp_cookie: Lezzetli Yosun - fortune_cookie: Şans Kurabiyesi - meat_jerky: Yağsız Et - armor_forge: Zırh Üretimi - lumps: Yumrular ve Büyü - ender_backpack: Ender Sırt Çantası - ender_armor: Ender Zırhı - magic_eye_of_ender: Sihirli Ender Gözü - magic_sugar: Sihirli Şeker - monster_jerky: Yağsız Yaratık Eti - slime_armor: Balçık Zırhı - basic_circuit_board: Temel Devre Kartı - advanced_circuit_board: Gelişmiş Devre Kartı - steel: Çelik Çağı - battery: İlk Piliniz - steel_plate: Çelik Kaplama - steel_thruster: Çelik İtici - parachute: Paraşüt - grappling_hook: Kanca - jetpacks: Jetpackler - grind_stone: Taş Öğütücü - slimefun_metals: Yeni Metaller - ore_crusher: Maden Katlama - bronze: Bronz Üretimi - alloys: Gelişmiş Alaşımlar - compressor_and_carbon: Karbon Üretimi - synthetic_diamond: Sentetik Elmaslar - pressure_chamber: Basınç Odası - damascus_steel: Şam Çeliği - reinforced_alloy: Güçlendirilmiş Alaşım - carbonado: Siyah Elmaslar - reinforced_armor: Güçlendirilmiş Zırh - ore_washer: Maden Yıkayıcı - gold_carats: Saf Altın - silicon: Silikon Vadisi - common_talisman: Sıradan Tılsım - anvil_talisman: Örs Tılsımı - miner_talisman: Madenci Tılsımı - hunter_talisman: Avcı Tılsımı - lava_talisman: Lavda Yürüyen Tılsımı - water_talisman: Suda Nefes Alan Tılsımı - angel_talisman: Melek Tılsımı - fire_talisman: İtfaiyeci Tılsımı - lava_crystal: Ateşli Durum - magician_talisman: Sihirbaz Tılsımı - traveller_talisman: Gezgin Tılsımı - warrior_talisman: Savaşçı Tılsımı - knight_talisman: Şövalye Tılsımı - gilded_iron: Parlak Demir - synthetic_emerald: Sahte Mücevher - chainmail_armor: Zincir Zırh - whirlwind_talisman: Kasırga Tılsımı - wizard_talisman: Büyücü Tılsımı - lumber_axe: Kereste Baltası - uranium: Radyoaktif - crushed_ore: Maden Arıtma - first_aid: İlk yardım - gold_armor: Parlak Zırh - night_vision_googles: Gece Görüş Gözlüğü - table_saw: Masa Testeresi 24k_gold_block: Altın Şehir - boots_of_the_stomper: Ağır Ayak Çizmeleri - backpacks: Sırt Çantaları - woven_backpack: Dokuma Sırt Çantası - crucible: Pota - gilded_backpack: Yaldızlı Sırt Çantası - armored_jetpack: Zırhlı Jetpack - ender_talismans: Ender Tılsımları - nickel_and_cobalt: Daha fazla Maden - magnet: Manyetik Metaller - cobalt_pickaxe: Hızlı Kazma - bound_backpack: Ruh Bağlı Depolama - jetboots: Jet Botlar - armored_jetboots: Zırhlı Jet Botlar - seismic_axe: Sismik Balta - bound_weapons: Ruh Bağlı Silahlar - bound_armor: Ruh Bağlı Zırhlar - juicer: Lezzetli İçecekler - enhanced_furnace: Geliştirilmiş Fırın - more_enhanced_furnaces: Daha İyi Fırınlar - high_tier_enhanced_furnaces: Yüksek Seviye Fırın - reinforced_furnace: Güçlendirilmiş Fırın - electric_motor: Kızışıyor - block_placer: Blok Yerleştirici - scroll_of_dimensional_teleposition: Bir şeyleri etrafında çevirmek - special_bows: Robin Hood - flask_of_knowledge: XP Depolama - hardened_glass: Patlamalara Dayanıklı - golden_apple_juice: Altın iksir - ancient_altar: Antik Sunak - wither_proof_obsidian: Wither-Geçirmez Obsidyen - infernal_bonemeal: Şeytani Kemik Tozu - rainbow_blocks: Gökkuşağı Blokları - wither_proof_glass: Wither-Geçirmez Cam - duct_tape: Koli Bandı - plastic_sheet: Plastik - android_memory_core: Bellek Çekirdeği - oil: Petrol - fuel: Yakıt - hologram_projector: Hologramlar - capacitors: Seviye 1 Kapasitörler - high_tier_capacitors: Seviye 2 Kapasitörler - electric_furnaces: Elektrikli Fırın - electric_ore_grinding: Kırma ve Öğütme - heated_pressure_chamber: Isıtmalı Basınç Odası - coal_generator: Kömür Jeneratörü - auto_enchanting: Otomatik Büyüleyici ve Büyü Sökücü - wither_assembler: Otomatik Wither Öldürücü - elytra: Elytralar - special_elytras: Özel Elytralar - nether_ice: Nether Buzu Soğutucu - output_chest: Temel Makine Çıkış Sandığı - soulbound_rune: Ruh Bağı Rünü - geo_miner: GEO-Madenci - lightning_rune: Yıldırım Rünü - auto_anvil: Otomatik Örs - gps_setup: Temel GPS Kurulumu - gps_emergency_transmitter: GPS Acil Durum Noktası - programmable_androids: Programlanabilir Androidler - android_interfaces: Android Arayüzleri - geo_scanner: GEO-Taramalar - elevator: Asansörler - energized_solar_generator: Tam Zamanlı Güneş Enerjisi - energized_gps_transmitter: Üst Seviye Verici - energy_regulator: Enerji Ağları 101 - butcher_androids: Kasap Androidleri - auto_breeder: Otomatik Besleme advanced_android: Gelişmiş Androidler advanced_butcher_android: Gelişmiş Androidler - Kasap + advanced_circuit_board: Gelişmiş Devre Kartı + advanced_electric_smeltery: Gelişmiş Elektrikli Dökümhane + advanced_farmer_android: Gelişmiş Androidler - Çiftçi advanced_fisherman_android: Gelişmiş Androidler - Balıkçı + advanced_output_node: Gelişmiş Çıkış Noktası + alloys: Gelişmiş Alaşımlar + ancient_altar: Antik Sunak + ancient_runes: Elementsel Rünler + android_interfaces: Android Arayüzleri + android_memory_core: Bellek Çekirdeği + angel_talisman: Melek Tılsımı animal_growth_accelerator: Hayvan Büyüme Manipülasyonu - xp_collector: XP Toplayıcı - reactor_essentials: Reaktör Temelleri + anvil_talisman: Örs Tılsımı + armored_jetboots: Zırhlı Jet Botlar + armored_jetpack: Zırhlı Jetpack + armor_forge: Zırh Üretimi + auto_anvil: Otomatik Örs + auto_breeder: Otomatik Besleme + auto_drier: Kuru Bir Gün + auto_enchanting: Otomatik Büyüleyici ve Büyü Sökücü + automated_crafting_chamber: Otomatik Üretim + automated_panning_machine: Otomatik Altın Tavası + automatic_ignition_chamber: Otomatik Ateşleme Odası + backpacks: Sırt Çantaları + basic_circuit_board: Temel Devre Kartı + battery: İlk Piliniz + better_carbon_press: Gelişmiş Karbon Presi + better_crop_growth_accelerator: Gelişmiş Bitki Büyümesi Hızlandırıcı + better_electric_crucibles: Sıcak Potalar + better_electric_furnace: Gelişmiş Elektrikli Fırın + better_food_fabricator: Gelişmiş Yemek Üretimi + better_freezer: Gelişmiş Dondurucu + better_gps_transmitters: Gelişmiş Vericiler + better_heated_pressure_chamber: Gelişmiş Isıtmalı Basınç Odası + better_solar_generators: Gelişmiş Güneş Enerjisi Jeneratörleri + bio_reactor: Biyo-Reaktör + blade_of_vampires: Vampirlerin Bıçağı + blistering_ingots: Parlayan Radyoaktivite + block_placer: Blok Yerleştirici + boosted_uranium: Sonsuz Döngü + boots_of_the_stomper: Ağır Ayak Çizmeleri + bound_armor: Ruh Bağlı Zırhlar + bound_backpack: Ruh Bağlı Depolama + bound_tools: Ruh Bağlı Aletler + bound_weapons: Ruh Bağlı Silahlar + bronze: Bronz Üretimi + butcher_androids: Kasap Androidleri + cactus_armor: Kaktüs Takımı + capacitors: Seviye 1 Kapasitörler + carbonado: Siyah Elmaslar + carbonado_furnace: Kara Elmas Kaplamalı Fırın + carbonado_tools: Üst Seviye Makineler + carbon_press: Karbon Presi cargo_basics: Kargo Temelleri cargo_nodes: Kargo Kurulumu + chainmail_armor: Zincir Zırh + charging_bench: Şarj Tezgahı + coal_generator: Kömür Jeneratörü + cobalt_pickaxe: Hızlı Kazma + combustion_reactor: İçten Yanmalı Reaktör + common_talisman: Sıradan Tılsım + composter: Toprak Gübreleme + compressor_and_carbon: Karbon Üretimi + cooler: Portatif İçecekler + copper_wire: İnceltilmiş İletkenlik + crop_growth_accelerator: Bitki Büyümesi Hızlandırması + crucible: Pota + crushed_ore: Maden Arıtma + damascus_steel: Şam Çeliği + damascus_steel_armor: Şam Çeliği Zırhı + diet_cookie: Diyet Kurabiyesi + duct_tape: Koli Bandı + electric_crucible: Elektrikli Pota + electric_furnaces: Elektrikli Fırın electric_ingot_machines: Elektrikli Külçe İmalatı - high_tier_electric_ingot_machines: Süper Hızlı Külçe İmalatı - automated_crafting_chamber: Otomatik Üretim - reactor_access_port: Reaktör Etkileşimi - fluid_pump: Sıvı Pompası - trash_can: Çöp + electric_motor: Kızışıyor + electric_ore_grinding: Kırma ve Öğütme + electric_press: Elektrikli Pres + electric_smeltery: Elektrikli Dökümhane + elemental_staff: Elementsel Asalar + elevator: Asansörler + elytra: Elytralar + empowered_android: Güçlendirilmiş Androidler empowered_butcher_android: Güçlendirilmiş Androidler - Kasap empowered_fisherman_android: Güçlendirilmiş Androidler - Balıkçı - electric_crucible: Elektrikli Pota - better_electric_crucibles: Sıcak Potalar - advanced_farmer_android: Gelişmiş Androidler - Çiftçi + ender_armor: Ender Zırhı + ender_backpack: Ender Sırt Çantası + ender_talismans: Ender Tılsımları + energized_gps_transmitter: Üst Seviye Verici + energized_solar_generator: Tam Zamanlı Güneş Enerjisi + energy_regulator: Enerji Ağları 101 + enhanced_furnace: Geliştirilmiş Fırın + essence_of_afterlife: Nekromansi + explosive_tools: Patlayıcı Aletler + farmer_shoes: Çiftçi Ayakkabıları + fire_staff: Ateş Asası + fire_talisman: İtfaiyeci Tılsımı + first_aid: İlk yardım + flask_of_knowledge: XP Depolama + fluid_pump: Sıvı Pompası + fortune_cookie: Şans Kurabiyesi + freezer: Bay Donmuş + fuel: Yakıt + geo_miner: GEO-Madenci + geo_scanner: GEO-Taramalar + gilded_backpack: Yaldızlı Sırt Çantası + gilded_iron: Parlak Demir + gilded_iron_armor: Yaldızlı Demir Zırhı + glowstone_armor: Işık Taşı Zırhı + gold_armor: Parlak Zırh + gold_carats: Saf Altın + golden_apple_juice: Altın iksir + gold_pan: Altın Tavası + gps_emergency_transmitter: GPS Acil Durum Noktası + gps_setup: Temel GPS Kurulumu + grappling_hook: Kanca + grind_stone: Taş Öğütücü + hardened_glass: Patlamalara Dayanıklı + hazmat_suit: Koruyucu Takım + heated_pressure_chamber: Isıtmalı Basınç Odası + hercules_pickaxe: Herkülün Kazması + high_tier_capacitors: Seviye 2 Kapasitörler + high_tier_carbon_press: Güçlü Karbon Presi + high_tier_electric_ingot_machines: Süper Hızlı Külçe İmalatı + high_tier_enhanced_furnaces: Yüksek Seviye Fırın + hologram_projector: Hologramlar + hunter_talisman: Avcı Tılsımı + infernal_bonemeal: Şeytani Kemik Tozu + infused_hopper: Büyülü Huni + infused_magnet: Büyülü Mıknatıslar + jetboots: Jet Botlar + jetpacks: Jetpackler + juicer: Lezzetli İçecekler + kelp_cookie: Lezzetli Yosun + knight_talisman: Şövalye Tılsımı + lava_crystal: Ateşli Durum lava_generator: Lav Jeneratörü + lava_talisman: Lavda Yürüyen Tılsımı + lightning_rune: Yıldırım Rünü + lumber_axe: Kereste Baltası + lumps: Yumrular ve Büyü + magical_book_cover: Sihirli Kitap Eşleme + magic_eye_of_ender: Sihirli Ender Gözü + magician_talisman: Sihirbaz Tılsımı + magic_sugar: Sihirli Şeker + magic_workbench: Sihirli Üretim Masası + magnesium_generator: Magnezyum Elektriği + magnet: Manyetik Metaller + meat_jerky: Yağsız Et + miner_talisman: Madenci Tılsımı + misc_power_items: Güçle ilgili önemli eşyalar + monster_jerky: Yağsız Yaratık Eti + more_enhanced_furnaces: Daha İyi Fırınlar + multimeter: Elektrik Ölçümü + multitools: Çoklu Aletler + nether_gold_pan: Nether Altın Tavası + nether_ice: Nether Buzu Soğutucu nether_star_reactor: Nether Yıldız Reaktörü - automatic_ignition_chamber: Otomatik Ateşleme Odası - copper_wire: İnceltilmiş İletkenlik - auto_drier: Kuru Bir Gün - diet_cookie: Diyet Kurabiyesi + nickel_and_cobalt: Daha fazla Maden + night_vision_googles: Gece Görüş Gözlüğü + nuclear_reactor: Nükleer Enerji Santrali + oil: Petrol + ore_crusher: Maden Katlama + ore_washer: Maden Yıkayıcı + organic_fertilizer: Organik Gübreleme + organic_food: Organik Yemek + output_chest: Temel Makine Çıkış Sandığı + parachute: Paraşüt + pickaxe_of_containment: Kapsama Kazması + pickaxe_of_the_seeker: Arayıcının Kazması + pickaxe_of_vein_mining: Damar Madenciliği Kazması + plastic_sheet: Plastik + portable_crafter: Portatif Üretim Masası + portable_dustbin: Portatif Çöp Kovası + pressure_chamber: Basınç Odası + programmable_androids: Programlanabilir Androidler + radiant_backpack: Göz Alıcı Sırt Çantası + rainbow_blocks: Gökkuşağı Blokları + reactor_access_port: Reaktör Etkileşimi + reactor_essentials: Reaktör Temelleri + redstone_alloy: Kızıltaş Alaşımı + reinforced_alloy: Güçlendirilmiş Alaşım + reinforced_armor: Güçlendirilmiş Zırh + reinforced_furnace: Güçlendirilmiş Fırın + repaired_spawner: Çağırıcı Tamiratı + scroll_of_dimensional_teleposition: Bir şeyleri etrafında çevirmek + seismic_axe: Sismik Balta + silicon: Silikon Vadisi + slime_armor: Balçık Zırhı + slimefun_metals: Yeni Metaller + slime_steel_armor: Çelik Balçık Zırhı + smelters_pickaxe: Demircinin Kazması + smeltery: Dökümhane + solar_generators: Güneş Enerjisi Elektrik Santrali + solar_panel_and_helmet: Güneş Enerjisi + soulbound_rune: Ruh Bağı Rünü + special_bows: Robin Hood + special_elytras: Özel Elytralar + special_runes: Mor Rünler + steel: Çelik Çağı + steel_plate: Çelik Kaplama + steel_thruster: Çelik İtici + storm_staff: Fırtına Asası + sword_of_beheading: Baş Kesme Kılıcı + synthetic_diamond: Sentetik Elmaslar + synthetic_emerald: Sahte Mücevher + synthetic_sapphire: Sentetik Safirler + table_saw: Masa Testeresi + teleporter: Işınlayıcı Temel Bileşenleri + teleporter_activation_plates: Işınlayıcı Etkinleştirmesi + tome_of_knowledge_sharing: Arkadaşlarla paylaşma totem_of_undying: Ölümsüzlük Totemi - charging_bench: Şarj Tezgahı - electric_press: Elektrikli Pres + trash_can: Çöp + traveller_talisman: Gezgin Tılsımı + uranium: Radyoaktif + walking_sticks: Bastonlar + warrior_talisman: Savaşçı Tılsımı + water_staff: Su Asası + water_talisman: Suda Nefes Alan Tılsımı + whirlwind_talisman: Kasırga Tılsımı + wind_staff: Rüzgar Asası + wither_assembler: Otomatik Wither Öldürücü + wither_proof_glass: Wither-Geçirmez Cam + wither_proof_obsidian: Wither-Geçirmez Obsidyen + wizard_talisman: Büyücü Tılsımı + woven_backpack: Dokuma Sırt Çantası + xp_collector: XP Toplayıcı + makeshift_smeltery: Doğaçlama Dökümhane + tree_growth_accelerator: Daha Hızlı Ağaçlar