public class FrozenOceanSurfaceBuilder extends java.lang.Object implements ISurfaceBuilder<SurfaceBuilderConfig>
Modifier and Type | Field and Description |
---|---|
protected static IBlockState |
PACKED_ICE |
protected static IBlockState |
SNOW_BLOCK |
Constructor and Description |
---|
FrozenOceanSurfaceBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
buildSurface(java.util.Random random,
IChunk chunkIn,
Biome biomeIn,
int x,
int z,
int startHeight,
double noise,
IBlockState defaultBlock,
IBlockState defaultFluid,
int seaLevel,
long seed,
SurfaceBuilderConfig config) |
void |
setSeed(long seed) |
protected static final IBlockState PACKED_ICE
protected static final IBlockState SNOW_BLOCK
public void buildSurface(java.util.Random random, IChunk chunkIn, Biome biomeIn, int x, int z, int startHeight, double noise, IBlockState defaultBlock, IBlockState defaultFluid, int seaLevel, long seed, SurfaceBuilderConfig config)
buildSurface
in interface ISurfaceBuilder<SurfaceBuilderConfig>
public void setSeed(long seed)
setSeed
in interface ISurfaceBuilder<SurfaceBuilderConfig>