Vanilla Multiblock Component
data class VanillaMultiblockComponent(val materials: List<Material>) : Record, RebarSimpleMultiblock.SingleGhostBlock, RebarSimpleMultiblock.MultiblockComponent, RebarSimpleMultiblock.MultiblockComponentBlockDisplay(source)
Represents a vanilla component of a multiblock, which can have one or more materials.
If multiple materials are specified, the ghost block will automatically cycle through all the given materials in order.
Functions
Link copied to clipboard
Link copied to clipboard
Sets block to a 'default' value which matches this MultiblockComponent.
Link copied to clipboard