public final class TileFactoryFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static HeightMapTileFactory |
createFancyTileFactory(long seed,
Terrain terrain,
int minHeight,
int maxHeight,
int baseHeight,
int waterLevel,
boolean floodWithLava,
float range,
double scale) |
static HeightMapTileFactory |
createFlatTileFactory(long seed,
Terrain terrain,
int minHeight,
int maxHeight,
int height,
int waterLevel,
boolean floodWithLava,
boolean beaches) |
static HeightMapTileFactory |
createNoiseTileFactory(long seed,
Terrain terrain,
int minHeight,
int maxHeight,
int baseHeight,
int waterLevel,
boolean floodWithLava,
boolean beaches,
float range,
double scale) |
public static HeightMapTileFactory createNoiseTileFactory(long seed, Terrain terrain, int minHeight, int maxHeight, int baseHeight, int waterLevel, boolean floodWithLava, boolean beaches, float range, double scale)
public static HeightMapTileFactory createFlatTileFactory(long seed, Terrain terrain, int minHeight, int maxHeight, int height, int waterLevel, boolean floodWithLava, boolean beaches)
public static HeightMapTileFactory createFancyTileFactory(long seed, Terrain terrain, int minHeight, int maxHeight, int baseHeight, int waterLevel, boolean floodWithLava, float range, double scale)