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

Method clear

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

Source from the content-addressed store, hash-verified

207 }
208
209 @Override
210 public void clear() {
211 sentMessages.clear();
212 singleChatLines.clear();
213 chatLines.clear();
214 resetScroll();
215 }
216
217 @Override
218 public void refreshChat() {

Callers

nothing calls this directly

Calls 2

resetScrollMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected