Package io.github.thebusybiscuit.slimefun4.implementation.items.blocks
package io.github.thebusybiscuit.slimefun4.implementation.items.blocks
This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.
Such as the BlockPlacer
for example.-
ClassDescriptionThis is a parent class for the
BrokenSpawner
andRepairedSpawner
to provide some utility methods.TheBlockPlacer
is a machine which can placeBlocks
, as the name would suggest.This implementation ofSlimefunItem
represents a Broken Spawner.TheCrucible
is a machine which turns blocks into liquids.TheEnhancedFurnace
is an upgraded version of aFurnace
.HardenedGlass
is a special kind of block which cannot be destroyed by explosions.TheHologramProjector
is a very simple block which allows thePlayer
to create a floating text that is completely configurable.TheIgnitionChamber
is used to re-ignite aSmeltery
.TheOutputChest
can be used to capture the output items from aMultiBlockMachine
.ARainbowBlock
cycles through different coloredMaterials
.ARepairedSpawner
is the repaired variant of aBrokenSpawner
.This is a simpleSlimefunItem
implementation which implements theNotPlaceable
attribute and also cancels anyPlayerRightClickEvent
.A quick and easy implementation ofSlimefunItem
that also implements the interfaceWitherProof
.