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

Method isSignGUIOpened

Minecraft-Utils/1.9/src/Variables.java:326–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 @Override
327 public boolean isSignGUIOpened() {
328 return getMinecraftScreen() instanceof bgn;
329 }
330
331 @Override
332 public void registerKeybindings(List<IKeybinding> keybindings) {

Callers

nothing calls this directly

Calls 1

getMinecraftScreenMethod · 0.95

Tested by

no test coverage detected