SerenityJS
    Preparing search index...

    Class NetworkItemStackDescriptor

    Represents a network item stack descriptor.

    Hierarchy

    • DataType
      • NetworkItemStackDescriptor
    Index

    Constructors

    • Creates an instance of NetworkItemStackDescriptor.

      Parameters

      • network: number
      • OptionalstackSize: null | number

        The size of the stack.

      • Optionalmetadata: null | number

        The metadata of the item.

      • OptionalstackNetId: null | number

        The stack net id of the item.

      • OptionalnetworkBlockid: null | number

        The network block id of the item.

      • Optionalextras: null | ItemInstanceUserData

        The extra data of the item.

      Returns NetworkItemStackDescriptor

    Properties

    extras: null | ItemInstanceUserData

    The extra data of the item.

    metadata: null | number

    The metadata of the item.

    network: number

    The network id of the item.

    networkBlockId: null | number

    The network block id of the item.

    stackNetId: null | number

    The stack net id of the item.

    stackSize: null | number

    The size of the stack.

    Methods