Interface ModObj

Used when you ask for mods in a set a instance

Hierarchy

Properties

coreMod: boolean

Tells you if a set mod is a core mod. For older version of forge.

enabled: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

icon?: string
name: string
toggle: ((on) => boolean)

Type declaration

    • (on): boolean
    • Toggles a set mod on and off based on the "on" variable

      Parameters

      • on: boolean

      Returns boolean

Generated using TypeDoc