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

Method getChatBoxText

Minecraft-Utils/1.8/src/Variables.java:315–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 @Override
316 public String getChatBoxText() {
317 if (!isChatOpened()) {
318 return null;
319 }
320 return getChatField().b();
321 }
322
323 @Override
324 public void typeInChatGUI(String text) {

Callers

nothing calls this directly

Calls 3

isChatOpenedMethod · 0.95
getChatFieldMethod · 0.95
bMethod · 0.45

Tested by

no test coverage detected