()
| 1419 | } |
| 1420 | |
| 1421 | public static boolean isSmoothWorld() { |
| 1422 | return gameSettings.ofSmoothWorld; |
| 1423 | } |
| 1424 | |
| 1425 | public static boolean isLazyChunkLoading() { |
| 1426 | return gameSettings.ofLazyChunkLoading; |
no outgoing calls
no test coverage detected