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

Method isChatOpened

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

Source from the content-addressed store, hash-verified

327 }
328
329 @Override
330 public boolean isChatOpened() {
331 return getMinecraftScreen() instanceof civ;
332 }
333
334 @Override
335 public String getChatBoxText() {

Callers 2

getChatBoxTextMethod · 0.95
typeInChatGUIMethod · 0.95

Calls 1

getMinecraftScreenMethod · 0.95

Tested by

no test coverage detected