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

Method refreshChat

Minecraft-Utils/1.12.2/src/Gui2ndChat.java:207–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 @Override
208 public void refreshChat() {
209 this.singleChatLines.clear();
210 this.resetScroll();
211
212 for (int i = this.chatLines.size() - 1; i >= 0; --i) {
213 GuiChatLine chatLine = this.chatLines.get(i);
214 this.setChatLine(chatLine.getChatComponent(), chatLine.getChatLineID(), chatLine.getUpdatedCounter(), true);
215 }
216
217 }
218
219 public List<String> getSentMessages() {
220 return this.sentMessages;

Callers

nothing calls this directly

Calls 8

resetScrollMethod · 0.95
setChatLineMethod · 0.95
getChatComponentMethod · 0.95
getChatLineIDMethod · 0.95
getUpdatedCounterMethod · 0.95
sizeMethod · 0.80
clearMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected