Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

view distance #1557

Merged
merged 1 commit into from
Dec 13, 2017
Merged

view distance #1557

merged 1 commit into from
Dec 13, 2017

Conversation

kashike
Copy link
Contributor

@kashike kashike commented Oct 4, 2017

@kashike kashike added the status: wip Work in progress label Oct 4, 2017
@kashike kashike requested a review from gabizou as a code owner October 4, 2017 00:08
@@ -103,6 +103,15 @@

@Setting(value = "weather-ice-and-snow", comment = "Enable to allow the natural formation of ice and snow in supported biomes.")
private boolean weatherIceAndSnow = true;

public static final int USE_SERVER_VIEW_DISTANCE = -1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be exposed in the API?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would a clearCustomViewDistance() method make sense instead?


public void setViewDistance(final int viewDistance) {
this.viewDistance = viewDistance;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New line while you're at it?

@gabizou gabizou merged commit 7d683da into bleeding Dec 13, 2017
gabizou added a commit that referenced this pull request Dec 13, 2017
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
@gabizou gabizou deleted the feature/vd branch January 16, 2018 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants