public class ResourcesExporter extends AbstractLayerExporter<Resources> implements FirstPassLayerExporter
Modifier and Type | Class and Description |
---|---|
static class |
ResourcesExporter.ResourcesExporterSettings |
AbstractLayerExporter.ChunksInTilesVisitor
Constructor and Description |
---|
ResourcesExporter(Dimension dimension,
Platform platform,
ExporterSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
render(Tile tile,
Chunk chunk)
Render the chunk.
|
getDimension, getLayer, visitChunksForLayerInAreaForEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLayer
public ResourcesExporter(Dimension dimension, Platform platform, ExporterSettings settings)
public void render(Tile tile, Chunk chunk)
FirstPassLayerExporter
render
in interface FirstPassLayerExporter
tile
- The tile that is currently being rendered.chunk
- The chunk that is currently being rendered.