Examples of GuiPrecache


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
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.