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

Method getFont

src/main/java/Messages/MessageParser.java:381–383  ·  view source on GitHub ↗
(boolean bold)

Source from the content-addressed store, hash-verified

379 }
380
381 public Font getFont(boolean bold) {
382 return FontCache.getFont(bold, FontCache.msg);
383 }
384}

Callers 1

parseMessageMethod · 0.95

Calls 1

getFontMethod · 0.95

Tested by

no test coverage detected