Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getTextureVersion
Method
getTextureVersion
src/periphery/TextureOptions.java:14–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
int
getTextureVersion() {
15
try {
16
return
Integer.valueOf(this.textureVersion);
17
} catch (java.lang.NumberFormatException e) {
18
return
0;
19
}
20
}
21
22
public
int
getScale() {
23
return
this.scale;
Callers
1
isUpToDate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected