Class Utils

Object
Utils

public class Utils extends Object
  • Method Details

    • isOffline

      public static boolean isOffline()
      Indicates the game is offline for maintenance.
      Returns:
      usually false, indicating the game is live.
    • parseCommand

      public static String[] parseCommand(String aCommand)
      split up the command into different words.
      Parameters:
      aCommand - String containing the command
      Returns:
      String array where each String contains a word from the command.