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

Method getChatBoxText

Minecraft-Utils/1.9.4/src/Variables.java:289–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 }
288
289 @Override
290 public String getChatBoxText() {
291 if (!isChatOpened()) {
292 return null;
293 }
294 return getChatField().b();
295 }
296
297 @Override
298 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