MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / drawLeftCommand

Method drawLeftCommand

src/main/java/Menu/MenuContainer.java:89–94  ·  view source on GitHub ↗
(Graphics g, String val)

Source from the content-addressed store, hash-verified

87 }
88
89 public static void drawLeftCommand(Graphics g, String val){
90 g.setColor(0xffffff);
91 g.setFont(getBoldFont());
92 int tw = getBoldFont().stringWidth(val);
93 FontCache.drawString(g,val, 2, scHeight, Graphics.LEFT | Graphics.BOTTOM);
94 }
95
96 public static void drawRightCommand(Graphics g, String val){
97 g.setColor(0xffffff);

Callers 1

paintMethod · 0.95

Calls 5

getBoldFontMethod · 0.95
drawStringMethod · 0.95
stringWidthMethod · 0.65
setColorMethod · 0.45
setFontMethod · 0.45

Tested by

no test coverage detected