MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isSmoothWorld

Method isSmoothWorld

src/main/java/net/minecraft/src/Config.java:1421–1423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1419 }
1420
1421 public static boolean isSmoothWorld() {
1422 return gameSettings.ofSmoothWorld;
1423 }
1424
1425 public static boolean isLazyChunkLoading() {
1426 return gameSettings.ofLazyChunkLoading;

Callers 3

waitForServerThreadMethod · 0.95
onUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected