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

Method getFOV

Minecraft-Utils/1.13/src/Variables.java:439–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437 }
438
439 @Override
440 public float getFOV() {
441 return (float) getGameSettings().aH;
442 }
443
444 @Override
445 public void setSmoothCamera(boolean smoothCamera) {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected