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

Method setSmoothCamera

Minecraft-Utils/1.7.10/src/Variables.java:426–429  ·  view source on GitHub ↗
(boolean smoothCamera)

Source from the content-addressed store, hash-verified

424 }
425
426 @Override
427 public void setSmoothCamera(boolean smoothCamera) {
428 getGameSettings().aB = smoothCamera;
429 }
430
431 @Override
432 public boolean isSmoothCamera() {

Callers

nothing calls this directly

Calls 1

getGameSettingsMethod · 0.95

Tested by

no test coverage detected