Class Utils
Object
Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Indicates the game is offline for maintenance.static String[]
parseCommand
(String aCommand) split up the command into different words.
-
Method Details
-
isOffline
public static boolean isOffline()Indicates the game is offline for maintenance.- Returns:
- usually false, indicating the game is live.
-
parseCommand
-