SerenityJS
    Preparing search index...

    Class NetworkItemStackDescriptorCereal

    Represents a network item stack descriptor.

    Hierarchy

    • DataType
      • NetworkItemStackDescriptorCereal
    Index

    Constructors

    • Creates an instance of NetworkItemStackDescriptorCereal.

      Parameters

      • network: number
      • OptionalstackSize: null | number

        The size of the stack.

      • Optionalmetadata: null | number

        The metadata of the item.

      • OptionalitemStackVariant: null | number

        The item stack variant.

      • OptionalitemStackId: null | number

        The network id of the item stack.

      • OptionalnetworkBlockid: null | number

        The network block id of the item.

      • Optionalextras: null | ItemInstanceUserData

        The extra data of the item.

      Returns NetworkItemStackDescriptorCereal

    Properties

    extras: null | ItemInstanceUserData

    The extra data of the item.

    itemStackId: null | number

    The network id of the item stack.

    itemStackVariant: null | number

    The item stack variant.

    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.

    stackSize: null | number

    The size of the stack.

    Methods