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

Method getChatBoxText

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

Source from the content-addressed store, hash-verified

319 }
320
321 @Override
322 public String getChatBoxText() {
323 if (!isChatOpened()) {
324 return null;
325 }
326 return getChatField().b();
327 }
328
329 @Override
330 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