Package net.minecraft.src

Examples of net.minecraft.src.ServerData


   * @param port
   */
  public void join(String ip, int port, GuiScreen from, String name) {
    this.joinedFrom = from;
    this.screenName = name;
    SpoutClient.getHandle().displayGuiScreen(new GuiConnecting(SpoutClient.getHandle(), new ServerData(name, ip + ":" + port)));
  }
View Full Code Here

TOP

Related Classes of net.minecraft.src.ServerData

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.