MCPcopy Create free account
hub / github.com/ZWareDevelopment/ClientBase / Colors

Class Colors

src/main/java/dev/zihasz/client/utils/render/Colors.java:5–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import java.awt.*;
4
5public class Colors {
6
7 public Color fore;
8 public Color back;
9 public Color font;
10
11 public Colors(Color fore, Color back, Color font) {
12 this.fore = fore;
13 this.back = back;
14 this.font = font;
15 }
16
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected