NeoForgeTomlScanner

class NeoForgeTomlScanner(tomlParser: TomlParser) : ForgeTomlScanner

neoforge.mods.toml-based scanning of NeoForge-Minecraft mods for Minecraft 1.16.5 and newer.

Parameters

tomlParser

To parse .toml-files.

Constructors

Link copied to clipboard
constructor(tomlParser: TomlParser)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val modsToml: String

Functions

Link copied to clipboard
open override fun scan(jarFiles: Collection<File>): TreeSet<File>

Scan the mods.toml-files in mod JAR-files of a given directory for their sideness.