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

Method getTextureSize

src/periphery/TexturePack.java:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public int getTextureSize() {
56 if (this.textureOptions == null) {
57 return -1;
58 }
59 return this.textureOptions.getScale();
60 }
61
62 public String getName() {
63 return this.name;

Callers 1

initMethod · 0.80

Calls 1

getScaleMethod · 0.65

Tested by

no test coverage detected