Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.Placeable
Package
Description
This package contains a few classes that revolve around the API for
SlimefunItem
, such as
ItemSetting
This package holds all core mechanics related to a
MultiBlock
, like that class itself.This package contains the different classes for each
SlimefunItem
This package holds the
SlimefunItem
implementations related to
the AncientAltar
.This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid
.This package contains implementations of
SlimefunItem
that are
related to armor, such as the expandable
SlimefunArmorPiece
class for example.This package contains any electric machines related to automatic crafting tables.
This package holds classes related to
SlimefunBackpack
.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.This package provides the different implementations of
SlimefunItem
that are related to the CargoNet
, most
notably: Cargo Nodes.This package contains the different implementations of
SlimefunItem
that also implement the interface
EnergyNetComponent
This package holds implementations of
SlimefunItem
that are used in combination with electricity, like the
Multimeter
or the
SolarHelmet
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 growth accelerations.
This package contains any electric machines related to enchanting.
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 the
ElevatorPlate
and any
related classes to making the elevator work.This package holds implementations of
SlimefunItem
that are related to food.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.This package holds implementations of
SlimefunItem
that are related to the GPSNetwork
.This package holds implementations of
SlimefunItem
that are considered magical items.This package holds any implementation of
SlimefunItem
that is an ancient rune with functionality.This package holds any implementation of
SlimefunItem
that is
considered a "Magical Staff".This package holds any
SlimefunItem
related to the
Talisman
.This package holds implementations of
SlimefunItem
that are
related to healing yourself.This package holds any miscellaneous
SlimefunItem
implementations.This package contains all the different implementations of
MultiBlockMachine
This package holds classes associated with the
IndustrialMiner
.This package holds implementations of
SlimefunItem
that can be encountered in a SeasonalItemGroup
.This package holds implementations of
SlimefunItem
that are related to the Teleporter
.This package holds implementations of
SlimefunItem
that are tools.This package holds implementations of
SlimefunItem
that are weapons, implementations of
SlimefunBow
for example.-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.api.items
Modifier and TypeClassDescriptionclass
ASlimefunItem
is a custom item registered by aSlimefunAddon
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.core.multiblocks
Modifier and TypeClassDescriptionclass
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items
Modifier and TypeClassDescriptionclass
TheEnchantedItem
is an enchantedSlimefunItem
.class
class
This class represents an item with a limited number of uses.class
A quick and easy implementation ofSlimefunItem
that also implements the interfaceRadioactive
.class
SimpleSlimefunItem<T extends ItemHandler>
This is basically a quickstart class for your very firstSlimefunItem
.class
Represents a vanilla item that is overridden by Slimefun (likeELYTRA
). -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.altar
Modifier and TypeClassDescriptionclass
TheAncientAltar
is a multiblock structure.class
TheAncientPedestal
is a part of theAncientAltar
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Modifier and TypeClassDescriptionclass
TheAndroidInterface
are inventories used to interact with aProgrammableAndroid
.class
class
class
class
TheMinerAndroid
is a variant of theProgrammableAndroid
which is able to break blocks.class
class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Modifier and TypeClassDescriptionclass
TheElytraCap
negates damage taken when crashing into a wall using an elytra.class
EnderBoots
are a pair of boots which negate damage caused by throwing anEnderPearl
.class
TheFarmerShoes
are just a simple pair of boots which allows aPlayer
to walk onFarmland
without breaking it.class
Represents 1SlimefunArmorPiece
of the Hazmat armor set.class
LongFallBoots
are a pair of boots which negate fall damage.class
TheParachute
is aSlimefunItem
that can be equipped as a chestplate.class
Represents aSlimefunArmorPiece
with rainbow properties (leather armor changing color).class
class
The Boots of the Stomper are boots which damage nearby enemies whenever thePlayer
takes fall damage. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Modifier and TypeClassDescriptionclass
This is the abstract super class for our auto crafters.class
TheArmorAutoCrafter
is an implementation of theAbstractAutoCrafter
.class
TheEnhancedAutoCrafter
is an implementation of theAbstractAutoCrafter
.class
This extension of theAbstractAutoCrafter
allows you to implement anyRecipeType
.class
TheVanillaAutoCrafter
is an implementation of theAbstractAutoCrafter
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks
Modifier and TypeClassDescriptionclass
TheCooler
is a special variant of theSlimefunBackpack
.class
class
This class represents aSlimefunBackpack
that has been restored via /sf backpack for retrieving items if the original has been lost.class
This class represents aSlimefunItem
that is considered a Backpack.class
This implementation ofSlimefunBackpack
is alsoSoulbound
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Modifier and TypeClassDescriptionclass
This is a parent class for theBrokenSpawner
andRepairedSpawner
to provide some utility methods.class
TheBlockPlacer
is a machine which can placeBlocks
, as the name would suggest.class
This implementation ofSlimefunItem
represents a Broken Spawner.class
class
TheCrucible
is a machine which turns blocks into liquids.class
TheEnhancedFurnace
is an upgraded version of aFurnace
.class
HardenedGlass
is a special kind of block which cannot be destroyed by explosions.class
TheHologramProjector
is a very simple block which allows thePlayer
to create a floating text that is completely configurable.class
TheIgnitionChamber
is used to re-ignite aSmeltery
.class
TheOutputChest
can be used to capture the output items from aMultiBlockMachine
.class
ARainbowBlock
cycles through different coloredMaterials
.class
ARepairedSpawner
is the repaired variant of aBrokenSpawner
.class
This is a simpleSlimefunItem
implementation which implements theNotPlaceable
attribute and also cancels anyPlayerRightClickEvent
.class
A quick and easy implementation ofSlimefunItem
that also implements the interfaceWitherProof
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
Modifier and TypeClassDescriptionclass
TheAdvancedCargoOutputNode
is the advanced version of theCargoOutputNode
.class
class
class
class
class
class
TheTrashCan
is a simple container which simply voids all items that enter it. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Modifier and TypeClassDescriptionclass
This is an abstract super class for machines that produce energy.class
class
ThisEnergyNetComponent
is a connector for theEnergyNet
networks.class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
Modifier and TypeClassDescriptionclass
JetBoots
allow you to hover for a bit.class
JetBoots
allow you to fly up into the air.class
TheMultimeter
is used to measure charge and capacity of anyEnergyNetComponent
.class
TheMultiTool
is an electric device which can mimic the behaviour of any otherSlimefunItem
.class
TheSolarHelmet
can be worn byPlayer
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Modifier and TypeClassDescriptionclass
class
class
class
class
class
TheSolarGenerator
is a simpleEnergyNetProvider
which generates energy if it has direct contact with sunlight. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Modifier and TypeClassDescriptionclass
class
TheAutoBrewer
machine with most if not all potion recipes.class
TheAutoDrier
is an implementation ofAContainer
that features recipes related to "drying out" items.class
class
TheChargingBench
is a powered machine that can be used to charge anyRechargeable
item.class
TheElectricDustWasher
serves as an electricalOreWasher
.class
TheElectricFurnace
is an electric version of theFurnace
.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
TheElectricSmeltery
is an electric version of the standardSmeltery
.class
class
This machine collects liquids from theWorld
and puts them into buckets provided to the machine by using energy.class
class
class
TheFreezer
can freeze items into its frozen state, e.g.class
class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators
Modifier and TypeClassDescriptionclass
class
class
class
TheTreeGrowthAccelerator
is an electrical machine that works similar to theCropGrowthAccelerator
but boosts the growth of nearby trees. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Modifier and TypeClassDescriptionclass
TheAutoDisenchanter
, in contrast to theAutoEnchanter
, removesEnchantments
from a givenItemStack
and transfers them to a book.class
TheAutoEnchanter
, in contrast to theAutoDisenchanter
, addsEnchantments
from a given enchanted book and transfers them onto anItemStack
.class
Represents Book Binder, a machine that binds multiple enchantments books into one. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Modifier and TypeClassDescriptionclass
AbstractEntityAssembler<T extends Entity>
This is an abstract super class for Entity Assemblers.class
class
TheExpCollector
is a machine which picks up any nearbyExperienceOrb
and produces aKnowledgeFlask
.class
TheIronGolemAssembler
is an electrical machine that can automatically spawn aIronGolem
if the required ingredients have been provided.class
TheProduceCollector
allows you to collect produce from animals.class
TheWitherAssembler
is an electrical machine that can automatically spawn aWither
if the required ingredients have been provided. -
Uses of Placeable 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 Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.elevator
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.food
Modifier and TypeClassDescriptionclass
TheBirthdayCake
is a seasonal item which only appears in october.class
class
TheFortuneCookie
is a rather simpleSlimefunItem
, it's a cookie which sends thePlayer
who ate it a random text message.class
ThisSlimefunItem
can be obtained by crafting, it's used for various foods and recipes.class
This class represents aSlimefunItem
that can be stored inside of aCooler
.class
MagicSugar
is one of the oldest items in Slimefun, it is a special kind of sugar which gives you the SpeedPotionEffect
when right clicked.class
MeatJerky
is just a piece of meat that gives some extra saturation.class
MonsterJerky
is basically just Rotten Flesh but without the Hunger Effect. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Modifier and TypeClassDescriptionclass
TheGEOMiner
is an electrical machine that allows you to obtain aGEOResource
.class
class
class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.gps
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.magical
Modifier and TypeClassDescriptionclass
TheBeeWings
are a special form of the elytra which gives you a slow falling effect when you approach the ground.class
TheInfernalBonemeal
is a special type of bone meal which will work on Nether Warts.class
class
TheInfusedMagnet
is aSlimefunItem
that allows aPlayer
to automatically pick up items in a certain radius while holding shift and having anInfusedMagnet
in theirInventory
.class
TheKnowledgeFlask
is a magicalSlimefunItem
which allows you to store experience levels in a bottle when you right click.class
class
class
TheMagicEyeOfEnder
allows you to launch anEnderPearl
out of thin air as long as you are wearing Ender Armor.class
Represents an Item that will not drop upon death.class
TheTelepositionScroll
is a magicalSlimefunItem
that makes nearby anyLivingEntity
turn around by 180 degrees. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.magical.runes
Modifier and TypeClassDescriptionclass
AnElementalRune
is a very simple and basic crafting component used to craft various magical gadgets.class
class
class
ThisSlimefunItem
allows you to reset aVillager
profession. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.magical.staves
Modifier and TypeClassDescriptionclass
ThisSlimefunItem
casts aLightningStrike
where you are pointing.class
TheWaterStaff
is a magicalSlimefunItem
.class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.magical.talismans
Modifier and TypeClassDescriptionclass
TheMagicianTalisman
is a special kind ofTalisman
which awards aPlayer
with an extraEnchantment
when they enchant theirItemStack
.class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.medical
Modifier and TypeClassDescriptionclass
class
MedicalSupply<T extends ItemHandler>
class
class
class
-
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.misc
Modifier and TypeClassDescriptionclass
AnAlloyIngot
is a blend of different metals and resources.class
TheBasicCircuitBoard
is a basic crafting component which can be obtained by killing anIronGolem
.class
class
TheGoldIngot
from Slimefun is a simple resource which is divided into different levels of carat ratings.class
class
class
TheSteelThruster
is a pretty basic crafting component.class
ThisSlimefunItem
can only be obtained via bartering with aPiglin
, its only current uses is the recipe for crafting theVillagerRune
.class
TheSyntheticEmerald
is an almost normal emerald. -
Uses of Placeable 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 Placeable 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 Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.seasonal
Modifier and TypeClassDescriptionclass
TheChristmasPresent
is a seasonalSlimefunItem
that drops a random gift when being placed down.class
ThisSlimefunItem
represents anEasterEgg
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.teleporter
Modifier and TypeClassDescriptionclass
TheAbstractTeleporterPlate
is the abstract super class for our teleporter activation plates.class
ThePersonalActivationPlate
is a teleporter activation plate to which only thePlayer
who placed it down has access.class
This item allows aPlayer
to access and teleport to his waypoints from anywhere.class
TheSharedActivationPlate
is a teleporter activation plate to which everyone has access.class
The Teleporter is aSlimefunItem
that can be placed down and allows aPlayer
to display to any of his waypoints he set via hisGPSNetwork
.class
-
Uses of Placeable 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
TheExplosivePickaxe
is a pickaxe which can destroyBlock
s in a size of 3 by 3.class
TheExplosiveShovel
works similar to theExplosivePickaxe
.class
class
AGoldPan
is aSlimefunItem
which allows you to obtain various resources from Gravel.class
TheGrapplingHook
is a simpleSlimefunItem
which allows aPlayer
to launch towards a target destination via right click.class
TheLumberAxe
is a powerful tool which can chop entire trees.class
TheNetherGoldPan
is a variant of the regularGoldPan
which can be used on Soul Sand.class
ThePickaxeOfContainment
is a Pickaxe that allows you to break Spawners.class
ThePickaxeOfTheSeeker
will make you face the nearest ore upon right clicking.class
ThePickaxeOfVeinMining
is a powerful tool which allows you to mine an entire vein of ores at once.class
ThePortableCrafter
is one of the oldest items in Slimefun.class
ThePortableDustbin
is one of the oldest items in Slimefun.class
TheSmeltersPickaxe
automatically smelts any ore you mine.class
TheTapeMeasure
is used to measure the distance between twoBlocks
. -
Uses of Placeable in io.github.thebusybiscuit.slimefun4.implementation.items.weapons
Modifier and TypeClassDescriptionclass
class
TheIcyBow
is a special kind of bow which slows down anyLivingEntity
it hits.class
TheSeismicAxe
is an interesting weapon.class
This class represents aSlimefunItem
that is a Bow.class
class
TheVampireBlade
is a weapon that applies a Healing effect to anyPlayer
who damages anotherLivingEntity
with this sword. -
Uses of Placeable in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems