Package net.minecraft.src

Examples of net.minecraft.src.MainShutdownHook


    if (var33 != null) {
      var32.setServer(var33, ((Integer)var17.valueOf(var3)).intValue());
    }

    Runtime.getRuntime().addShutdownHook(new MainShutdownHook());

    if (!var18.isEmpty()) {
      System.out.println("Completely ignored arguments: " + var18);
    }
View Full Code Here

TOP

Related Classes of net.minecraft.src.MainShutdownHook

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.