Package org.spoutcraft.launcher

Examples of org.spoutcraft.launcher.Channel


        Compatibility.open(logDirectory);
      } catch (Exception e) {
        e.printStackTrace();
      }
    } else if (command.equals(SAVE_ACTION)) {
      Channel prev = Settings.getSpoutcraftChannel();
      String build = Settings.getSpoutcraftSelectedBuild();
      String minecraftVersion = Settings.getMinecraftVersion();
      boolean oldDebug = Settings.isDebugMode();

      // Save
View Full Code Here

TOP

Related Classes of org.spoutcraft.launcher.Channel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.