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