SerenityJS
    Preparing search index...

    Interface ItemTypeBlockPlacerComponentOptions

    interface ItemTypeBlockPlacerComponentOptions {
        blockType: BlockType;
        useBlockAsIcon: boolean;
        useOnBlocks: string[];
    }
    Index

    Properties

    blockType: BlockType

    The block type that the item type will place.

    useBlockAsIcon: boolean

    Whether the block image should be used as the item icon.

    useOnBlocks: string[]

    The blocks that this item can be used on.