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

Method setSourceSkin

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

Source from the content-addressed store, hash-verified

28 private String folder;
29
30 public void setSourceSkin(int material, String texture) {
31 this.skin[material] = new Skin(texture, this.textureScale);
32 }
33
34 public void setSkin(int material, String texture) {
35 this.skin[material] = new Skin(this.folder + texture, this.textureScale);

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected