Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Main
Method · 0.95
updateTextures
Method · 0.80
Calls
1
getName
Method · 0.95
Tested by
no test coverage detected