Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.NotPlaceable
Package
Description
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 classes related to
SlimefunBackpack
.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.This package holds implementations of
SlimefunItem
that are related to food.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 tools.This package holds implementations of
SlimefunItem
that are weapons, implementations of
SlimefunBow
for example.-
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.core.multiblocks
Modifier and TypeClassDescriptionclass
-
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items
Modifier and TypeClassDescriptionclass
A quick and easy implementation ofSlimefunItem
that also implements the interfaceRadioactive
. -
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.backpacks
Modifier and TypeClassDescriptionclass
-
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Modifier and TypeClassDescriptionclass
This implementation ofSlimefunItem
represents a Broken Spawner.class
This is a simpleSlimefunItem
implementation which implements theNotPlaceable
attribute and also cancels anyPlayerRightClickEvent
. -
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.food
Modifier and TypeClassDescriptionclass
TheBirthdayCake
is a seasonal item which only appears in october. -
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.gps
Modifier and TypeClassDescriptionclass
-
Uses of NotPlaceable 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 NotPlaceable 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
-
Uses of NotPlaceable 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 NotPlaceable 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 NotPlaceable 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 NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.tools
Modifier and TypeClassDescriptionclass
TheExplosivePickaxe
is a pickaxe which can destroyBlock
s in a size of 3 by 3.class
TheExplosiveShovel
works similar to theExplosivePickaxe
.class
class
TheLumberAxe
is a powerful tool which can chop entire trees.class
ThePortableCrafter
is one of the oldest items in Slimefun.class
ThePortableDustbin
is one of the oldest items in Slimefun.class
TheTapeMeasure
is used to measure the distance between twoBlocks
. -
Uses of NotPlaceable in io.github.thebusybiscuit.slimefun4.implementation.items.weapons