Bedrock Energistics Core
    Preparing search index...

    Interface UiStorageBarElementUpdateOptionsBeta

    interface UiStorageBarElementUpdateOptions {
        label?: string;
        max?: number;
        type?: string;
    }
    Index

    Properties

    Properties

    label?: string

    Use this property to override the label of the storage bar.

    max?: number

    The max amount to display on this on storage bar. Defaults to MachineDefinitionDescription.maxStorage

    type?: string

    The type of this storage bar. Set to "_disabled" to disable the storage bar.

    "_disabled"