Bedrock Energistics Core
    Preparing search index...

    Interface RecieveHandlerResponse

    interface RecieveHandlerResponse {
        amount?: number;
        handleStorage?: boolean;
    }
    Index

    Properties

    amount?: number

    Override the amount to recieve.

    handleStorage?: boolean

    Should the API handle setting machine storage?

    • Note the API setting incurs a tick delay, for blocks where the tick order is important, this can help avoid race-conditions.
    true