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

Method getName

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

Source from the content-addressed store, hash-verified

60 }
61
62 public String getName() {
63 return this.name;
64 }
65
66 public File getFolder() {
67 return new File(TEXTURES_FOLDER + File.separator + this.getName());

Callers 6

getFolderMethod · 0.95
detectTexturePacksMethod · 0.45
getMatriealPathMethod · 0.45
getConvertOptionNamesMethod · 0.45
getConvertOptionMethod · 0.45
setConvertDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected