Examples of GuiFavorites


Examples of org.spoutcraft.client.gui.server.GuiFavorites

    hasLoaded = true;
    if (singleplayer == btn) {
      mc.displayGuiScreen(new GuiSelectWorld(this));
    }
    if (multiplayer == btn) {
      mc.displayGuiScreen(new GuiFavorites(this));
    }
    if (resources == btn) {
      this.mc.displayGuiScreen(new GuiScreenTemporaryResourcePackSelect(this, this.mc.gameSettings));
    }
    if (about == btn) {
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.