Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFolder
Method · 0.95
detectTexturePacks
Method · 0.45
getMatriealPath
Method · 0.45
getConvertOptionNames
Method · 0.45
getConvertOption
Method · 0.45
setConvertData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected