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

Method joinServer

Minecraft-Utils/1.13/src/Variables.java:472–480  ·  view source on GitHub ↗
(String host, int port)

Source from the content-addressed store, hash-verified

470 }
471
472 @Override
473 public void joinServer(String host, int port) {
474 if (getWorld() != null) {
475 getWorld().S();
476 }
477
478 MinecraftFactory.getClassProxyCallback().resetServer();
479 displayScreen(new ciz((cjs) getMinecraftScreen(), getMinecraft(), new cqy(host, host + ":" + port, false)));
480 }
481
482 @Override
483 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