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

Method draw

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

Source from the content-addressed store, hash-verified

218 }
219
220 public void draw (Graphics g) {
221 if (!initiated)
222 init(g);
223
224 paint(g);
225 }
226
227 public void init(Graphics g) {
228 boldFont = Font.getFont(Font.FACE_SYSTEM, Font.STYLE_BOLD, Font.SIZE_SMALL);

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
paintMethod · 0.95

Tested by

no test coverage detected