public abstract class PlatformUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformUtils.AuthType |
| Constructor and Description |
|---|
PlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
abstract PlatformUtils.AuthType |
authType()
Returns the authentication type used on the platform
|
abstract String |
minecraftVersion()
Returns the Minecraft version the server is based on (or the most recent supported version
for proxy platforms)
|
abstract String |
serverImplementationName() |
public abstract PlatformUtils.AuthType authType()
public abstract String minecraftVersion()
public abstract String serverImplementationName()