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

Method setSmoothCamera

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

Source from the content-addressed store, hash-verified

430 }
431
432 @Override
433 public void setSmoothCamera(boolean smoothCamera) {
434 getGameSettings().aG = smoothCamera;
435 }
436
437 @Override
438 public boolean isSmoothCamera() {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected