Some more cleanup

This commit is contained in:
Mike Primm 2012-01-15 23:56:32 -06:00
parent 3ed0c25064
commit 3ae8757876
3 changed files with 3 additions and 10 deletions

View file

@ -1,7 +1,5 @@
package org.dynmap.utils;
import java.util.List;
import org.dynmap.DynmapChunk;
import org.dynmap.DynmapWorld;
import org.dynmap.common.BiomeMap;
@ -14,10 +12,6 @@ public interface MapChunkCache {
public static class VisibilityLimit {
public int x0, x1, z0, z1;
}
/**
* Set chunks to load, and world to load from
*/
void setChunks(DynmapWorld w, List<DynmapChunk> chunks);
/**
* Set chunk data type needed
* @param blockdata - need block type and data for chunk