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

Method clearChatMessages

Minecraft-Utils/1.10/src/Gui2ndChat.java:146–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 public void clearChatMessages() {
147 this.singleChatLines.clear();
148 this.chatLines.clear();
149 this.sentMessages.clear();
150 }
151
152 @Override
153 public void printChatMessage(String message) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected