Uses of Class
io.github.thebusybiscuit.slimefun4.core.multiblocks.MultiBlockMachine
Packages that use MultiBlockMachine
Package
Description
This package contains all extensions of
Event that Slimefun provides
and allows you to listen to.This package contains all classes related to our recipe system.
This package contains all the different implementations of
MultiBlockMachineThis package holds classes associated with the
IndustrialMiner.-
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.api.events
Methods in io.github.thebusybiscuit.slimefun4.api.events that return MultiBlockMachineModifier and TypeMethodDescriptionMultiBlockCraftEvent.getMachine()Gets the machine that was used to craft.Constructors in io.github.thebusybiscuit.slimefun4.api.events with parameters of type MultiBlockMachineModifierConstructorDescriptionMultiBlockCraftEvent(Player p, MultiBlockMachine machine, ItemStack[] input, ItemStack output) Creates a newMultiBlockCraftEvent.MultiBlockCraftEvent(Player p, MultiBlockMachine machine, ItemStack input, ItemStack output) Creates a newMultiBlockCraftEvent. -
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.api.recipes
Methods in io.github.thebusybiscuit.slimefun4.api.recipes with parameters of type MultiBlockMachineModifier and TypeMethodDescriptionRecipeType.getRecipeInputList(MultiBlockMachine machine) RecipeType.getRecipeInputs(MultiBlockMachine machine) static ItemStackRecipeType.getRecipeOutput(MultiBlockMachine machine, ItemStack input) static ItemStackRecipeType.getRecipeOutputList(MultiBlockMachine machine, ItemStack[] input) -
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
Subclasses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocksModifier and TypeClassDescriptionclassclassTheAutomatedPanningMachineis aMultiBlockMachinethat functions as a semi-automatic version of theGoldPanandNetherGoldPan.classclassclassclassclassclassTheMakeshiftSmelteryis a simpler version of theSmeltery.classTheOreCrusheris aMultiBlockMachinewhich allows you to double ores and crush some otherMaterialsinto various resources.classTheOreWasheris a specialMultiBlockMachinewhich allows you to turn Sifted Ore into ore dusts.classclassTheSmelteryis an upgraded version of theMakeshiftSmelterywith the additional capabilities to createAlloyIngots and utilise anIgnitionChamber.classTheTableSawis an implementation of aMultiBlockMachinethat allows you to turn Logs into Wooden Planks. -
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.miner
Subclasses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.minerModifier and TypeClassDescriptionclassTheAdvancedIndustrialMineris a more advanced version of theIndustrialMiner.classTheIndustrialMineris aMultiBlockMachinethat can mine any ores it finds in a given range underneath where it was placed.