SerenityJS
    Preparing search index...

    Interface ItemStackOptions

    interface ItemStackOptions {
        metadata: number;
        stackSize: number;
        storage?: ItemStackLevelStorage;
        world?: World;
    }
    Index

    Properties

    metadata: number

    The metadata of the item stack.

    stackSize: number

    The amount of items in the stack.

    The level storage for the item stack.

    world?: World

    The world that the item stack is in.