Add support for cleanup of stale tiles (off edge of map)
This commit is contained in:
parent
d00429bc4a
commit
ba2ceef2ee
11 changed files with 132 additions and 36 deletions
|
|
@ -40,7 +40,7 @@ public abstract class MapTile {
|
|||
@Override
|
||||
public abstract boolean equals(Object obj);
|
||||
|
||||
public abstract String getKey();
|
||||
public abstract String getKey(String prefix);
|
||||
|
||||
public abstract boolean isBiomeDataNeeded();
|
||||
public abstract boolean isHightestBlockYDataNeeded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue