SerenityJS
    Preparing search index...

    Interface BlockInventoryTraitOptions

    interface BlockInventoryTraitOptions {
        identifier: ContainerId;
        size: number;
        type: ContainerType;
    }
    Index

    Properties

    Properties

    identifier: ContainerId

    The identifier of the container.

    size: number

    The size of the container.

    type: ContainerType

    The type of the container.