Search Results for

    Show / Hide Table of Contents

    Class ResourcePackManifest

    Inheritance
    System.Object
    ResourcePackManifest
    Namespace: OpenAPI.Utils.ResourcePacks
    Assembly: OpenAPI.dll
    Syntax
    public class ResourcePackManifest : object

    Properties

    | Improve this Doc View Source

    FormatVersion

    Declaration
    public long FormatVersion { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Header

    Declaration
    public Header Header { get; set; }
    Property Value
    Type Description
    Header
    | Improve this Doc View Source

    Modules

    Declaration
    public Module[] Modules { get; set; }
    Property Value
    Type Description
    Module[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX