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

Method disconnectFromWorld

Minecraft-Utils/1.8/src/Variables.java:475–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473 }
474
475 @Override
476 public void disconnectFromWorld() {
477 if (getWorld() != null) {
478 getWorld().H();
479 }
480 getMinecraft().a((cen) null);
481 displayScreen(new bxq());
482 }
483
484 @Override
485 public IServerPinger getServerPinger() {

Callers

nothing calls this directly

Calls 4

getWorldMethod · 0.95
getMinecraftMethod · 0.95
displayScreenMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected