public class CliffCarverExporter extends AbstractLayerExporter<CliffCarver> implements SecondPassLayerExporter
AbstractLayerExporter.ChunksInTilesVisitorSecondPassLayerExporter.Stage| Constructor and Description |
|---|
CliffCarverExporter(Dimension dimension,
Platform platform,
ExporterSettings settings,
CliffCarver layer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Fixup> |
carve(java.awt.Rectangle area,
java.awt.Rectangle exportedArea,
MinecraftWorld world)
Carve an area of the map.
|
int |
getMinCliffHeight() |
void |
setMinCliffHeight(int minCliffHeight) |
getDimension, getLayer, visitChunksForLayerInAreaForEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFeatures, getStages, rendergetLayerpublic CliffCarverExporter(Dimension dimension, Platform platform, ExporterSettings settings, CliffCarver layer)
public int getMinCliffHeight()
public void setMinCliffHeight(int minCliffHeight)
public java.util.List<Fixup> carve(java.awt.Rectangle area, java.awt.Rectangle exportedArea, MinecraftWorld world)
SecondPassLayerExporterSecondPassLayerExporter.getStages() contains SecondPassLayerExporter.Stage.CARVE.carve in interface SecondPassLayerExporterarea - The area to process.exportedArea - The area which will actually be exported. May be smaller than area. May be used to
for instance avoid objects getting cut off at area boundaries.world - The MinecraftWorld to which to export the layer.