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

Method getChatBoxText

Minecraft-Utils/1.13/src/Variables.java:334–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 @Override
335 public String getChatBoxText() {
336 if (!isChatOpened()) {
337 return null;
338 }
339 return getChatField().b();
340 }
341
342 @Override
343 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