Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ updateScaledResolution
Method
updateScaledResolution
Minecraft-Utils/1.8/src/Variables.java:912–915 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
910
}
911
912
@Override
913
public
void
updateScaledResolution() {
914
this.scaledResolution =
new
buf(getMinecraft(), getWidth(), getHeight());
915
}
916
917
@Override
918
public
int
getWidth() {
Callers
1
Variables
Method · 0.95
Calls
3
getMinecraft
Method · 0.95
getWidth
Method · 0.95
getHeight
Method · 0.95
Tested by
no test coverage detected