public static interface CacheManager.CacheManagerAction
Modifier and Type | Method and Description |
---|---|
int |
getProgressModulo()
We will update the callbacks not for every tile, but at this rate
|
boolean |
preCheck()
Preconditions to check before bulk action
|
boolean |
tileAction(long pMapTileIndex)
The action to perform on a single tile
|
boolean preCheck()
int getProgressModulo()
boolean tileAction(long pMapTileIndex)