MixedMultiblockComponent

Displays all kind of MultiblockComponents that implement MultiblockComponentBlockDisplay, together with special item handling for RebarMultiblockComponent

Constructors

Link copied to clipboard
constructor(multiblockComponents: Collection<RebarSimpleMultiblock.MultiblockComponent>)
constructor(vararg validators: RebarSimpleMultiblock.MultiblockComponent)

Functions

Link copied to clipboard
open override fun matches(block: Block): Boolean
Link copied to clipboard
open override fun placeDefaultBlock(block: Block)

Sets block to a 'default' value which matches this MultiblockComponent.

Link copied to clipboard
open override fun spawnGhostBlocks(block: Block): List<UUID>