Class MinecraftClient
-
- All Implemented Interfaces:
public final class MinecraftClientRelevant information about a given Minecraft client.
Griefed
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringversionprivate final Typetypeprivate final URLurlprivate final MinecraftServerminecraftServer
-
Method Summary
Modifier and Type Method Description final StringgetVersion()final TypegetType()final URLgetUrl()final MinecraftServergetMinecraftServer()final Optional<List<ForgeInstance>>forge()Get the ForgeInstance for this client, wrapped in an Optional. -
-
Method Detail
-
getVersion
final String getVersion()
-
getMinecraftServer
final MinecraftServer getMinecraftServer()
-
forge
final Optional<List<ForgeInstance>> forge()
Get the ForgeInstance for this client, wrapped in an Optional.
- Returns:
Forge instance for this client, wrapped in an Optional.
-
-
-
-