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

Method displayScreen

Minecraft-Utils/1.8.8/src/Variables.java:450–456  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

448 }
449
450 @Override
451 public void displayScreen(Gui gui) {
452 if (gui == null)
453 displayScreen((axu) null);
454 else
455 displayScreen(gui.getHandle());
456 }
457
458 @Override
459 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