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