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

Method getLineCount

Minecraft-Utils/1.8.9/src/Gui2ndChat.java:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 }
372
373 @Override
374 public int getLineCount() {
375 return this.getChatHeight() / 9;
376 }
377
378 public static void highlightChatLine(eu chatComponent, int x, int y, int alpha) {
379 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