public class LauncherGravitGuard extends java.lang.Object implements LauncherGuardInterface
| Modifier and Type | Field and Description |
|---|---|
java.nio.file.Path |
javaBinPath |
java.lang.String |
protectToken |
| Constructor and Description |
|---|
LauncherGravitGuard() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomEnv(ClientLauncherContext context) |
void |
addCustomParams(ClientLauncherContext context) |
int |
getClientJVMBits() |
java.nio.file.Path |
getJavaBinPath() |
java.lang.String |
getName() |
void |
init(boolean clientInstance) |
void |
setProtectToken(java.lang.String token) |
public java.lang.String protectToken
public java.nio.file.Path javaBinPath
public java.lang.String getName()
getName in interface LauncherGuardInterfacepublic java.nio.file.Path getJavaBinPath()
getJavaBinPath in interface LauncherGuardInterfacepublic int getClientJVMBits()
getClientJVMBits in interface LauncherGuardInterfacepublic void init(boolean clientInstance)
init in interface LauncherGuardInterfacepublic void addCustomParams(ClientLauncherContext context)
addCustomParams in interface LauncherGuardInterfacepublic void addCustomEnv(ClientLauncherContext context)
addCustomEnv in interface LauncherGuardInterfacepublic void setProtectToken(java.lang.String token)
setProtectToken in interface LauncherGuardInterface