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

Method setFOV

Minecraft-Utils/1.8/src/Variables.java:414–417  ·  view source on GitHub ↗
(float fov)

Source from the content-addressed store, hash-verified

412 }
413
414 @Override
415 public void setFOV(float fov) {
416 getGameSettings().aD = fov;
417 }
418
419 @Override
420 public float getFOV() {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected