Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ setFOV
Method
setFOV
Minecraft-Utils/1.9.4/src/Variables.java:389–392 ·
view source on GitHub ↗
(float fov)
Source
from the content-addressed store, hash-verified
387
}
388
389
@Override
390
public
void
setFOV(float fov) {
391
getGameSettings().ax = fov;
392
}
393
394
@Override
395
public
float getFOV() {
Callers
nothing calls this directly
Calls
1
getGameSettings
Method · 0.95
Tested by
no test coverage detected