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

Method displayScreen

Minecraft-Utils/1.8/src/Variables.java:439–445  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

437 }
438
439 @Override
440 public void displayScreen(Gui gui) {
441 if (gui == null)
442 displayScreen((bxf) null);
443 else
444 displayScreen(gui.getHandle());
445 }
446
447 @Override
448 public void displayScreen(Object gui) {

Callers 2

joinServerMethod · 0.95
disconnectFromWorldMethod · 0.95

Calls 3

getMinecraftMethod · 0.95
getHandleMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected