SerenityJS
    Preparing search index...

    Interface ItemStackOptions

    interface ItemStackOptions {
        auxiliary: number;
        stackSize: number;
        storage?: null | CompoundTag;
        world?: World;
    }
    Index

    Properties

    auxiliary: number

    The auxiliary value of the item stack.

    stackSize: number

    The amount of items in the stack.

    storage?: null | CompoundTag

    The strorage of the item stack, to persist data across level loads.

    world?: World

    The world that the item stack is in.