Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem
Package
Description
This package holds all core mechanics related to a
MultiBlock
, like that class itself.This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.This package contains the different implementations of
SlimefunItem
that also implement the interface
EnergyNetComponent
This package contains the different implementations of
AGenerator
.This package contains the different implementations of
SlimefunItem
that are also an
EnergyNetComponent
with the type CONSUMER
.This package contains any electric machines related to
Entity
interactions, most notably
the
AbstractEntityAssembler
.This package contains the different implementations of
Reactor
.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.This package contains all the different implementations of
MultiBlockMachine
This package holds classes associated with the
IndustrialMiner
.This package holds implementations of
SlimefunItem
that are tools.-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.core.multiblocks
Modifier and TypeClassDescriptionclass
-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Modifier and TypeClassDescriptionclass
class
class
class
TheMinerAndroid
is a variant of theProgrammableAndroid
which is able to break blocks.class
class
-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Modifier and TypeClassDescriptionclass
This is an abstract super class for machines that produce energy. -
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Modifier and TypeClassDescriptionclass
TheAutoDrier
is an implementation ofAContainer
that features recipes related to "drying out" items.class
class
TheElectricGoldPan
is an electric machine based on theGoldPan
.class
class
TheElectricIngotPulverizer
is an implementation ofAContainer
that allows you to turn various Slimefun Ingots back into their dusts.class
class
TheElectricPress
is a pretty simple electrical machine.class
class
TheFreezer
can freeze items into its frozen state, e.g.class
-
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Modifier and TypeClassDescriptionclass
TheProduceCollector
allows you to collect produce from animals. -
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Modifier and TypeClassDescriptionclass
TheNetherStarReactor
is an implementation ofReactor
that consumes Nether Stars and adds Withering to any nearbyLivingEntity
class
TheNuclearReactor
is an implementation ofReactor
that uses anyRadioactive
material to generate energy.class
The abstractReactor
class is very similar toAGenerator
but is exclusively used for Reactors. -
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Modifier and TypeClassDescriptionclass
TheGEOMiner
is an electrical machine that allows you to obtain aGEOResource
.class
-
Uses of RecipeDisplayItem 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 RecipeDisplayItem 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. -
Uses of RecipeDisplayItem in io.github.thebusybiscuit.slimefun4.implementation.items.tools
Modifier and TypeClassDescriptionclass
TheClimbingPick
launches you 1 block upwards when you right click on a iceBlock
.class
AGoldPan
is aSlimefunItem
which allows you to obtain various resources from Gravel.class
TheNetherGoldPan
is a variant of the regularGoldPan
which can be used on Soul Sand. -
Uses of RecipeDisplayItem in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems