()
| 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; |
no test coverage detected