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

Method getChatBoxText

Minecraft-Utils/1.11/src/Variables.java:322–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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