Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ setFOV
Method
setFOV
Minecraft-Utils/1.7.10/src/Variables.java:416–419 ·
view source on GitHub ↗
(float fov)
Source
from the content-addressed store, hash-verified
414
}
415
416
@Override
417
public
void
setFOV(float fov) {
418
getGameSettings().aF = fov;
419
}
420
421
@Override
422
public
float getFOV() {
Callers
nothing calls this directly
Calls
1
getGameSettings
Method · 0.95
Tested by
no test coverage detected