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

Method getColorBGnd

src/main/java/Messages/MessageItem.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 public int getVWidth() { return 0; }
83
84 public int getColorBGnd() {
85 return ColorTheme.getColor(even ? ColorTheme.LIST_BGND_EVEN : ColorTheme.LIST_BGND);
86 }
87 public final void parse() {
88 MessageParser.getInstance().parseMsg(this, VirtualList.messagesWidth);
89 updateHeight();

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected