Package mindustry.net
Class BeControl
java.lang.Object
mindustry.net.BeControl
Handles control of bleeding edge builds.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
active()
void
checkUpdate
(Boolc done) asynchronously checks for updates.boolean
void
shows the dialog for updating the game on desktop, or a prompt for doing so on the server
-
Constructor Details
-
BeControl
public BeControl()
-
-
Method Details
-
active
public boolean active()- Returns:
- whether this is a bleeding edge build.
-
checkUpdate
asynchronously checks for updates. -
isUpdateAvailable
public boolean isUpdateAvailable()- Returns:
- whether a new update is available
-
showUpdateDialog
public void showUpdateDialog()shows the dialog for updating the game on desktop, or a prompt for doing so on the server
-