MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setColor

Method setColor

src/vmfWriter/texture/ValveTexture.java:31–34  ·  view source on GitHub ↗
(Color color)

Source from the content-addressed store, hash-verified

29 }
30
31 public ValveTexture setColor(Color color) {
32 this.color = color;
33 return this;
34 }
35
36 @Override
37 public void writeVmf(ValveWriter writer) throws IOException {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected