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

Method isChatOpened

Minecraft-Utils/1.12/src/Variables.java:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 @Override
318 public boolean isChatOpened() {
319 return getMinecraftScreen() instanceof bkl;
320 }
321
322 @Override
323 public String getChatBoxText() {

Callers 2

getChatBoxTextMethod · 0.95
typeInChatGUIMethod · 0.95

Calls 1

getMinecraftScreenMethod · 0.95

Tested by

no test coverage detected