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

Method displayScreen

Minecraft-Utils/1.7.10/src/Variables.java:441–447  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

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

Callers 3

typeInChatGUIMethod · 0.95
joinServerMethod · 0.95
disconnectFromWorldMethod · 0.95

Calls 3

getMinecraftMethod · 0.95
getHandleMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected