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

Method drawFooter

src/main/java/Menu/MenuContainer.java:77–80  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

75 }
76*/
77 public static void drawFooter(Graphics g){
78 g.setColor(0x000000);
79 g.fillRect(0, scHeight-boldHeight, scWidth, boldHeight);
80 }
81
82 public static void drawCenterCommand(Graphics g, String val){
83 g.setColor(0xffffff);

Callers 1

paintMethod · 0.95

Calls 2

setColorMethod · 0.45
fillRectMethod · 0.45

Tested by

no test coverage detected