Package-level declarations
Types
Link copied to clipboard
interface NeoForgeInstance
Link copied to clipboard
class NeoForgeMeta(oldNeoForgeManifest: File, newNeoForgeManifest: File, utilities: Utilities, installerCacheDirectory: File)
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.