Add adaptive zoomout levels for HDMaps, change zoomout processing to handle it properly
This commit is contained in:
parent
898f4a6740
commit
02329673b2
6 changed files with 67 additions and 21 deletions
|
|
@ -24,6 +24,8 @@ public interface HDPerspective {
|
|||
public boolean isHightestBlockYDataNeeded();
|
||||
public boolean isRawBiomeDataNeeded();
|
||||
public boolean isBlockTypeDataNeeded();
|
||||
|
||||
double getScale();
|
||||
|
||||
public void addClientConfiguration(JSONObject mapObject);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue