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

Method getColor

src/main/java/io/file/transfer/TransferTask.java:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 public int getColor() {
156 return (sending) ? ColorTheme.getColor(ColorTheme.MESSAGE_OUT) : ColorTheme.getColor(ColorTheme.MESSAGE_IN);
157 }
158
159 public void drawItem(Graphics g, int ofs, boolean sel) {
160 int xpgs = (g.getClipWidth() / 3) * 2;

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected