コード例 #1
0
ファイル: GuiScreen.java プロジェクト: devoidoflife/panoply
 /** 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);
 }
コード例 #2
0
 /** 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);
 }