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

Method isSignGUIOpened

Minecraft-Utils/1.13/src/Variables.java:371–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369 }
370
371 @Override
372 public boolean isSignGUIOpened() {
373 return getMinecraftScreen() instanceof cli;
374 }
375
376 @Override
377 public void registerKeybindings(List<IKeybinding> keybindings) {

Callers

nothing calls this directly

Calls 1

getMinecraftScreenMethod · 0.95

Tested by

no test coverage detected