Interface NeoForgeInstance
-
- All Implemented Interfaces:
public interface NeoForgeInstance
-
-
Method Summary
Modifier and Type Method Description abstract Optional<MinecraftClient>minecraftClient()Get this Forge instances corresponding Minecraft client instance, wrapped in an Optional abstract StringgetMinecraftVersion()abstract StringgetNeoForgeVersion()abstract URLgetInstallerUrl()-
-
Method Detail
-
minecraftClient
abstract Optional<MinecraftClient> minecraftClient()
Get this Forge instances corresponding Minecraft client instance, wrapped in an Optional
- Returns:
Client wrapped in an Optional.
-
getMinecraftVersion
abstract String getMinecraftVersion()
-
getNeoForgeVersion
abstract String getNeoForgeVersion()
-
getInstallerUrl
abstract URL getInstallerUrl()
-
-
-
-