Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
expect class NeoForgeMeta(oldNeoForgeManifest: <Error class: unknown class>, newNeoForgeManifest: <Error class: unknown class>, utilities: Utilities, installerCacheDirectory: <Error class: unknown class>)

Forge meta containing information about available Forge releases.

actual class NeoForgeMeta

NeoForge meta containing information about available NeoForge releases.

Link copied to clipboard
class NewNeoForgeInstance(val minecraftVersion: String, val neoForgeVersion: String, minecraftMeta: MinecraftMeta) : NeoForgeInstance

An instance of a complete NeoForge combination, containing a Minecraft version, related NeoForge version and the URL to the server installer.

Link copied to clipboard
class OldNeoForgeInstance(val minecraftVersion: String, val neoForgeVersion: String, minecraftMeta: MinecraftMeta) : NeoForgeInstance

An instance of a complete NeoForge combination, containing a Minecraft version, related NeoForge version and the URL to the server installer.