| Interface | Description |
|---|---|
| AbstractLayerExporter.ChunksInTilesVisitor |
A visitor of chunks.
|
| FirstPassLayerExporter |
An exporter which will be invoked when the chunk is first generated.
|
| Fixup |
A delayed rendering operation, invoked after a region and all its neighbours
have been rendered, meant for operations which straddle region boundaries.
|
| IncidentalLayerExporter |
An exporter which can export a layer block by block at a particular, directed
height and intensity.
|
| JavaChunkStore.RegionVisitor | |
| LayerExporter |
An exporter of
Layers. |
| MinecraftWorld | |
| SecondPassLayerExporter |
An exporter which will be invoked in a second pass, after all chunks have been generated.
|
| WorldExporter |
A class which knows how to export a WorldPainter world in the map format of a
particular
Platform. |
| Class | Description |
|---|---|
| AbstractLayerExporter<L extends Layer> |
An abstract base class for
LayerExporter implementations. |
| AbstractWorldExporter |
An abstract
WorldExporter for block based platforms. |
| AbstractWorldExporter.ExportResults | |
| BlockBasedExportSettings | |
| BlockPropertiesCalculator |
A block properties calculator for MinecraftWorlds.
|
| BorderChunkFactory | |
| CachingMinecraftWorld |
Created by Pepijn on 15-12-2016.
|
| Cursor | |
| ExportSettings |
Implementations must be
Serializable, unmodifiable and provide functional equals() and
hashCode() methods that provide business equality. |
| ExportSettingsEditor | |
| FlatteningDimension |
A
Dimension which combines multiple layered Dimensionss into one, returning data from the first
dimension in which the chunk is present (it exists and is not marked NotPresent or ReadOnly). |
| HeightMapExporter | |
| InvertedChunk |
A chunk wrapper which inverts the wrapped chunk vertically.
|
| InvertedWorld |
A Minecraft world wrapper which inverts the wrapped world vertically.
|
| Java1_2PostProcessor | Deprecated
Use
Java1_2PostProcessor. |
| JavaChunkStore |
Created by Pepijn on 15-12-2016.
|
| JavaMinecraftWorld | |
| JavaWorldExporter | |
| PostProcessor |
Helper class which can post process a fully rendered map to make sure it
doesn't violate any rules.
|
| VirtualChunk |
A
Chunk that is backed by a MinecraftWorld and a chunk offset. |
| WallChunk | |
| WorldExportSettings | |
| WorldPainterChunkFactory | |
| WorldRegion |
| Enum | Description |
|---|---|
| HeightMapExporter.Format | |
| SecondPassLayerExporter.Stage | |
| WorldExportSettings.Step |