Class MultiBlockMachine

java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.core.multiblocks.MultiBlockMachine
All Implemented Interfaces:
ItemAttribute, NotPlaceable, Placeable, RecipeDisplayItem
Direct Known Subclasses:
ArmorForge, AutomatedPanningMachine, Compressor, EnhancedCraftingTable, GrindStone, IndustrialMiner, Juicer, MagicWorkbench, MakeshiftSmeltery, OreCrusher, OreWasher, PressureChamber, Smeltery, TableSaw

public abstract class MultiBlockMachine extends SlimefunItem implements NotPlaceable, RecipeDisplayItem
A MultiBlockMachine is a SlimefunItem that is built in the World. It holds recipes and a MultiBlock object which represents its structure.
Author:
TheBusyBiscuit
See Also: