Interface ModDocumentation

Objects used to represent mod API documentation.

interface ModDocumentation {
    name: string;
    props: object;
}

Properties

Properties

name: string

Full name of the API.

props: object

Object containing descriptions of methods and properties of the API, where keys are methods and properties names and values are their descriptions.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.