Improve scaling of memory use with large numbers of tiles, prep for suspend/resume support
This commit is contained in:
parent
dd584ebfc7
commit
b5d2b4ba34
7 changed files with 95 additions and 14 deletions
|
|
@ -51,4 +51,7 @@ public abstract class MapTile {
|
|||
public abstract boolean isRawBiomeDataNeeded();
|
||||
public abstract boolean isBlockTypeDataNeeded();
|
||||
|
||||
public abstract int tileOrdinalX();
|
||||
public abstract int tileOrdinalY();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue