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

Method setSmoothCamera

Minecraft-Utils/1.8.8/src/Variables.java:435–438  ·  view source on GitHub ↗
(boolean smoothCamera)

Source from the content-addressed store, hash-verified

433 }
434
435 @Override
436 public void setSmoothCamera(boolean smoothCamera) {
437 getGameSettings().aF = smoothCamera;
438 }
439
440 @Override
441 public boolean isSmoothCamera() {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected