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

Method displayScreen

Minecraft-Utils/1.13/src/Variables.java:459–465  ·  view source on GitHub ↗
(Gui gui)

Source from the content-addressed store, hash-verified

457 }
458
459 @Override
460 public void displayScreen(Gui gui) {
461 if (gui == null)
462 displayScreen((cjs) null);
463 else
464 displayScreen(gui.getHandle());
465 }
466
467 @Override
468 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