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

Method getChatBoxText

Minecraft-Utils/1.8.8/src/Variables.java:325–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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