/** Draws a List of strings as a tooltip. Every entry is drawn on a seperate line. */ protected void drawHoveringText(List<String> textLines, int x, int y) { drawHoveringText(textLines, x, y, fontRendererObj); }
/** Draws a List of strings as a tooltip. Every entry is drawn on a seperate line. */ public void drawHoveringText(List<String> textLines, int x, int y) { super.drawHoveringText(textLines, x, y); }