Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ setFOV
Method
setFOV
Minecraft-Utils/1.8.8/src/Variables.java:425–428 ·
view source on GitHub ↗
(float fov)
Source
from the content-addressed store, hash-verified
423
}
424
425
@Override
426
public
void
setFOV(float fov) {
427
getGameSettings().aH = fov;
428
}
429
430
@Override
431
public
float getFOV() {
Callers
nothing calls this directly
Calls
1
getGameSettings
Method · 0.95
Tested by
no test coverage detected