MCPcopy Index your code
hub / github.com/Garten/sourcecraft / setSkin

Method setSkin

src/source/SkinManager.java:34–36  ·  view source on GitHub ↗
(int material, String texture)

Source from the content-addressed store, hash-verified

32 }
33
34 public void setSkin(int material, String texture) {
35 this.skin[material] = new Skin(this.folder + texture, this.textureScale);
36 }
37
38 public void setSkin(int material, String main, String topBottom) {
39 this.skin[material] = new Skin(this.folder + main, this.folder + topBottom, this.textureScale);

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected