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

Method MainBar

src/main/java/ui/MainBar.java:42–48  ·  view source on GitHub ↗
(int size, Object first, Object second, boolean bold)

Source from the content-addressed store, hash-verified

40 public boolean rShift = false;
41
42 public MainBar(int size, Object first, Object second, boolean bold) {
43 this (size);
44 if (first!=null) setElementAt(first,0);
45 if (second!=null) setElementAt(second,1);
46
47 font = FontCache.getFont(bold, FontCache.bar);
48 }
49
50 public MainBar(Object obj) {
51 this(1, obj, null, false);

Callers

nothing calls this directly

Calls 4

getFontMethod · 0.95
getInstanceMethod · 0.95
setElementAtMethod · 0.80
setSizeMethod · 0.45

Tested by

no test coverage detected