SerenityJS
    Preparing search index...

    Class ResourcePackDescriptor

    Hierarchy

    • DataType
      • ResourcePackDescriptor
    Index

    Constructors

    • Creates a new instance of ResourcePackDescriptor.

      Parameters

      • uuid: string

        The UUID of the resource pack.

      • contentKey: string

        The content key of the resource pack.

      • hasScripts: boolean

        Whether the resource pack has scripts.

      • rtxEnabled: boolean

        Whether the resource pack has RTX capabilities enabled.

      • size: bigint

        The size of the resource pack.

      • subpackName: string

        The name of the subpack, if applicable.

      • contentIdentity: string

        The content identity of the resource pack.

      • version: string

        The version of the resource pack.

      • addonPack: boolean

        Whether the resource pack is part of an addon pack.

      • cdnLink: string

        The CDN link for the resource pack, if applicable.

      Returns ResourcePackDescriptor

    Properties

    cdnUrl: string

    The CDN link for the resource pack, if applicable.

    contentIdentity: string

    The content identity of the resource pack.

    contentKey: string

    The content key of the resource pack.

    hasRtxCapabilities: boolean

    Whether the resource pack has RTX capabilities enabled.

    hasScripts: boolean

    Whether the resource pack has scripts.

    isAddonPack: boolean

    Whether the resource pack is apart of an addon pack.

    size: bigint

    The size of the resource pack.

    subpackName: string

    The name of the subpack if applicable.

    uuid: string

    The uuid of the resource pack.

    version: string

    The version of the resource pack.

    Methods