Bedrock Energistics Core
    Preparing search index...

    Interface MachineItemStackBeta

    Representation of an item stack stored in a machine inventory.

    interface MachineItemStack {
        count: number;
        typeId: string;
    }
    Index

    Properties

    Properties

    count: number

    The amount of this item.

    typeId: string

    The type ID of the item.