public class CustomTerrainHelper
extends java.lang.Object
Constructor and Description |
---|
CustomTerrainHelper(int index) |
Modifier and Type | Method and Description |
---|---|
int |
getColour(long seed,
int x,
int y,
float z,
int height,
ColourScheme colourScheme) |
int |
getColour(long seed,
int x,
int y,
int z,
int height,
ColourScheme colourScheme) |
int |
getCustomTerrainIndex() |
int |
getDefaultBiome() |
java.awt.image.BufferedImage |
getIcon(ColourScheme colourScheme) |
Material |
getMaterial(long seed,
int x,
int y,
float z,
int height) |
Material |
getMaterial(long seed,
int x,
int y,
int z,
int height) |
java.lang.String |
getName() |
boolean |
isConfigured() |
public Material getMaterial(long seed, int x, int y, float z, int height)
public Material getMaterial(long seed, int x, int y, int z, int height)
public java.awt.image.BufferedImage getIcon(ColourScheme colourScheme)
public int getDefaultBiome()
public boolean isConfigured()
public java.lang.String getName()
public int getCustomTerrainIndex()
public int getColour(long seed, int x, int y, float z, int height, ColourScheme colourScheme)
public int getColour(long seed, int x, int y, int z, int height, ColourScheme colourScheme)