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

Method getMainBarBGnd

src/main/java/ui/VirtualList.java:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 abstract public VirtualElement getItemRef(int index);
74
75 protected int getMainBarBGnd() { return ColorTheme.getColor(ColorTheme.BAR_BGND);}
76 protected int getMainBarBGndBottom() { return ColorTheme.getColor(ColorTheme.BAR_BGND_BOTTOM);}
77
78 protected StaticData sd=StaticData.getInstance();

Callers 2

drawInfoPanelMethod · 0.95
drawMainPanelMethod · 0.95

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected