MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / joinServer

Method joinServer

Minecraft-Utils/1.7.10/src/Variables.java:454–462  ·  view source on GitHub ↗
(String host, int port)

Source from the content-addressed store, hash-verified

452 }
453
454 @Override
455 public void joinServer(String host, int port) {
456 if (getWorld() != null) {
457 getWorld().F();
458 }
459
460 MinecraftFactory.getClassProxyCallback().resetServer();
461 displayScreen(new bcx((bdw) getMinecraftScreen(), getMinecraft(), new bjn(host, host + ":" + port)));
462 }
463
464 @Override
465 public void joinServer(Object parentScreen, Object serverData) {

Callers

nothing calls this directly

Calls 6

getWorldMethod · 0.95
getClassProxyCallbackMethod · 0.95
displayScreenMethod · 0.95
getMinecraftScreenMethod · 0.95
getMinecraftMethod · 0.95
resetServerMethod · 0.65

Tested by

no test coverage detected