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

Method setSkinTopFront

src/source/SkinManager.java:46–48  ·  view source on GitHub ↗
(int material, String main, String top, String front, Orientation orientation)

Source from the content-addressed store, hash-verified

44 }
45
46 public void setSkinTopFront(int material, String main, String top, String front, Orientation orientation) {
47 this.skin[material] = new Skin(this.folder + main, this.folder + top, this.folder + front, orientation, this.textureScale);
48 }
49
50 public void setSkinTopFrontBottom(int material, String main, String top, String front, String bottom) {
51 this.skin[material] = new Skin(this.folder + main, this.folder + top, this.folder + front, this.folder + bottom, Orientation.NORTH, this.textureScale);

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected