Bedrock Energistics Core

    Interface UiStorageBarElementDefinitionBeta

    Options for defining a storage bar UI element.

    A storage bar element takes up 4 slots in an inventory, so ensure that the machine entity's inventory is properly sized.

    interface UiStorageBarElementDefinition {
        defaults?: UiStorageBarElementUpdateOptions;
        startIndex: number;
        type: "storageBar";
    }
    Index

    Properties

    startIndex: number
    type: "storageBar"
    MMNEPVFCICPMFPCPTTAAATR