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.-
ClassesClassDescriptionThis is a parent class for the
BrokenSpawnerandRepairedSpawnerto provide some utility methods.TheBlockPlaceris a machine which can placeBlocks, as the name would suggest.This implementation ofSlimefunItemrepresents a Broken Spawner.TheCrucibleis a machine which turns blocks into liquids.TheEnhancedFurnaceis an upgraded version of aFurnace.HardenedGlassis a special kind of block which cannot be destroyed by explosions.TheHologramProjectoris a very simple block which allows thePlayerto create a floating text that is completely configurable.TheIgnitionChamberis used to re-ignite aSmeltery.TheOutputChestcan be used to capture the output items from aMultiBlockMachine.ARainbowBlockcycles through different coloredMaterials.ARepairedSpawneris the repaired variant of aBrokenSpawner.This is a simpleSlimefunItemimplementation which implements theNotPlaceableattribute and also cancels anyPlayerRightClickEvent.A quick and easy implementation ofSlimefunItemthat also implements the interfaceWitherProof.