General warning cleanup
This commit is contained in:
@@ -77,11 +77,6 @@ public class ReplaySettings {
|
||||
return (Boolean) ReplayOptions.linear.getValue();
|
||||
}
|
||||
|
||||
public void setLinearMovement(boolean linear) {
|
||||
ReplayOptions.linear.setValue(linear);
|
||||
rewriteSettings();
|
||||
}
|
||||
|
||||
public boolean isLightingEnabled() {
|
||||
return (Boolean) ReplayOptions.lighting.getValue();
|
||||
}
|
||||
@@ -92,15 +87,6 @@ public class ReplaySettings {
|
||||
rewriteSettings();
|
||||
}
|
||||
|
||||
public boolean getWaitForChunks() {
|
||||
return (Boolean) RenderOptions.waitForChunks.getValue();
|
||||
}
|
||||
|
||||
public void setWaitForChunks(boolean wait) {
|
||||
RenderOptions.waitForChunks.setValue(wait);
|
||||
rewriteSettings();
|
||||
}
|
||||
|
||||
public boolean showPathPreview() { return (Boolean) ReplayOptions.previewPath.getValue(); }
|
||||
|
||||
public void setShowPathPreview(boolean show) {
|
||||
|
||||
Reference in New Issue
Block a user