Uses of Class
io.github.thebusybiscuit.slimefun4.core.multiblocks.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
MultiBlockMachine
This package holds classes associated with the
IndustrialMiner
.-
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.api.events
Modifier and TypeMethodDescriptionMultiBlockCraftEvent.getMachine()
Gets the machine that was used to craft.ModifierConstructorDescriptionMultiBlockCraftEvent
(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
Modifier and TypeMethodDescriptionRecipeType.getRecipeInputList
(MultiBlockMachine machine) RecipeType.getRecipeInputs
(MultiBlockMachine machine) static ItemStack
RecipeType.getRecipeOutput
(MultiBlockMachine machine, ItemStack input) static ItemStack
RecipeType.getRecipeOutputList
(MultiBlockMachine machine, ItemStack[] input) -
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
Modifier and TypeClassDescriptionclass
class
TheAutomatedPanningMachine
is aMultiBlockMachine
that functions as a semi-automatic version of theGoldPan
andNetherGoldPan
.class
class
class
class
class
class
TheMakeshiftSmeltery
is a simpler version of theSmeltery
.class
TheOreCrusher
is aMultiBlockMachine
which allows you to double ores and crush some otherMaterials
into various resources.class
TheOreWasher
is a specialMultiBlockMachine
which allows you to turn Sifted Ore into ore dusts.class
class
TheSmeltery
is an upgraded version of theMakeshiftSmeltery
with the additional capabilities to createAlloyIngot
s and utilise anIgnitionChamber
.class
TheTableSaw
is an implementation of aMultiBlockMachine
that allows you to turn Logs into Wooden Planks. -
Uses of MultiBlockMachine in io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks.miner
Modifier and TypeClassDescriptionclass
TheAdvancedIndustrialMiner
is a more advanced version of theIndustrialMiner
.class
TheIndustrialMiner
is aMultiBlockMachine
that can mine any ores it finds in a given range underneath where it was placed.