Bedrock Energistics Core
    Preparing search index...

    Interface MachineUpdateUiHandlerResponseBeta

    interface MachineUpdateUiHandlerResponse {
        buttons?: Record<string, UiButtonElementUpdateOptions>;
        progressIndicators?: Record<string, number>;
        storageBars?: Record<string, UiStorageBarElementUpdateOptions>;
    }
    Index

    Properties

    buttons?: Record<string, UiButtonElementUpdateOptions>
    progressIndicators?: Record<string, number>
    storageBars?: Record<string, UiStorageBarElementUpdateOptions>