public class MesaSurfaceBuilder extends java.lang.Object implements ISurfaceBuilder<SurfaceBuilderConfig>
Modifier and Type | Field and Description |
---|---|
protected IBlockState[] |
field_202615_a |
protected long |
field_202616_b |
protected NoiseGeneratorPerlin |
field_202617_c |
protected NoiseGeneratorPerlin |
field_202618_d |
protected NoiseGeneratorPerlin |
field_202619_e |
Constructor and Description |
---|
MesaSurfaceBuilder() |
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) |
protected void |
func_202613_a(long p_202613_1_) |
protected IBlockState |
func_202614_a(int p_202614_1_,
int p_202614_2_,
int p_202614_3_) |
void |
setSeed(long seed) |
protected IBlockState[] field_202615_a
protected long field_202616_b
protected NoiseGeneratorPerlin field_202617_c
protected NoiseGeneratorPerlin field_202618_d
protected NoiseGeneratorPerlin field_202619_e
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>
protected void func_202613_a(long p_202613_1_)
protected IBlockState func_202614_a(int p_202614_1_, int p_202614_2_, int p_202614_3_)