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

Method refreshChat

Minecraft-Utils/1.10.2/src/Gui2ndChat.java:210–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 @Override
211 public void refreshChat() {
212 this.singleChatLines.clear();
213 this.resetScroll();
214
215 for (int i = this.chatLines.size() - 1; i >= 0; --i) {
216 GuiChatLine chatLine = this.chatLines.get(i);
217 this.setChatLine(chatLine.getChatComponent(), chatLine.getChatLineID(), chatLine.getUpdatedCounter(), true);
218 }
219
220 }
221
222 public List<String> getSentMessages() {
223 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