Splitted up MapManager.

This commit is contained in:
FrozenCow 2011-01-08 03:20:51 +01:00
parent 90afd9ef82
commit 8860eb8c04
15 changed files with 655 additions and 595 deletions

View file

@ -1,7 +0,0 @@
package org.dynmap.render;
import org.dynmap.MapTile;
public interface MapTileRenderer {
void render(MapTile tile);
}