package org.dynmap.render; import org.dynmap.MapTile; public interface MapTileRenderer { void render(MapTile tile); }