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

Method setTranslucent

src/vmfWriter/texture/ValveTexture.java:26–29  ·  view source on GitHub ↗
(boolean translucent)

Source from the content-addressed store, hash-verified

24 }
25
26 public ValveTexture setTranslucent(boolean translucent) {
27 this.translucent = translucent;
28 return this;
29 }
30
31 public ValveTexture setColor(Color color) {
32 this.color = color;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected