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

Method SkinManager

src/source/SkinManager.java:58–60  ·  view source on GitHub ↗
(String folder, int textureSizeNew, int scale)

Source from the content-addressed store, hash-verified

56 }
57
58 public SkinManager(String folder, int textureSizeNew, int scale) {
59 this.init(folder, textureSizeNew, scale);
60 }
61
62 public void init(String folder, int textureSizeNew, int scale) {
63 this.textureScale = ((double) scale) / ((double) textureSizeNew);

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected