Package org.spoutcraft.client.gui.mainmenu

Examples of org.spoutcraft.client.gui.mainmenu.MainMenu


      case 2:
        this.mc.theWorld.sendQuittingDisconnectingPacket();
        this.mc.loadWorld((WorldClient)null);
        // Spout Start
        this.mc.displayGuiScreen(new MainMenu());
        // Spout End
    }
  }
View Full Code Here


      if (this.clientHandler != null) {
        this.clientHandler.disconnect();
      }

      // Spout Start
      this.mc.displayGuiScreen(new MainMenu());
      // Spout End
    }
  }
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.gui.mainmenu.MainMenu

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.