ForgeTomlScanner

expect open class ForgeTomlScanner

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

Author

Griefed

Inheritors

actual open class ForgeTomlScanner(tomlParser: TomlParser) : Scanner<TreeSet<File>, Collection<File>>

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

Parameters

tomlParser

To parse .toml-files.

Inheritors

Constructors

Link copied to clipboard
constructor(tomlParser: TomlParser)

Properties

Link copied to clipboard
val ForgeTomlScanner.bothServer: <Error class: unknown class>
Link copied to clipboard
val ForgeTomlScanner.forgeMinecraft: <Error class: unknown class>
Link copied to clipboard
expect open val modsToml: String
actual open 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.