public final class MinecraftServer extends Manifests
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Byte> |
javaVersion()
Get the Java-version of this Minecraft-server.
|
Type |
type()
Get the release-type of this Minecraft-server.
|
java.util.Optional<java.net.URL> |
url()
Get the
URL to the download of this Minecraft-servers JAR-file. |
java.lang.String |
version()
Get the Minecraft-version of this server.
|
public java.lang.String version()
public Type type()
Type.RELEASE or
Type.SNAPSHOT.public java.util.Optional<java.net.URL> url()
URL to the download of this Minecraft-servers JAR-file.public java.util.Optional<java.lang.Byte> javaVersion()