Bedrock Energistics Core
    Preparing search index...

    Interface ItemMachineGetIoResponseBeta

    interface ItemMachineGetIoResponse {
        acceptsAny?: boolean;
        categories?: string[];
        types?: string[];
    }
    Index

    Properties

    acceptsAny?: boolean

    Accept any storage type. If this is true, categories and types are ignored.

    categories?: string[]

    Accepted storage type categories.

    types?: string[]

    Accepted storage types.