MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setFOV

Method setFOV

Minecraft-Utils/1.12/src/Variables.java:422–425  ·  view source on GitHub ↗
(float fov)

Source from the content-addressed store, hash-verified

420 }
421
422 @Override
423 public void setFOV(float fov) {
424 getGameSettings().aD = fov;
425 }
426
427 @Override
428 public float getFOV() {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected