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

Method getLineCount

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

Source from the content-addressed store, hash-verified

372 }
373
374 @Override
375 public int getLineCount() {
376 return this.getChatHeight() / 9;
377 }
378
379 public static void highlightChatLine(ey chatComponent, int x, int y, int alpha) {
380 List<String> highlightWords;

Callers 3

drawMethod · 0.95
scrollMethod · 0.95
getChatComponentMethod · 0.95

Calls 1

getChatHeightMethod · 0.95

Tested by

no test coverage detected