public interface Theme
extends java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(Tile tile,
     int x,
     int y)Apply the theme to the specified coordinates of the tile. | 
| Theme | clone() | 
| int | getMaxHeight() | 
| int | getMinHeight() | 
| long | getSeed() | 
| int | getWaterHeight() | 
| void | setMinMaxHeight(int minHeight,
               int maxHeight,
               HeightTransform transform) | 
| void | setSeed(long seed) | 
| void | setWaterHeight(int waterHeight) | 
void apply(Tile tile, int x, int y)
tile - x - y - int getMinHeight()
int getMaxHeight()
void setMinMaxHeight(int minHeight,
                     int maxHeight,
                     HeightTransform transform)
long getSeed()
void setSeed(long seed)
int getWaterHeight()
void setWaterHeight(int waterHeight)
Theme clone()