diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b7a95bc..8b8acaa53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,8 @@ #### Additions * Added GEOResourceGenerationEvent * Added SlimefunGuide-Options API -* Added 1.13 backwards compatibility +* Added ItemSettings API +* Added experimental 1.13 backwards compatibility #### Changes diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 26c2ecdcb..c3ef3db18 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -49,6 +49,7 @@
  • BackpackListener
  • BackupService
  • Bandage
  • +
  • BasicCircuitBoard
  • BioGenerator
  • BirthdayCake
  • BlockBreakHandler
  • @@ -177,6 +178,7 @@
  • ItemManipulationEvent
  • ItemPickupListener
  • ItemRestriction
  • +
  • ItemSetting
  • ItemState
  • ItemTransportFlow
  • ItemUseHandler
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 5cb5d511c..ba39bd637 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Slimefun4 - Javadocs) - + @@ -49,6 +49,7 @@
  • BackpackListener
  • BackupService
  • Bandage
  • +
  • BasicCircuitBoard
  • BioGenerator
  • BirthdayCake
  • BlockBreakHandler
  • @@ -177,6 +178,7 @@
  • ItemManipulationEvent
  • ItemPickupListener
  • ItemRestriction
  • +
  • ItemSetting
  • ItemState
  • ItemTransportFlow
  • ItemUseHandler
  • diff --git a/docs/constant-values.html b/docs/constant-values.html index 5efa680a4..48e3a0aa9 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 99f5ca70f..a4f6ef25f 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Slimefun4 - Javadocs) - + @@ -125,7 +125,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); me.mrCookieSlime.Slimefun.api.GuideHandler -
    Some day in the future we will simply allow to override the "opening" method of a Category instead.
    +
    Soon we will simply allow to override the "opening" method of a Category instead.
    @@ -202,29 +202,41 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry.getGuideHandlers() + +
    The GuideHandler API is deprecated. It will soon be removed.
    + me.mrCookieSlime.Slimefun.api.Slimefun.getGuideHandlers(int) + +
    The GuideHandler API is deprecated. It will soon be removed.
    + -me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.inject(Block) +me.mrCookieSlime.Slimefun.api.Slimefun.getItemValue(String, String) + +
    Please use the ItemSetting API instead.
    + +me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.inject(Block) + + me.mrCookieSlime.Slimefun.Setup.SlimefunManager.isItemSimilar(ItemStack, ItemStack, boolean)
    Use SlimefunUtils.isItemSimilar(ItemStack, ItemStack, boolean) instead
    - + me.mrCookieSlime.Slimefun.Setup.SlimefunManager.isItemSoulbound(ItemStack)
    Use SlimefunUtils.isSoulbound(ItemStack) instead.
    - + me.mrCookieSlime.Slimefun.Objects.SlimefunItem.interfaces.InventoryBlock.pushItems(Block, ItemStack...) - + me.mrCookieSlime.Slimefun.api.Slimefun.registerGuideHandler(GuideHandler) diff --git a/docs/help-doc.html b/docs/help-doc.html index eda425ba2..52023a633 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 8883d009c..e35b88d8a 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,10 +2,10 @@ - + Index (Slimefun4 - Javadocs) - + @@ -165,13 +165,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    addItem(int, ItemStack) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
     
    addItemHandler(ItemHandler...) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    +
    +
    This method will add any given ItemHandler to this SlimefunItem.
    +
    addItems(SlimefunItem...) - Method in class me.mrCookieSlime.Slimefun.Objects.Research
    Bind the specified Slimefun items to this Research.
    addItems(Block, ItemStack...) - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.androids.ProgrammableAndroid
     
    +
    addItemSetting(ItemSetting<?>...) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    +
    +
    This method will add any given ItemSetting to this SlimefunItem.
    +
    addLanguage(String, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
     
    addLanguage(String, String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
    @@ -435,6 +441,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    BASIC_CIRCUIT_BOARD - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    +
    BasicCircuitBoard - Class in io.github.thebusybiscuit.slimefun4.implementation.items.electric
    +
     
    +
    BasicCircuitBoard(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.BasicCircuitBoard
    +
     
    BATTERY - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    BEEF_JERKY - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
    @@ -529,7 +539,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    BlockPlacer - Class in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
     
    -
    BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer
    +
    BlockPlacer(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer
     
    BlockStorage - Class in me.mrCookieSlime.Slimefun.api
     
    @@ -728,8 +738,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.ChargableItem
     
    -
    ChargableItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.ChargableItem
    -
     
    chargeInventory(Player, float) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ItemEnergy
     
    chargeItem(ItemStack, float) - Static method in class me.mrCookieSlime.Slimefun.api.energy.ItemEnergy
    @@ -842,9 +850,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    clone() - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
     
    -
    clone(BlockMenu) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    -
     
    -
    clone(UniversalBlockMenu) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    +
    clone(DirtyChestMenu) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
     
    close() - Method in class me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu
     
    @@ -1116,7 +1122,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    DispenserListener(SlimefunPlugin) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.listeners.DispenserListener
     
    display() - Method in class io.github.thebusybiscuit.slimefun4.api.network.Network
    -
     
    +
    +
    This method runs the network visualizer which displays a Particle on + every Location that this Network can connect to.
    +
    displayItem(PlayerProfile, SlimefunItem, boolean) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    displayItem(PlayerProfile, SlimefunItem, boolean) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    @@ -1427,13 +1436,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    ExplosivePickaxe - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
     
    -
    ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosivePickaxe
    +
    ExplosivePickaxe(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosivePickaxe
     
    ExplosiveShovel - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
    The ExplosiveShovel works similar to the ExplosivePickaxe.
    -
    ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveShovel
    +
    ExplosiveShovel(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveShovel
     
    extraTick(Location) - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors.NetherStarReactor
     
    @@ -1791,6 +1800,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getChargeableBlocks() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    getChargeAmount() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.SolarHelmet
    +
     
    getChunkInfo(World, int, int) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
     
    getChunkInfo(World, int, int, String) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
    @@ -1875,6 +1886,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Returns the default supply of this resource in that biome
    +
    getDefaultValue() - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This returns the default value of this ItemSetting.
    +
    getDescription() - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
     
    getDescription(CommandSender) - Method in class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
    @@ -1929,8 +1944,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
     
    -
    getDisplayRecipes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    -
     
    getDisplayRecipes() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
     
    getDisplayRecipes() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
    @@ -2051,17 +2064,25 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method returns the GitHubService of Slimefun.
    +
    getGoldPanDrops() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
    +
     
    +
    getGoldPanDrops() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    +
     
    getGPSNetwork() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
     
    getGrapplingHookListener() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
     
    getGuideHandlers() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
    -
    Deprecated.
    +
    Deprecated. +
    The GuideHandler API is deprecated. It will soon be removed.
    +
    getGuideHandlers(int) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    -
    Deprecated.
    +
    Deprecated. +
    The GuideHandler API is deprecated. It will soon be removed.
    +
    getGuideHistory() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile
     
    @@ -2110,7 +2131,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getID() - Method in class io.github.thebusybiscuit.slimefun4.api.player.PlayerBackpack
     
    getID() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    -
     
    +
    +
    This returns the id of the associated SlimefunItem.
    +
    getID() - Method in class me.mrCookieSlime.Slimefun.Objects.Research
    Gets the ID of this Research.
    @@ -2151,6 +2174,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getInput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.altar.AltarRecipe
     
    +
    getInput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
    +
     
    +
    getInput() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    +
     
    getInput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineFuel
     
    getInput() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
    @@ -2291,7 +2318,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This ItemStack is used for display-purposes in the GEO Scanner.
    getItem() - Method in class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece
    -
     
    +
    +
    Returns the SlimefunArmorPiece that corresponds to this HashedArmorpiece, + or an empty Optional
    +
    getItem() - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    Returns the ItemStack representation for this SlimefunGuideImplementation.
    @@ -2428,8 +2458,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.LumberAxe
     
    -
    getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    -
     
    getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PickaxeOfContainment
     
    getItemHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.PickaxeOfTheSeeker
    @@ -2463,13 +2491,24 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    Returns all instances of SlimefunItem bound to this Category.
    +
    getItemSetting(String, Class<T>) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    +
    +
    This method returns an Optional holding an ItemSetting with the given + key and data type.
    +
    +
    getItemSettings() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    +
    +
    This returns a Set containing all instances of ItemSetting for this SlimefunItem.
    +
    getItemTextureService() - Static method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
     
    getItemUseHandler() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.MultiTool
     
    getItemValue(String, String) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    -
    Returns the value associated to this key for the SlimefunItem corresponding to this id.
    +
    Deprecated. +
    Please use the ItemSetting API instead.
    +
    getJavaPlugin() - Method in interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
    @@ -2478,6 +2517,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    getJavaPlugin() - Method in class me.mrCookieSlime.Slimefun.SlimefunPlugin
     
    +
    getKey() - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This returns the key of this ItemSetting.
    +
    getKey() - Method in class io.github.thebusybiscuit.slimefun4.api.player.StatusEffect
     
    getKey() - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
    @@ -2500,8 +2543,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
     
    -
    getLabelLocalPath() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    -
     
    getLanguage(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
    This method attempts to return the Language with the given @@ -2654,8 +2695,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getModelData(String) - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
     
    -
    getModes() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.MultiTool
    -
     
    getMonth() - Method in class io.github.thebusybiscuit.slimefun4.core.categories.SeasonalCategory
    This method returns the Month in which this SeasonalCategory will appear.
    @@ -3035,6 +3074,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    getSlimefunItem() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
     
    +
    getSlimefunItem() - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    +
    +
    This returns the SlimefunItem associated with this BlockMenuPreset.
    +
    getSlimefunItemIds() - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    getSlotsAccessedByItemTransport(DirtyChestMenu, ItemTransportFlow, ItemStack) - Method in class me.mrCookieSlime.Slimefun.api.inventory.BlockMenuPreset
    @@ -3172,6 +3215,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This returns the amount that will be generated of this GEOResource.
    +
    getValue() - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This returns the current value of this ItemSetting.
    +
    getValue(String) - Method in class me.mrCookieSlime.Slimefun.api.BlockInfoConfig
     
    getVersion() - Method in class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService
    @@ -3228,7 +3275,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    GLOWSTONE_LEGGINGS - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    -
    goBack(SlimefunGuideImplementation, boolean) - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    +
    goBack(SlimefunGuideImplementation) - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    This method opens the previous entry to the associated PlayerProfile.
    @@ -3273,7 +3320,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    GOLDEN_APPLE_JUICE - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    GoldPan - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
    -
     
    +
    +
    A GoldPan is a SlimefunItem which allows you to obtain various + resources from Gravel.
    +
    GoldPan(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
     
    GOOD - io.github.thebusybiscuit.slimefun4.core.attributes.MachineTier
    @@ -3328,7 +3378,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    GrapplingHook - Class in io.github.thebusybiscuit.slimefun4.implementation.items.tools
     
    -
    GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GrapplingHook
    +
    GrapplingHook(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GrapplingHook
     
    GrapplingHookListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
     
    @@ -3345,7 +3395,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    GuideHandler - Interface in me.mrCookieSlime.Slimefun.api
    Deprecated. -
    Some day in the future we will simply allow to override the "opening" method of a Category instead.
    +
    Soon we will simply allow to override the "opening" method of a Category instead.
    GuideHistory - Class in io.github.thebusybiscuit.slimefun4.core.guide
    @@ -3399,7 +3449,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); SlimefunAddon.
    hasDiverged(ItemStack) - Method in class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece
    -
     
    +
    +
    This method checks whether the given ItemStack is no longer similar to the + one represented by this HashedArmorpiece.
    +
    hasFireworksEnabled(Player) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideSettings
     
    HASH - Static variable in class io.github.thebusybiscuit.slimefun4.utils.PatternUtils
    @@ -3407,9 +3460,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    hashCode() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
     
    HashedArmorpiece - Class in io.github.thebusybiscuit.slimefun4.api.items
    -
     
    +
    +
    This class serves as a way of checking whether a Player has changed their armor + between ticks.
    +
    HashedArmorpiece() - Constructor for class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece
    -
     
    +
    +
    This initializes a new HashedArmorpiece with no SlimefunArmorPiece + and a zero hash.
    +
    hasInventory(Block) - Static method in class me.mrCookieSlime.Slimefun.api.BlockStorage
     
    hasInventory(Location) - Method in class me.mrCookieSlime.Slimefun.api.BlockStorage
    @@ -3862,6 +3921,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This returns whether or not this SlimefunItem is allowed to be used in an AutoDisenchanter.
    +
    isDroppedFromGolems() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.BasicCircuitBoard
    +
     
    isEmeraldEnchantsInstalled() - Method in class io.github.thebusybiscuit.slimefun4.core.services.plugins.ThirdPartyPluginService
     
    isEnabled() - Method in class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
    @@ -3974,6 +4035,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This method checks whether the given ItemStack is considered Soulbound.
    +
    isSurvivalMode() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.CheatSheetSlimefunGuide
    +
     
    +
    isSurvivalMode() - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
    +
     
    isSymmetric() - Method in class io.github.thebusybiscuit.slimefun4.core.MultiBlock
    This returns whether this MultiBlock is a symmetric structure or whether @@ -4046,6 +4111,15 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    items - Variable in class me.mrCookieSlime.Slimefun.Objects.Category
     
    +
    ItemSetting<T> - Class in io.github.thebusybiscuit.slimefun4.api.items
    +
    +
    This class represents a Setting for a SlimefunItem that can be modified via + the Items.yml Config file.
    +
    +
    ItemSetting(String, T) - Constructor for class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This creates a new ItemSetting with the given key and default value
    +
    ItemState - Enum in me.mrCookieSlime.Slimefun.Objects.SlimefunItem
    Defines whether a SlimefunItem is enabled, disabled or fall-back to its vanilla behavior.
    @@ -4173,6 +4247,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    load(Config) - Method in class io.github.thebusybiscuit.slimefun4.core.SlimefunRegistry
     
    +
    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
    @@ -4488,8 +4567,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.MultiBlockMachine
     
    -
    MultiBlockMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace, String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.MultiBlockMachine
    -
     
    Multimeter - Class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
     
    Multimeter(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.Multimeter
    @@ -4859,13 +4936,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    openBackpack(Player, ItemStack, SlimefunBackpack) - Method in class io.github.thebusybiscuit.slimefun4.implementation.listeners.BackpackListener
     
    -
    openCategory(PlayerProfile, Category, boolean, int) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    +
    openCategory(PlayerProfile, Category, int) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
     
    -
    openCategory(PlayerProfile, Category, boolean, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
    +
    openCategory(PlayerProfile, Category, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
     
    -
    openCategory(PlayerProfile, Category, boolean, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
    +
    openCategory(PlayerProfile, Category, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
     
    -
    openCategory(PlayerProfile, Category, SlimefunGuideLayout, boolean, int) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
    +
    openCategory(PlayerProfile, Category, SlimefunGuideLayout, int) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    openCheatMenu(Player) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    @@ -4875,27 +4952,27 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    openGuide(Player, ItemStack) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    -
    openLastEntry(SlimefunGuideImplementation, boolean) - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    +
    openLastEntry(SlimefunGuideImplementation) - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    This method opens the last opened entry to the associated PlayerProfile of this GuideHistory.
    -
    openMainMenu(PlayerProfile, boolean, int) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    +
    openMainMenu(PlayerProfile, int) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
     
    -
    openMainMenu(PlayerProfile, boolean, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
    +
    openMainMenu(PlayerProfile, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
     
    -
    openMainMenu(PlayerProfile, boolean, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
    +
    openMainMenu(PlayerProfile, int) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
     
    -
    openMainMenu(PlayerProfile, SlimefunGuideLayout, boolean, int) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
    +
    openMainMenu(PlayerProfile, SlimefunGuideLayout, int) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
    +
     
    +
    openSearch(PlayerProfile, String, boolean) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    +
     
    +
    openSearch(PlayerProfile, String, boolean) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
    +
     
    +
    openSearch(PlayerProfile, String, boolean) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
     
    openSearch(PlayerProfile, String, boolean, boolean) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuide
     
    -
    openSearch(PlayerProfile, String, boolean, boolean) - Method in interface io.github.thebusybiscuit.slimefun4.core.guide.SlimefunGuideImplementation
    -
     
    -
    openSearch(PlayerProfile, String, boolean, boolean) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.BookSlimefunGuide
    -
     
    -
    openSearch(PlayerProfile, String, boolean, boolean) - Method in class io.github.thebusybiscuit.slimefun4.implementation.guide.ChestSlimefunGuide
    -
     
    openSettings(Player, ItemStack) - Static method in class io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideSettings
     
    openTeleporterGUI(Player, UUID, Block, int) - Method in class io.github.thebusybiscuit.slimefun4.api.gps.TeleportationManager
    @@ -5042,32 +5119,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    PortableGEOScanner(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.geo.PortableGEOScanner
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.blocks.BlockPlacer
    -
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.MultiTool
    -
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.ElectricGoldPan
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.food.MeatJerky
    -
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.AutomatedPanningMachine
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.Smeltery
    -
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosivePickaxe
    -
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveShovel
    -
     
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GrapplingHook
    -
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.NetherGoldPan
    -
     
    -
    postRegister() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.SwordOfBeheading
    -
     
    postRegister() - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    This method is called after SlimefunItem.register(SlimefunAddon).
    @@ -5441,6 +5500,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    registerRecipe(int, ItemStack[], ItemStack[]) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
     
    +
    registerRecipe(int, ItemStack, ItemStack) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
    +
     
    registerRecipe(MachineRecipe) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
     
    registerResearch(Research, ItemStack...) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    @@ -5699,16 +5760,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    setItemMeta(ItemMeta) - Method in class me.mrCookieSlime.Slimefun.api.SlimefunItemStack
     
    -
    setItemVariable(String, String, Object) - Static method in class me.mrCookieSlime.Slimefun.api.Slimefun
    -
    -
    Sets a default value associated to this key for the SlimefunItem corresponding to this id.
    -
    setMessages(FileConfiguration) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
     
    setRecipe(ItemStack[]) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
     
    setRecipeOutput(ItemStack) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    +
    +
    This method will set the result of crafting this SlimefunItem.
    +
    setRecipeType(RecipeType) - Method in class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
     
    setRecipeTypes(FileConfiguration) - Method in class io.github.thebusybiscuit.slimefun4.core.services.localization.Language
    @@ -5786,8 +5845,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem
     
    -
    SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem
    -
     
    SimpleSlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem
     
    size() - Method in class io.github.thebusybiscuit.slimefun4.core.guide.GuideHistory
    @@ -5896,14 +5953,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    This creates a new SlimefunItem from the given arguments.
    -
    SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    This creates a new SlimefunItem from the given arguments.
    -
    SlimefunItem(Category, SlimefunItemStack, RecipeType, ItemStack[], ItemStack, String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
    -
     
    SlimefunItem(Category, ItemStack, String, RecipeType, ItemStack[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem
     
    SlimefunItemConsumeListener - Class in io.github.thebusybiscuit.slimefun4.implementation.listeners
    @@ -5955,8 +6008,6 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
     
    -
    SlimefunMachine(Category, SlimefunItemStack, ItemStack[], ItemStack[], BlockFace, String[], Object[]) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
    -
     
    SlimefunMachine(Category, ItemStack, String, ItemStack[], ItemStack[], BlockFace) - Constructor for class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunMachine
    Deprecated.
    @@ -6022,7 +6073,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    SolarHelmet - Class in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
     
    -
    SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.SolarHelmet
    +
    SolarHelmet(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets.SolarHelmet
     
    SOLDER_INGOT - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    @@ -6180,7 +6231,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
     
    SwordOfBeheading - Class in io.github.thebusybiscuit.slimefun4.implementation.items.weapons
     
    -
    SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[], String[], Object[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.SwordOfBeheading
    +
    SwordOfBeheading(Category, SlimefunItemStack, RecipeType, ItemStack[]) - Constructor for class io.github.thebusybiscuit.slimefun4.implementation.items.weapons.SwordOfBeheading
     
    SYNTHETIC_DIAMOND - Static variable in class me.mrCookieSlime.Slimefun.Lists.SlimefunItems
     
    @@ -6470,11 +6521,20 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    update(Block, String) - Static method in class io.github.thebusybiscuit.slimefun4.utils.holograms.SimpleHologram
     
    update(ItemStack, SlimefunItem) - Method in class io.github.thebusybiscuit.slimefun4.api.items.HashedArmorpiece
    -
     
    +
    +
    This will update this HashedArmorpiece with the given ItemStack + and the corresponding SlimefunItem
    +
    update(Location, String) - Static method in class io.github.thebusybiscuit.slimefun4.utils.holograms.ReactorHologram
     
    +
    update(T) - Method in class io.github.thebusybiscuit.slimefun4.api.items.ItemSetting
    +
    +
    This method updates this ItemSetting with the given value.
    +
    updateProgressbar(ChestMenu, int, int, int, ItemStack) - Static method in class io.github.thebusybiscuit.slimefun4.utils.ChestMenuUtils
     
    +
    updateRandomizer() - Method in class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
    +
     
    UpdaterService - Class in io.github.thebusybiscuit.slimefun4.core.services
    This Class represents our Updater Service.
    diff --git a/docs/index.html b/docs/index.html index db607032c..84a20a1b5 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 3a4a3221a..3505862e7 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 da34d10c7..746334322 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 5c16778c6..223effe98 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 00887e398..1982dcd53 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 5b3471ec7..4d092980c 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 43b6fce2a..a13af2e55 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 e8c0280df..42adbf17d 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) - + 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 6f1bfa7a1..3fba9fbd8 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 c4f4990fd..b8daa4005 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 5d78035f7..49becba3c 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 3338293a8..5111d7661 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 23864f167..61bb50e5e 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 d2b0390b9..ac0259d78 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 46a82b9f3..6245f64c6 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 ac8b30c6a..74c956798 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 3eced915b..e5b60dd84 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 bbb7ce1f7..608450f8d 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 30cada4d6..486de410e 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 a6af765c1..f5f6065c7 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 b2c038c09..b37913d66 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 0e8cf944e..d7b00528a 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 839a33f7e..f196ea028 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 9794c78ae..22f4f609b 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 d20a74782..c82dca85b 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 d21ad5ffc..dca4c08b0 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 eb4bd0cd0..f454f8f21 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 272aa4f6b..1cee5ed98 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 da1883421..344c8c2d2 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 f75172b35..0270eada0 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) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html index 331b53eea..b8502e17d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/UnregisteredItemException.html @@ -2,10 +2,10 @@ - + UnregisteredItemException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IdConflictException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IdConflictException.html index bd45f6616..77092429d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IdConflictException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IdConflictException.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.IdConflictException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IncompatibleItemHandlerException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IncompatibleItemHandlerException.html index a5c67d95a..659129529 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IncompatibleItemHandlerException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/IncompatibleItemHandlerException.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.IncompatibleItemHandlerException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/MissingDependencyException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/MissingDependencyException.html index 0207c9fbd..e3af39601 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/MissingDependencyException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/MissingDependencyException.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.MissingDependencyException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/UnregisteredItemException.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/UnregisteredItemException.html index 643881783..f07ca9433 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/UnregisteredItemException.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/class-use/UnregisteredItemException.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.api.exceptions.UnregisteredItemException (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-frame.html index 799ba97a5..90cb4d7e4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/api/exceptions/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.api.exceptions (Slimefun4 - Javadocs) - + 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 813f2c4e1..a4692b4b0 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) - + 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 eb37a9e8d..ae3913e3f 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) - + 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 2ebda268d..5ecf31b71 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 5ded32996..8b50bb10c 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 3a48a14c5..448cb2898 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 8e044bdec..55ae624a0 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 ea6277319..3ecda059a 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 55164c28b..5728d7320 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 2d19e52c3..43f2c1261 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 b2a7b9bc1..adf268a45 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 1ccdd1c99..f9572f204 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 915d4346e..2a104952e 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 990a3411f..834bb8b67 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 ac144af7b..56196b452 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 006fd3d96..613a10961 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 8e4266f4f..8881c62c6 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 08f2e235d..2bfdab068 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 6bac0abeb..edf767cca 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 83578ed73..40342ba3a 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 eed003740..7e0492f02 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) - + @@ -141,6 +141,19 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    public final class HashedArmorpiece
     extends Object
    +
    This class serves as a way of checking whether a Player has changed their armor + between ticks. We do that by storing the hash of their armor and a reference to the + corresponding SlimefunArmorPiece if such a correlation exists. + + This gives us a significant performance improvement as we only need to check for a + SlimefunArmorPiece if the item diverged in the first place.
    +
    +
    Author:
    +
    TheBusyBiscuit
    +
    See Also:
    +
    SlimefunArmorPiece, +ArmorTask
    +
    @@ -162,7 +175,10 @@ extends HashedArmorpiece​() -  + +
    This initializes a new HashedArmorpiece with no SlimefunArmorPiece + and a zero hash.
    + @@ -185,18 +201,27 @@ extends Optional<SlimefunArmorPiece> getItem​() -  + +
    Returns the SlimefunArmorPiece that corresponds to this HashedArmorpiece, + or an empty Optional
    + boolean hasDiverged​(ItemStack stack) -  + +
    This method checks whether the given ItemStack is no longer similar to the + one represented by this HashedArmorpiece.
    + void update​(ItemStack stack, SlimefunItem item) -  + +
    This will update this HashedArmorpiece with the given ItemStack + and the corresponding SlimefunItem
    + @@ -249,6 +276,13 @@ extends ItemStack stack, SlimefunItem item) +
    This will update this HashedArmorpiece with the given ItemStack + and the corresponding SlimefunItem
    +
    +
    Parameters:
    +
    stack - The new armorpiece to be stored in this HashedArmorpiece
    +
    item - The SlimefunItem corresponding to the provided ItemStack, may be null
    +
    @@ -258,6 +292,14 @@ extends

    hasDiverged

    public boolean hasDiverged​(ItemStack stack)
    +
    This method checks whether the given ItemStack is no longer similar to the + one represented by this HashedArmorpiece.
    +
    +
    Parameters:
    +
    stack - The ItemStack to compare
    +
    Returns:
    +
    Whether the HashedArmorpiece and the given ItemStack mismatch
    +
    @@ -267,6 +309,12 @@ extends

    getItem

    public Optional<SlimefunArmorPiece> getItem​()
    +
    Returns the SlimefunArmorPiece that corresponds to this HashedArmorpiece, + or an empty Optional
    +
    +
    Returns:
    +
    An Optional describing the result
    +
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html b/docs/io/github/thebusybiscuit/slimefun4/api/items/ItemRestriction.html index c5b2d51ca..802298c7e 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) - + @@ -62,7 +62,7 @@ var pathtoroot = "../../../../../../";loadScripts(document, 'script'); static void -SlimefunGuide.openCategory​(PlayerProfile profile, +SlimefunGuide.openCategory​(PlayerProfile profile, Category category, SlimefunGuideLayout layout, - boolean survival, int selectedPage)   @@ -227,9 +226,8 @@ the order they are declared. static void -SlimefunGuide.openMainMenu​(PlayerProfile profile, +SlimefunGuide.openMainMenu​(PlayerProfile profile, SlimefunGuideLayout layout, - boolean survival, int selectedPage)   diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html index dd7a69477..8248d8ae7 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideOption.html @@ -2,10 +2,10 @@ - + SlimefunGuideOption (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html index e5e561d6d..d3b961fc4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/SlimefunGuideSettings.html @@ -2,10 +2,10 @@ - + SlimefunGuideSettings (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideOption.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideOption.html index 7a25a9d17..95e5fee32 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideOption.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideOption.html @@ -2,10 +2,10 @@ - + Uses of Interface io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideOption (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideSettings.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideSettings.html index d2d8fbca4..eec4beff6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideSettings.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/class-use/SlimefunGuideSettings.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.guide.options.SlimefunGuideSettings (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-frame.html index ef4813919..3f54c8ead 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide.options (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-summary.html index 75c7464fe..8610a469b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide.options (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-tree.html index 584b98ded..0209761cd 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide.options Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-use.html index 8e768e759..b2699db24 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/options/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.guide.options (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-frame.html index dc87d33d6..76ad6b6c8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-summary.html index f06989663..d394a991f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-tree.html index e48c41284..b1c37f8ad 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.guide Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-use.html index bf06b4ad5..b83f41931 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/guide/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.guide (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.html index 19f1a463e..2c5fd500a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.html @@ -2,10 +2,10 @@ - + CargoNet (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/class-use/CargoNet.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/class-use/CargoNet.html index 2b86cb2ff..4b25fc45b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/class-use/CargoNet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/class-use/CargoNet.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.networks.cargo.CargoNet (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-frame.html index 4646f1d6a..1a5682481 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-summary.html index 1896fa4eb..88dc720eb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-tree.html index a7be832f1..54fd4a762 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.cargo Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-use.html index e805bec2e..1f7063d84 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/cargo/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.networks.cargo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNet.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNet.html index e2b70d89c..249c8779c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNet.html @@ -2,10 +2,10 @@ - + EnergyNet (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNetComponentType.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNetComponentType.html index 487b7e67e..5981e4a09 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNetComponentType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/EnergyNetComponentType.html @@ -2,10 +2,10 @@ - + EnergyNetComponentType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNet.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNet.html index dc5f57fe2..e52134a21 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNet.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNet.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNet (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNetComponentType.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNetComponentType.html index f3406720e..5d69310ad 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNetComponentType.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/class-use/EnergyNetComponentType.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.networks.energy.EnergyNetComponentType (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-frame.html index 2e9074654..892962a5c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.energy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-summary.html index de2542426..f0694b2c2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.energy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-tree.html index 0b11d6cd5..91b755af4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.networks.energy Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-use.html index e40e3184b..66f598ed4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/networks/energy/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.networks.energy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/package-frame.html index 169aa95c8..748837ebe 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/package-summary.html index fc6dac4d4..9d5786614 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/package-tree.html index e3f6c1cc5..5e3cd4adf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/package-use.html index b8966ea4b..ad105c402 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.html index 872a443f0..b368608af 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.html @@ -2,10 +2,10 @@ - + AutoSavingService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/BackupService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/BackupService.html index 203f20d6f..0fab71abc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/BackupService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/BackupService.html @@ -2,10 +2,10 @@ - + BackupService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/BlockDataService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/BlockDataService.html index 5fe456b2a..5bbfd6906 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/BlockDataService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/BlockDataService.html @@ -2,10 +2,10 @@ - + BlockDataService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.html index f8a46b0b0..fca598b4c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomItemDataService.html @@ -2,10 +2,10 @@ - + CustomItemDataService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html index 83b56ca76..9f3ace09b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/CustomTextureService.html @@ -2,10 +2,10 @@ - + CustomTextureService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html index e81e271e1..b26857268 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.html @@ -2,10 +2,10 @@ - + LocalizationService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html index 72c05add2..5b5dc809d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/MinecraftRecipeService.html @@ -2,10 +2,10 @@ - + MinecraftRecipeService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html index 74a7c1d93..1c00b1096 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/PermissionsService.html @@ -2,10 +2,10 @@ - + PermissionsService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html index 49473bc1e..5193da9e0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/UpdaterService.html @@ -2,10 +2,10 @@ - + UpdaterService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/AutoSavingService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/AutoSavingService.html index ebb3de32f..067cd831a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/AutoSavingService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/AutoSavingService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.AutoSavingService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BackupService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BackupService.html index a2b2b485d..c2c4afb53 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BackupService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BackupService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.BackupService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BlockDataService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BlockDataService.html index 98dbf7fb8..749c7e063 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BlockDataService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/BlockDataService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.BlockDataService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomItemDataService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomItemDataService.html index 0de439e02..811b5ab54 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomItemDataService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomItemDataService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.CustomItemDataService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomTextureService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomTextureService.html index 2e03c2612..df494ca97 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomTextureService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/CustomTextureService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.CustomTextureService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/LocalizationService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/LocalizationService.html index 22821e6bd..ccd2ac783 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/LocalizationService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/LocalizationService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.LocalizationService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/MinecraftRecipeService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/MinecraftRecipeService.html index 1046cb7c3..c93b30604 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/MinecraftRecipeService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/MinecraftRecipeService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.MinecraftRecipeService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/PermissionsService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/PermissionsService.html index aefa4e49b..9436e514e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/PermissionsService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/PermissionsService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.PermissionsService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/UpdaterService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/UpdaterService.html index 2c6b279f8..4792bbee4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/UpdaterService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/class-use/UpdaterService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.UpdaterService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/Contributor.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/Contributor.html index 2a9a40153..8a3aaa6cb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/Contributor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/Contributor.html @@ -2,10 +2,10 @@ - + Contributor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html index 741ab1eb9..3b374b84e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/GitHubService.html @@ -2,10 +2,10 @@ - + GitHubService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/Contributor.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/Contributor.html index a51e96ccf..269c646c8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/Contributor.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/Contributor.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.github.Contributor (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/GitHubService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/GitHubService.html index 3542d37ce..71b84c3c8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/GitHubService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/class-use/GitHubService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.github.GitHubService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-frame.html index 2eefc6c4d..b410e8ecc 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.github (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-summary.html index 9b01500bd..3ad590c3a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.github (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-tree.html index be4cad1ed..22f0e83fa 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.github Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-use.html index 172d93666..8efb439a2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/github/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.services.github (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html index 690965271..11d22a718 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Language.html @@ -2,10 +2,10 @@ - + Language (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html index 8b55b52e6..034fed7a9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/SlimefunLocalization.html @@ -2,10 +2,10 @@ - + SlimefunLocalization (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Translators.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Translators.html index 271e352e0..d342e95c3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Translators.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/Translators.html @@ -2,10 +2,10 @@ - + Translators (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Language.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Language.html index 671e4de42..73c043033 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Language.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Language.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.localization.Language (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/SlimefunLocalization.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/SlimefunLocalization.html index a44e03a28..81835ea9c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/SlimefunLocalization.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/SlimefunLocalization.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Translators.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Translators.html index d4d4d23bb..ac313ce05 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Translators.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/class-use/Translators.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.localization.Translators (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-frame.html index e0f6ee8b8..3d0cc19de 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.localization (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-summary.html index 7d50b06df..9a9a96d5f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.localization (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-tree.html index 812136de6..8ffd86ae3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.localization Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-use.html index f7e6355d8..4ffa19745 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/localization/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.services.localization (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.html index 16234e225..fd5205be1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.html @@ -2,10 +2,10 @@ - + MetricsService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/class-use/MetricsService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/class-use/MetricsService.html index 585621cae..66ffb3d9d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/class-use/MetricsService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/class-use/MetricsService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.metrics.MetricsService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-frame.html index f70d4495f..ab4d8315d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.metrics (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-summary.html index dda400468..731bcfa87 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.metrics (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-tree.html index fb197e7b4..3922fbfad 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.metrics Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-use.html index 312c214df..a8ad01eba 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/metrics/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.services.metrics (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-frame.html index 5023dbcb4..508dd5a23 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-summary.html index 4edf40cb9..4dd661277 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-tree.html index 86f2d8c46..f0eff6101 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-use.html index 7507aff45..e7169ff07 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.services (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html index 84642456d..d66206544 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/ThirdPartyPluginService.html @@ -2,10 +2,10 @@ - + ThirdPartyPluginService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/class-use/ThirdPartyPluginService.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/class-use/ThirdPartyPluginService.html index 2ea5c4ee1..f3c19cdc3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/class-use/ThirdPartyPluginService.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/class-use/ThirdPartyPluginService.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.core.services.plugins.ThirdPartyPluginService (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-frame.html index 56d4a5a99..c5df7f3a6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.plugins (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-summary.html index b0b525088..6b7a55a6a 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.plugins (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-tree.html index 6dcbe72fc..d451d8d74 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.core.services.plugins Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-use.html index cb0f32f13..84c426e66 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/core/services/plugins/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.core.services.plugins (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html index f8e1798ce..616e29a0f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.html @@ -2,10 +2,10 @@ - + BookSlimefunGuide (Slimefun4 - Javadocs) - + @@ -219,24 +219,21 @@ implements void -openCategory​(PlayerProfile profile, +openCategory​(PlayerProfile profile, Category category, - boolean survival, int page)   void -openMainMenu​(PlayerProfile profile, - boolean survival, +openMainMenu​(PlayerProfile profile, int page)   void -openSearch​(PlayerProfile profile, +openSearch​(PlayerProfile profile, String input, - boolean survival, boolean addToHistory)   @@ -320,22 +317,21 @@ implements + - + - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html index 947210bcf..0cb083300 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/guide/CheatSheetSlimefunGuide.html @@ -2,10 +2,10 @@ - + CheatSheetSlimefunGuide (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -199,13 +199,18 @@ extends SlimefunGuideLayout. + +protected boolean +isSurvivalMode​() +  + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/RadioactiveItem.html index eef7d58b0..7e20a1e8c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/VanillaItem.html index d2fbb3535..7bf56934f 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 612e0ba16..22d3208eb 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 eab2469cb..c5d52dc59 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 0ab590fb8..0c94495f2 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 a98ba76bb..f50217bbd 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 1f36bc8d7..f7f2338ec 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 3377017cd..9349d912e 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 771b84443..1660d5e14 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 fa178e250..bc7fcad3b 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 fff60d04c..ac220359c 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 4fc50b8e5..8cdbe0eb8 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 fc869886c..bb30f091a 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 24d3923d7..739016135 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 e9f6797cb..dc64b48f7 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 5cc39e38f..d372a6206 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 926a0f96e..c077b1c35 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 2f88c3b62..ef301d7b0 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 971d0cf25..58c58f0d1 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 d38317f16..b79fe8df6 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 95616fe55..042355c7f 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 b7b19f66f..43505706c 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 ab9086b22..037508d62 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 b57b03b69..bd67d57f6 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 191568ad0..fa60d696d 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 d0b95217e..a1d9e5906 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 bf20a95cc..ea027d757 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 d7141a7c3..819417bb0 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 28b296cb9..24c25714d 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 f4cf8d7f9..a5021fe60 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 32cc3e4c3..2d2d2b0f1 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 2e4b469d1..c792761bb 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 14fc9f223..4b3fc05a8 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 0a30c86de..62b0578c8 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 45f8302b5..ff2a9de9c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 5a11262d5..162bd3102 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 31083514d..ff04a112f 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 c18bab586..7271e7db4 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) - + @@ -137,7 +137,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); Optional<SlimefunArmorPiece> HashedArmorpiece.getItem​() -  + +
    Returns the SlimefunArmorPiece that corresponds to this HashedArmorpiece, + or an empty Optional
    + 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 d1968c375..c58d7e5fc 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 9765c3aeb..cefccb1fb 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 ecb03f7b9..a51a360c6 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 52c601881..e19a1b970 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) - + 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 ce67810d8..15365ccaf 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) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10}; +var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -192,12 +192,10 @@ extends Description -BlockPlacer​(Category category, +BlockPlacer​(Category category, SlimefunItemStack item, RecipeType recipeType, - ItemStack[] recipe, - String[] keys, - Object[] values) + ItemStack[] recipe)   @@ -225,13 +223,6 @@ extends This returns the ItemHandler that will be added to this SlimefunItem. - -void -postRegister​() - -
    This method is called after SlimefunItem.register(SlimefunAddon).
    - - @@ -277,7 +268,7 @@ extends + @@ -304,7 +293,7 @@ extends - 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 d6da73d99..26b74f11c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 38771443c..1155d7b72 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 ab972edd4..95838d4a1 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 88c2fa788..2681620e0 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 0c0b20847..d76640908 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 fd5e3d2cd..0d3cf7bf3 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 d674e9127..2b04bd0e2 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 66f1b85a1..eaf8d1593 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 67567ed31..0f4e06fdb 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 0a9df5f26..66c3c3415 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 53aeed106..2a2f91c35 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 c2d7fdf54..4a1a1947d 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 1877f5181..dec66698d 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 35662f4cb..4ffb3b5ea 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 cfdd9d654..9a7706d79 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 2937a1c20..f8c450d82 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 00546327a..352c19b28 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 09f4b19ec..8c5cef0a0 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 b4c4a565e..3a6c9662c 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 ce5156cd1..acba2de00 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 2831433b9..e1ed89286 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 714daa58b..1c25834e3 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 3fe49cafe..f5891fa5c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 9b2a3d976..fb867c653 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 59d289876..ecba96942 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 c304af750..853630834 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 6d7b8b9a5..2be8a28f9 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 83cbd6e2d..31c3904e5 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 b053a102d..a5b920083 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 26b97cc11..991c80b68 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 ea2d41293..4ef3cac78 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 974f33d4e..a1e10125b 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 91f061b4e..a0b62989d 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 6087787b2..f53d84910 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 0955bd11a..1734a8b35 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 e589c7cf5..ee0f3ef8f 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 44611d206..1734be425 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 2373165f9..461b6a513 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 1e8c0debe..c7e6d58c1 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 da5d3eafe..f2844b6fb 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 f68f4bc08..910a12152 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 new file mode 100644 index 000000000..7843d4198 --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/electric/BasicCircuitBoard.html @@ -0,0 +1,368 @@ + + + + + +BasicCircuitBoard (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    + +
    + +
    + +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      Placeable
      +
      +
      +
      +
      public class BasicCircuitBoard
      +extends SlimefunItem
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
      + +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          isDroppedFromGolems

          +
          public boolean isDroppedFromGolems​()
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + 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 3601f0032..20a901fe2 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) - + @@ -61,7 +61,7 @@ var pathtoroot = "../../../../../../../";loadScripts(document, 'script'); @@ -181,12 +187,10 @@ extends Description -SolarHelmet​(Category category, +SolarHelmet​(Category category, SlimefunItemStack item, RecipeType recipeType, - ItemStack[] recipe, - String[] keys, - Object[] values) + ItemStack[] recipe)   @@ -200,6 +204,19 @@ extends +All Methods Instance Methods Concrete Methods  + +Modifier and Type +Method +Description + + +float +getChargeAmount​() +  + + @@ -237,7 +254,7 @@ extends + + + + + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getChargeAmount

        +
        public float getChargeAmount​()
    • @@ -314,13 +348,13 @@ extends Field | 
    • Constr | 
    • -
    • Method
    • +
    • Method
    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 f9fbd98db..907ccc748 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 7e94ada14..30f3520ff 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 8f2f3a20a..7ec9e344f 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 dfcad8eac..92b838c8e 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 896fa662b..844d80241 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 3b551173d..92a1b4458 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 748cc0794..eecf11834 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 72dcabc89..7677cd8a2 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 082ef12c4..468223947 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 df4394466..9027f325d 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 36d702f18..c76aac8bc 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 8655f31f4..5732e5e3c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 768bfe084..c8dbebe44 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 8b97d835f..8eae3407f 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 a1274c5d3..5495a76dc 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 299fd4a0d..055604ce8 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 5ee7be104..4f200bfc9 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 50997071c..021730d15 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 27cfe0fa2..76f7335ac 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 af251f758..f5c518f58 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 7bee7c5ce..cdec8307f 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 2be6876c3..7bd83c490 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 7bf03b96d..76bde922e 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 398bf3d70..2af043d46 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 5e6f817a6..7330bc645 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 3a2262d40..0ecd6e3e7 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 eebe0ff3e..d0aae6c72 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) - + @@ -270,7 +270,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 4fce0d37a..d6cc958b7 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 524f94c1f..b9ab09a54 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) - + @@ -279,7 +279,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 d9c0a28e7..ad0f76df9 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) - + @@ -294,7 +294,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 aa0697d8b..e45ec0fa5 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) - + @@ -279,7 +279,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 120383d15..865c4f282 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 91655e10e..d44e85b6c 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) - + @@ -261,7 +261,7 @@ implements AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 1e2f70889..921413a96 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) - + @@ -279,7 +279,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 cb6341e7c..ae7e81a5c 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 351e9296d..199944af4 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) - + @@ -272,7 +272,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 1fa14a2cb..80f695067 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) - + @@ -260,7 +260,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 4bd0a9df9..c5ac9d062 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) - + @@ -280,7 +280,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 3b99384da..dd2fb8c06 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) - + @@ -254,7 +254,7 @@ implements AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe, tick 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 769cc5ea8..5eaf63c9f 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) - + @@ -290,7 +290,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, tick +constructMenu, getEnergyComponentType, getInputSlots, getOutputSlots, getProcessing, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe, tick 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 124e6223a..8ef659493 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) - + @@ -254,7 +254,7 @@ implements AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe, tick 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 c6592783d..b1f7cefef 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) - + @@ -261,7 +261,7 @@ implements AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 dfd4bf364..f2e7c110b 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) - + @@ -274,7 +274,7 @@ extends AContainer -getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, tick +getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe, tick 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 af4fc2d6a..61d5bb4e9 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) - + @@ -260,7 +260,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 19aa08a76..044fce210 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 df8e79ce3..829b8621b 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 93005e602..9065ae833 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) - + @@ -261,7 +261,7 @@ implements AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 0a2febba2..9f3b0d7a9 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) - + @@ -260,7 +260,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 39f28abfb..193dfe137 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) - + @@ -275,7 +275,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, tick +constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerRecipe, registerRecipe, registerRecipe, tick 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 27354e455..34498672c 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) - + @@ -288,7 +288,7 @@ extends AContainer -constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, registerRecipe, registerRecipe +constructMenu, getDisplayRecipes, getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, registerRecipe, registerRecipe, registerRecipe 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 b7a8cdfd1..da1b7ea21 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) - + @@ -266,7 +266,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 c2d208aef..3d303aebb 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 74f0d68b2..ac36ce593 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 f3e45497a..b1b5c53ce 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 911551f52..453fe6f02 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 a12717fbe..5c9468d4f 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 42abd151f..9c355176d 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 91f9ab18f..ec9b7a17b 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 9e251931b..e63c1a7f9 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 566d8ad59..d40bed881 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 77fb5da09..014352501 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 ae010ec11..ce98393d9 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 fb62d010c..d781eff12 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 25285eb36..054fc7746 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 3d725c1fd..ba2cd92b8 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 0ed6880bf..d6f7d259f 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 65f822da0..72ec62676 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 eb37a13da..d80bdad54 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 2343aa8ba..2588565fb 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 61f6cc9af..0d1cf7dbd 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 c90429225..9cd344772 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 67ee61541..4712aa29d 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 41c1ba34b..668c8d19f 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 26cf9c754..1282cb216 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 586322cec..6113177ed 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 27ed2252b..399b4f5c5 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 f5d8658fc..afd803f7b 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 5792f595c..2cbf5c604 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 5b7bc5fc5..a8f7bf716 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 fdbf9c9e8..412d6eb44 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 ae22e5853..0cdb8178c 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 ecc463580..9bdcb1d46 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 ac2a4b825..6650bcc10 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 7ccd66790..d3b9b6461 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 e0cc8381b..59fdb43d3 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 75504ab9b..2f34fca7b 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 aa05376f7..94abc65f7 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 e2b215cd8..b0b95d4d0 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) - + @@ -24,6 +24,7 @@

    Classes

    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 17979245b..33ef36c05 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) - + @@ -118,6 +118,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); +BasicCircuitBoard +  + + Capacitor
    A Capacitor is an EnergyNetComponent that serves as the energy 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 a6b7adf7f..e56293dfb 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) - + @@ -114,6 +114,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); 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 bba23f524..e7d3d6a61 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 e6d828e9e..8e82069b2 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 bae821279..47fc6f5e2 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 3aa5fd500..e351d06ed 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 32351f186..e52d2bad4 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 2feff8c6d..d3412ef64 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 a7961a2b0..02a745769 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 5c7ca10a0..ebe2da505 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 085b305b1..a55d85f54 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 52c926050..3353406db 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 b7847c4ce..9d7914991 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 9e2c25286..f409e8e01 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 0bb164626..fd6b5b6c6 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 1c061d8d7..9da332a0c 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) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10}; +var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -223,13 +223,6 @@ extends This returns the ItemHandler that will be added to this SlimefunItem.
    - -void -postRegister​() - -
    This method is called after SlimefunItem.register(SlimefunAddon).
    - - @@ -297,23 +290,6 @@ extends - - - 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 88b0fadab..d5929d9f0 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 396bd4c49..9c7928b12 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 ebbb9e47e..61da63ed6 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 bbc3529f3..8918f057e 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 e2cef5bd5..ba7c10d89 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 9a475b4eb..1621d2408 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 05d7505e5..1c5c4014e 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 fdc0f2956..f8d13086b 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 cbb08e225..98abaa7a0 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 2f76b7717..d319fb903 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 259793c65..de6a08f12 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 52c007d84..be578f3c6 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 1c30298ff..444438d5f 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 8337ba5a8..d549efb57 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) - + @@ -297,7 +297,7 @@ implements AContainer -getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +getEnergyComponentType, getEnergyConsumption, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 64a153853..8793c7901 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 a4c4fb9fa..7c8fedaf5 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) - + @@ -266,7 +266,7 @@ implements AContainer -constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe +constructMenu, getEnergyComponentType, getEnergyConsumption, getInputSlots, getOutputSlots, getProcessing, getSpeed, isProcessing, preRegister, registerDefaultRecipes, registerRecipe, registerRecipe, registerRecipe 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 073d903fe..e5b376ca3 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, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 551c7f23d..786bf0ab4 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 f88351e33..fedb592c9 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 5cc97fdd5..032852e6a 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 4f8bf56bb..2443cfdcd 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 a10f9f0d1..e358c7c49 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 8796f874a..241448b85 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) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-tree.html index dcab52d34..802784648 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.geo Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-use.html index f46056be1..95f07f6f4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/geo/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.geo (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html index 0b753734a..37541c770 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/ElevatorPlate.html @@ -2,10 +2,10 @@ - + ElevatorPlate (Slimefun4 - Javadocs) - + @@ -273,7 +273,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSControlPanel.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSControlPanel.html index 48e4e6b2f..73ed03716 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSControlPanel.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSControlPanel.html @@ -2,10 +2,10 @@ - + GPSControlPanel (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSMarkerTool.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSMarkerTool.html index 3ae0a161a..398afc87d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSMarkerTool.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSMarkerTool.html @@ -2,10 +2,10 @@ - + GPSMarkerTool (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSTransmitter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSTransmitter.html index 08634dd30..f9fe08b0b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSTransmitter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/GPSTransmitter.html @@ -2,10 +2,10 @@ - + GPSTransmitter (Slimefun4 - Javadocs) - + @@ -275,7 +275,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html index 6a81501d4..6964cb41f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/PersonalActivationPlate.html @@ -2,10 +2,10 @@ - + PersonalActivationPlate (Slimefun4 - Javadocs) - + @@ -217,7 +217,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/Teleporter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/Teleporter.html index fa0d24008..3d06835f8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/Teleporter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/Teleporter.html @@ -2,10 +2,10 @@ - + Teleporter (Slimefun4 - Javadocs) - + @@ -226,7 +226,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/ElevatorPlate.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/ElevatorPlate.html index 4d501588a..764116263 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/ElevatorPlate.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/ElevatorPlate.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.ElevatorPlate (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSControlPanel.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSControlPanel.html index f639d3171..126e38529 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSControlPanel.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSControlPanel.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSControlPanel (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSMarkerTool.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSMarkerTool.html index 4b4a9c920..1b7fe53e0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSMarkerTool.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSMarkerTool.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSMarkerTool (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSTransmitter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSTransmitter.html index 5685a9154..f7f3d72ae 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSTransmitter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/GPSTransmitter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.GPSTransmitter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/PersonalActivationPlate.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/PersonalActivationPlate.html index d449da14e..f832bdcba 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/PersonalActivationPlate.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/PersonalActivationPlate.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.PersonalActivationPlate (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/Teleporter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/Teleporter.html index 91c6e1a9d..4fff5620e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/Teleporter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/class-use/Teleporter.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.gps.Teleporter (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-frame.html index 4b985dc07..772262a0d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-summary.html index 9a1abcc5a..fb3c6fd79 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-tree.html index 685be9152..725d9d5af 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.gps Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-use.html index eeb05d365..0c9d3d928 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/gps/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.gps (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderBackpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderBackpack.html index 49a1a3598..a9ea0f1f2 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderBackpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/EnderBackpack.html @@ -2,10 +2,10 @@ - + EnderBackpack (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/InfernalBonemeal.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/InfernalBonemeal.html index a83856a19..0c05e3061 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/InfernalBonemeal.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/InfernalBonemeal.html @@ -2,10 +2,10 @@ - + InfernalBonemeal (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeFlask.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeFlask.html index 4b1d1d8b9..4d9b34bd9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeFlask.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeFlask.html @@ -2,10 +2,10 @@ - + KnowledgeFlask (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeTome.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeTome.html index 3f61c2c8c..15c577ace 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeTome.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/KnowledgeTome.html @@ -2,10 +2,10 @@ - + KnowledgeTome (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html index 75c670d8f..6e43930b1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/MagicEyeOfEnder.html @@ -2,10 +2,10 @@ - + MagicEyeOfEnder (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 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 4e8314748..203e359bb 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) - + @@ -242,7 +242,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundItem.html index 32b1279b6..7e2119cf1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundItem.html @@ -2,10 +2,10 @@ - + SoulboundItem (Slimefun4 - Javadocs) - + @@ -223,7 +223,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundRune.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundRune.html index b932749fa..7fd326d12 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundRune.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/SoulboundRune.html @@ -2,10 +2,10 @@ - + SoulboundRune (Slimefun4 - Javadocs) - + @@ -259,7 +259,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/StormStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/StormStaff.html index d335f2fb6..abfba298e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/StormStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/StormStaff.html @@ -2,10 +2,10 @@ - + StormStaff (Slimefun4 - Javadocs) - + @@ -269,7 +269,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html index 47e8ffcd0..12e7929d8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/Talisman.html @@ -2,10 +2,10 @@ - + Talisman (Slimefun4 - Javadocs) - + @@ -361,7 +361,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/TelepositionScroll.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/TelepositionScroll.html index dded10a1e..3cd16397c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/TelepositionScroll.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/TelepositionScroll.html @@ -2,10 +2,10 @@ - + TelepositionScroll (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WaterStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WaterStaff.html index 582987b34..c4c258577 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WaterStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WaterStaff.html @@ -2,10 +2,10 @@ - + WaterStaff (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WindStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WindStaff.html index 3fa670f78..bbbf45a43 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WindStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/WindStaff.html @@ -2,10 +2,10 @@ - + WindStaff (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/EnderBackpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/EnderBackpack.html index e9e2a5a9d..35ffdcdf5 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/EnderBackpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/EnderBackpack.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.EnderBackpack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/InfernalBonemeal.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/InfernalBonemeal.html index cc12d9c76..e8b63fb27 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/InfernalBonemeal.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/InfernalBonemeal.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.InfernalBonemeal (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeFlask.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeFlask.html index 7ec6decb0..d9ddd619c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeFlask.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeFlask.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.KnowledgeFlask (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeTome.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeTome.html index c585d61b3..ca25752b8 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeTome.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/KnowledgeTome.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.KnowledgeTome (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/MagicEyeOfEnder.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/MagicEyeOfEnder.html index 6ab25b65a..db84400b0 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/MagicEyeOfEnder.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/MagicEyeOfEnder.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.MagicEyeOfEnder (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundBackpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundBackpack.html index a1b5f96e5..1a1a81c4f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundBackpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundBackpack.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.SoulboundBackpack (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundItem.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundItem.html index 3ad77a1c1..687b4dd09 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundItem.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundItem.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.SoulboundItem (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundRune.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundRune.html index d32d83fd7..f99827cb1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundRune.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/SoulboundRune.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.SoulboundRune (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/StormStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/StormStaff.html index 691d06f0f..0a5517e00 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/StormStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/StormStaff.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.StormStaff (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/Talisman.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/Talisman.html index 669ee1049..0deb0c4ce 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/Talisman.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/Talisman.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.Talisman (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/TelepositionScroll.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/TelepositionScroll.html index 78dddf3ef..8ed146a08 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/TelepositionScroll.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/TelepositionScroll.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.TelepositionScroll (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WaterStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WaterStaff.html index f339b7f83..59d82989e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WaterStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WaterStaff.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.WaterStaff (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WindStaff.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WindStaff.html index 9b045cef9..6e88cfe0d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WindStaff.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/class-use/WindStaff.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.magical.WindStaff (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-frame.html index 2b2dd2c1d..cfcf2665e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.magical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html index 9205ba786..1a932e342 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.magical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-tree.html index ff449eb1b..f1c2027d3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.magical Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-use.html index bd5786198..c16b630af 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/magical/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.magical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html index 72899ea3c..8417d7daf 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Bandage.html @@ -2,10 +2,10 @@ - + Bandage (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Medicine.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Medicine.html index cc9af97ff..b7db767d3 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Medicine.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Medicine.html @@ -2,10 +2,10 @@ - + Medicine (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Rag.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Rag.html index 4b488313c..3950dc861 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Rag.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Rag.html @@ -2,10 +2,10 @@ - + Rag (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Splint.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Splint.html index 341922a63..fc54764f6 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Splint.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Splint.html @@ -2,10 +2,10 @@ - + Splint (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Vitamins.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Vitamins.html index f12924cdc..5e0302042 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Vitamins.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/Vitamins.html @@ -2,10 +2,10 @@ - + Vitamins (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Bandage.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Bandage.html index ca934369e..af7b0b38b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Bandage.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Bandage.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Bandage (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Medicine.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Medicine.html index 57ba79b04..02578be00 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Medicine.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Medicine.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Medicine (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Rag.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Rag.html index 42f8f9d90..656357c2e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Rag.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Rag.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Rag (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Splint.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Splint.html index c6f9e8456..a0d7e1015 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Splint.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Splint.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Splint (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Vitamins.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Vitamins.html index 91fb81ad3..86a114eb9 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Vitamins.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/class-use/Vitamins.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.medical.Vitamins (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-frame.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-frame.html index f26116f69..4e0e2129b 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-frame.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-frame.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.medical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-summary.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-summary.html index 1e2e36bbb..ca3d21eda 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-summary.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-summary.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.medical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-tree.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-tree.html index 161ae0549..bfcb5088e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-tree.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-tree.html @@ -2,10 +2,10 @@ - + io.github.thebusybiscuit.slimefun4.implementation.items.medical Class Hierarchy (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-use.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-use.html index 0dfd8ebf4..1635f1044 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-use.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/medical/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package io.github.thebusybiscuit.slimefun4.implementation.items.medical (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/ArmorForge.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/ArmorForge.html index f8ea16f83..11988b13f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/ArmorForge.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/ArmorForge.html @@ -2,10 +2,10 @@ - + ArmorForge (Slimefun4 - Javadocs) - + @@ -265,7 +265,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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
    @@ -323,23 +316,6 @@ extends - - - diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/TableSaw.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/TableSaw.html index 7980323f3..f34aabaeb 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/TableSaw.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/TableSaw.html @@ -2,10 +2,10 @@ - + TableSaw (Slimefun4 - Javadocs) - + @@ -282,7 +282,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 @@ -293,7 +284,7 @@ implements + @@ -334,23 +323,6 @@ implements - - - diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html index 2d160292e..250d839ac 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/ExplosiveShovel.html @@ -2,10 +2,10 @@ - + ExplosiveShovel (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -201,12 +201,10 @@ implements Description -ExplosiveShovel​(Category category, +ExplosiveShovel​(Category category, SlimefunItemStack item, RecipeType recipeType, - ItemStack[] recipe, - String[] keys, - Object[] values) + ItemStack[] recipe)   @@ -242,13 +240,6 @@ implements -void -postRegister​() - -
    This method is called after SlimefunItem.register(SlimefunAddon).
    - - @@ -301,7 +292,7 @@ implements + @@ -342,23 +331,6 @@ implements - - - diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.GoldPanDrop.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.GoldPanDrop.html new file mode 100644 index 000000000..6493d355d --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.GoldPanDrop.html @@ -0,0 +1,368 @@ + + + + + +GoldPan.GoldPanDrop (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    + +
    + +
    + +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          GoldPanDrop

          +
          public GoldPanDrop​(String key,
          +                   int defaultValue,
          +                   ItemStack output)
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getOutput

          +
          public ItemStack getOutput​()
          +
        • +
        + + + +
          +
        • +

          update

          +
          public void update​(Integer newValue)
          +
          Description copied from class: ItemSetting
          +
          This method updates this ItemSetting with the given value. + Override this method to catch changes of a value. + A value may never be null.
          +
          +
          Overrides:
          +
          update in class ItemSetting<Integer>
          +
          Parameters:
          +
          newValue - The new value for this ItemSetting
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html index d0807da6f..c6b2961a1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GoldPan.html @@ -2,10 +2,10 @@ - + GoldPan (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -151,11 +151,25 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    All Implemented Interfaces:
    Placeable, ItemAttribute, RecipeDisplayItem
    +
    +
    Direct Known Subclasses:
    +
    NetherGoldPan
    +


    public class GoldPan
     extends SimpleSlimefunItem<ItemUseHandler>
     implements RecipeDisplayItem
    +
    A GoldPan is a SlimefunItem which allows you to obtain various + resources from Gravel.
    +
    +
    Author:
    +
    TheBusyBiscuit
    +
    See Also:
    +
    NetherGoldPan, +AutomatedPanningMachine, +ElectricGoldPan
    +
    @@ -225,24 +239,39 @@ implements +protected Set<io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop> +getGoldPanDrops​() +  + + +protected Material +getInput​() +  + + ItemUseHandler getItemHandler​()
    This returns the ItemHandler that will be added to this SlimefunItem.
    - + String getLabelLocalPath​()   - + void postRegister​()
    This method is called after SlimefunItem.register(SlimefunAddon).
    + +protected void +updateRandomizer​() +  + @@ -317,6 +346,24 @@ implements + + +
      +
    • +

      getInput

      +
      protected Material getInput​()
      +
    • +
    + + + +
      +
    • +

      getGoldPanDrops

      +
      protected Set<io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop> getGoldPanDrops​()
      +
    • +
    @@ -334,6 +381,15 @@ implements + + +
      +
    • +

      updateRandomizer

      +
      protected void updateRandomizer​()
      +
    • +
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html index f8bb2f106..110e870f4 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/GrapplingHook.html @@ -2,10 +2,10 @@ - + GrapplingHook (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10}; +var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -192,12 +192,10 @@ extends Description -GrapplingHook​(Category category, +GrapplingHook​(Category category, SlimefunItemStack item, RecipeType recipeType, - ItemStack[] recipe, - String[] keys, - Object[] values) + ItemStack[] recipe)   @@ -225,13 +223,6 @@ extends This returns the ItemHandler that will be added to this SlimefunItem. - -void -postRegister​() - -
    This method is called after SlimefunItem.register(SlimefunAddon).
    - - @@ -277,7 +268,7 @@ extends + @@ -304,7 +293,7 @@ extends -
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/HerculesPickaxe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/HerculesPickaxe.html index a2c89f6f7..bfc7ec9fe 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/HerculesPickaxe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/HerculesPickaxe.html @@ -2,10 +2,10 @@ - + HerculesPickaxe (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html index e7b9b449d..fdc8cc79e 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/LumberAxe.html @@ -2,10 +2,10 @@ - + LumberAxe (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html index cac336cce..74a089081 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/NetherGoldPan.html @@ -2,10 +2,10 @@ - + NetherGoldPan (Slimefun4 - Javadocs) - + @@ -27,7 +27,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -136,6 +136,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SimpleSlimefunItem<ItemUseHandler>
  • + +
    @@ -218,33 +222,24 @@ implements Description -List<ItemStack> -getDisplayRecipes​() - -
    This is the list of items to display alongside this SlimefunItem.
    - - - -ItemUseHandler -getItemHandler​() - -
    This returns the ItemHandler that will be added to this SlimefunItem.
    - - - -String -getLabelLocalPath​() +protected Set<io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop> +getGoldPanDrops​()   - -void -postRegister​() - -
    This method is called after SlimefunItem.register(SlimefunAddon).
    - + +protected Material +getInput​() + @@ -317,70 +312,29 @@ implements + - - - - - - - - - +
    • -

      getDisplayRecipes

      -
      public List<ItemStack> getDisplayRecipes​()
      -
      Description copied from interface: RecipeDisplayItem
      -
      This is the list of items to display alongside this SlimefunItem. - Note that these items will be filled in from top to bottom first. - So if you want it to express a recipe, add your input ItemStack - and then your output ItemStack.
      +

      getGoldPanDrops

      +
      protected Set<io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop> getGoldPanDrops​()
      -
      Specified by:
      -
      getDisplayRecipes in interface RecipeDisplayItem
      -
      Returns:
      -
      The recipes to display in the SlimefunGuide
      +
      Overrides:
      +
      getGoldPanDrops in class GoldPan
    diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html index 565617626..37fbdb865 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfContainment.html @@ -2,10 +2,10 @@ - + PickaxeOfContainment (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html index aa63bb7d6..5b817ae9f 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfTheSeeker.html @@ -2,10 +2,10 @@ - + PickaxeOfTheSeeker (Slimefun4 - Javadocs) - + @@ -266,7 +266,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html index b1a44c2b0..c1a6e153d 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PickaxeOfVeinMining.html @@ -2,10 +2,10 @@ - + PickaxeOfVeinMining (Slimefun4 - Javadocs) - + @@ -250,7 +250,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableCrafter.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableCrafter.html index 9fde2de47..e2259f998 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableCrafter.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableCrafter.html @@ -2,10 +2,10 @@ - + PortableCrafter (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html index 50d784535..d721c3975 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/PortableDustbin.html @@ -2,10 +2,10 @@ - + PortableDustbin (Slimefun4 - Javadocs) - + @@ -251,7 +251,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SlimefunBackpack.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SlimefunBackpack.html index 22f2d670c..f2560020c 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SlimefunBackpack.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SlimefunBackpack.html @@ -2,10 +2,10 @@ - + SlimefunBackpack (Slimefun4 - Javadocs) - + @@ -269,7 +269,7 @@ extends SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SmeltersPickaxe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SmeltersPickaxe.html index 8e628e18c..5ea3431ff 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SmeltersPickaxe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/SmeltersPickaxe.html @@ -2,10 +2,10 @@ - + SmeltersPickaxe (Slimefun4 - Javadocs) - + @@ -266,7 +266,7 @@ implements SlimefunItem -addItemHandler, addOficialWikipage, bindToResearch, callItemHandler, error, getAddon, getBlockTicker, getByID, getByItem, getCategory, getDrops, getDrops, getEnergyTicker, getHandlers, getID, getItem, getItem, getItemName, 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, 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 diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosivePickaxe.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosivePickaxe.html index d8c3b6c98..e9af52938 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosivePickaxe.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosivePickaxe.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosivePickaxe (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosiveShovel.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosiveShovel.html index eeca065bb..ccedef524 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosiveShovel.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/ExplosiveShovel.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveShovel (Slimefun4 - Javadocs) - + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.GoldPanDrop.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.GoldPanDrop.html new file mode 100644 index 000000000..3089b2b23 --- /dev/null +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.GoldPanDrop.html @@ -0,0 +1,215 @@ + + + + + +Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop (Slimefun4 - Javadocs) + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan.GoldPanDrop

    +
    +
    + +
    +
    + + + diff --git a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.html b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.html index 8a6cf5ad7..3e7f109a1 100644 --- a/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.html +++ b/docs/io/github/thebusybiscuit/slimefun4/implementation/items/tools/class-use/GoldPan.html @@ -2,10 +2,10 @@ - + Uses of Class io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan (Slimefun4 - Javadocs) - + @@ -102,7 +102,54 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

    Uses of Class
    io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan

    -
    No usage of io.github.thebusybiscuit.slimefun4.implementation.items.tools.GoldPan
    +
    + +