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

Method displayScreen

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

Source from the content-addressed store, hash-verified

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