MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / drawText

Method drawText

src/main/java/gregapi/NEI_RecipeMap.java:637–639  ·  view source on GitHub ↗
(int aX, int aY, String aString, int aColor)

Source from the content-addressed store, hash-verified

635 }
636
637 public static void drawText(int aX, int aY, String aString, int aColor) {
638 Minecraft.getMinecraft().fontRenderer.drawString(aString, aX, aY, aColor);
639 }
640
641 @Override
642 public int recipiesPerPage() {

Callers 1

drawExtrasMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected