Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getUpdateTextures
Method
getUpdateTextures
src/main/ConverterData.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
boolean getUpdateTextures() {
21
return
this.updateTextures;
22
}
23
24
public
void
setUpdateTextures(boolean copyTextures) {
25
this.updateTextures = copyTextures;
Callers
3
Main
Method · 0.95
convert
Method · 0.45
getConverterData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected