Package net.minecraft.src

Examples of net.minecraft.src.Minecraft.run()


      System.out.println("Completely ignored arguments: " + var18);
    }

    Thread.currentThread().setName("Minecraft main thread");
    DownloadAssets.importOldConfig();
    var32.run();
  }

  private static boolean func_110121_a(String par0Str) {
    return par0Str != null && !par0Str.isEmpty();
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.