Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ setFOV
Method
setFOV
Minecraft-Utils/1.13/src/Variables.java:434–437 ·
view source on GitHub ↗
(float fov)
Source
from the content-addressed store, hash-verified
432
}
433
434
@Override
435
public
void
setFOV(float fov) {
436
getGameSettings().aH = fov;
437
}
438
439
@Override
440
public
float getFOV() {
Callers
nothing calls this directly
Calls
1
getGameSettings
Method · 0.95
Tested by
no test coverage detected