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

Method disconnectFromWorld

Minecraft-Utils/1.7.10/src/Variables.java:477–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 }
476
477 @Override
478 public void disconnectFromWorld() {
479 if (getWorld() != null) {
480 getWorld().F();
481 }
482 getMinecraft().a((bjf) null);
483 displayScreen(new bee());
484 }
485
486 @Override
487 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