Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.ItemAttribute
Package
Description
This package contains all variations of
ItemAttribute
that
can be assigned to a SlimefunItem
This package holds all core mechanics related to a
MultiBlock
, like that class itself.This package holds an implementation of
Network
that is responsible for item transportation.This package holds an implementation of
Network
that is responsible for transmitting energy.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 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 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.core.attributes
Modifier and TypeInterfaceDescriptioninterface
This interface, when attached to aSlimefunItem
, provides an easy method for damaging anItemStack
, seeDamageableItem.damageItem(Player, ItemStack)
.interface
Implement this interface for anySlimefunItem
to prevent cargo using only its ID when comparing.interface
This Interface, when attached to a class that inherits fromSlimefunItem
, marks the Item as an electric Block.interface
interface
ThisItemAttribute
manages holograms.interface
MachineProcessHolder<T extends MachineOperation>
interface
Implement this interface for anySlimefunItem
to prevent thatSlimefunItem
from showing up in theItems.yml
config file.interface
Implement this interface for anyAContainer
to prevent thatAContainer
from being hopperable.interface
Implement this interface for anySlimefunItem
to prevent thatSlimefunItem
from being placed.interface
This interface, when attached to aSlimefunItem
, provides a variable (0-100%) chance for aSlimefunItem
to be dropped by aPiglin
onEntityDropItemEvent
.interface
Implement this interface to aSlimefunArmorPiece
to protect thePlayer
who wears thatSlimefunArmorPiece
fromProtectionType
damage.interface
This Interface, when attached to a class that inherits fromSlimefunItem
, marks the Item as radioactive.interface
This interface, when attached to aSlimefunItem
, provides an easy method for adding a % chance to drop for anSlimefunItem
onEntityDeathEvent
, this chance is 0-100 and used in conjunction with theRecipeType.MOB_DROP
.interface
interface
This interface, when attache to aSlimefunItem
class will make additional items appear in theSlimefunGuide
.interface
This Interface, when attached to a class that inherits fromSlimefunItem
, marks the Item as soulbound.interface
This Interface, when attached to a class that inherits fromSlimefunItem
, marks the Item as "Wither-Proof". -
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.core.multiblocks
Modifier and TypeClassDescriptionclass
-
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.core.networks.cargo
-
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.core.networks.energy
-
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items
Modifier and TypeClassDescriptionclass
class
A quick and easy implementation ofSlimefunItem
that also implements the interfaceRadioactive
. -
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.altar
-
Uses of ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Modifier and TypeClassDescriptionclass
TheElytraCap
negates damage taken when crashing into a wall using an elytra.class
Represents 1SlimefunArmorPiece
of the Hazmat armor set. -
Uses of ItemAttribute 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 ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Modifier and TypeClassDescriptionclass
This implementation ofSlimefunItem
represents a Broken Spawner.class
class
TheCrucible
is a machine which turns blocks into liquids.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
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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
-
Uses of ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.electric.gadgets
-
Uses of ItemAttribute 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 ItemAttribute 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 ItemAttribute 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 ItemAttribute 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 ItemAttribute 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 ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.food
Modifier and TypeClassDescriptionclass
TheBirthdayCake
is a seasonal item which only appears in october. -
Uses of ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.gps
Modifier and TypeClassDescriptionclass
class
-
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.magical
Modifier and TypeClassDescriptionclass
TheInfusedMagnet
is aSlimefunItem
that allows aPlayer
to automatically pick up items in a certain radius while holding shift and having anInfusedMagnet
in theirInventory
.class
class
Represents an Item that will not drop upon death. -
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.misc
Modifier and TypeClassDescriptionclass
TheBasicCircuitBoard
is a basic crafting component which can be obtained by killing anIronGolem
.class
class
ThisSlimefunItem
can only be obtained via bartering with aPiglin
, its only current uses is the recipe for crafting theVillagerRune
. -
Uses of ItemAttribute 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 ItemAttribute 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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.seasonal
Modifier and TypeClassDescriptionclass
TheChristmasPresent
is a seasonalSlimefunItem
that drops a random gift when being placed down. -
Uses of ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.teleporter
Modifier and TypeClassDescriptionclass
This item allows aPlayer
to access and teleport to his waypoints from anywhere. -
Uses of ItemAttribute 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
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
ThePickaxeOfTheSeeker
will make you face the nearest ore upon right clicking.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 ItemAttribute in io.github.thebusybiscuit.slimefun4.implementation.items.weapons
-
Uses of ItemAttribute in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems