Splitted up MapManager.
This commit is contained in:
parent
90afd9ef82
commit
8860eb8c04
15 changed files with 655 additions and 595 deletions
7
src/main/java/org/dynmap/kzedmap/MapTileRenderer.java
Normal file
7
src/main/java/org/dynmap/kzedmap/MapTileRenderer.java
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package org.dynmap.kzedmap;
|
||||
|
||||
import org.dynmap.MapTile;
|
||||
|
||||
public interface MapTileRenderer {
|
||||
void render(KzedMapTile tile);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue