Package org.spoutcraft.client.gui.precache

Examples of org.spoutcraft.client.gui.precache.GuiPrecache


  }

  public static void showPreloadGui() {
    // Display precache GUI
    if (SpoutClient.getHandle().currentScreen instanceof GuiDownloadTerrain) {
      SpoutClient.getHandle().displayGuiScreen(new GuiPrecache(), false);
      //setPreloadGuiText("Checking plugin caches...");
    }
  }
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.gui.precache.GuiPrecache

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.