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

Method getFolder

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

Source from the content-addressed store, hash-verified

64 }
65
66 public File getFolder() {
67 return new File(TEXTURES_FOLDER + File.separator + this.getName());
68 }
69
70 public TextureOptions getTextureOptions() {
71 return this.textureOptions;

Callers 2

MainMethod · 0.95
updateTexturesMethod · 0.80

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected