public class GardenExporter
extends java.lang.Object
Constructor and Description |
---|
GardenExporter() |
Modifier and Type | Method and Description |
---|---|
void |
firstPass(Dimension dimension,
Tile tile,
Platform platform,
MinecraftWorld minecraftWorld,
java.util.Set<Seed> processedSeeds)
First pass, executed after all the second pass exporters for other layers
have executed, meant for building exteriors of buildings, etc.
|
void |
secondPass(Dimension dimension,
Tile tile,
Platform platform,
MinecraftWorld minecraftWorld,
java.util.Set<Seed> processedSeeds)
Second pass, executed after the first pass has finished, meant for
building interiors of buildings, for instance.
|
public void firstPass(Dimension dimension, Tile tile, Platform platform, MinecraftWorld minecraftWorld, java.util.Set<Seed> processedSeeds)
dimension
- tile
- platform
- minecraftWorld
- public void secondPass(Dimension dimension, Tile tile, Platform platform, MinecraftWorld minecraftWorld, java.util.Set<Seed> processedSeeds)
dimension
- tile
- platform
- minecraftWorld
-